Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
[custom type definition] More...
#include <qqmljslogger_p.h>
Public Member Functions | |
Message ()=default | |
~Message ()=default | |
Message (const Message &)=default | |
Message & | operator= (const Message &)=default |
Message (const QString &body, const QStringList &headers) | |
QStringView | body () const |
[custom type streaming operator] | |
QStringList | headers () const |
Message ()=default | |
~Message ()=default | |
Message (const Message &)=default | |
Message & | operator= (const Message &)=default |
Message (const QString &body, const QStringList &headers) | |
QStringView | body () const |
QStringList | headers () const |
Public Member Functions inherited from QQmlJS::DiagnosticMessage | |
bool | isError () const |
bool | isWarning () const |
Public Attributes | |
QAnyStringView | id |
std::optional< QQmlJSFixSuggestion > | fixSuggestion |
Public Attributes inherited from QQmlJS::DiagnosticMessage | |
QString | message |
QtMsgType | type = QtCriticalMsg |
SourceLocation | loc |
[custom type definition]
Definition at line 10 of file customtypeexample.cpp.
|
default |
|
default |
|
default |
Message::Message | ( | const QString & | body, |
const QStringList & | headers ) |
|
default |
|
default |
|
default |
Message::Message | ( | const QString & | body, |
const QStringList & | headers ) |
QStringView Message::body | ( | ) | const |
[custom type streaming operator]
[getter functions]
Definition at line 54 of file customtypeexample.cpp.
QStringView Message::body | ( | ) | const |
QStringList Message::headers | ( | ) | const |
Definition at line 59 of file customtypeexample.cpp.
QStringList Message::headers | ( | ) | const |
std::optional<QQmlJSFixSuggestion> Message::fixSuggestion |
Definition at line 111 of file qqmljslogger_p.h.
QAnyStringView Message::id |
Definition at line 110 of file qqmljslogger_p.h.