![]() |
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 Types | |
enum class | CompilationStatus { Normal , Skip , Error } |
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 |
quint32 | lineForDisabling () 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 |
CompilationStatus | compilationStatus = CompilationStatus::Normal |
std::optional< quint32 > | customLineForDisabling = std::nullopt |
Public Attributes inherited from QQmlJS::DiagnosticMessage | |
QString | message |
QtMsgType | type = QtCriticalMsg |
SourceLocation | loc |
[custom type definition]
Definition at line 10 of file customtypeexample.cpp.
|
strong |
Enumerator | |
---|---|
Normal | |
Skip | |
Error |
Definition at line 109 of file qqmljslogger_p.h.
|
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 55 of file customtypeexample.cpp.
QStringView Message::body | ( | ) | const |
QStringList Message::headers | ( | ) | const |
Definition at line 60 of file customtypeexample.cpp.
QStringList Message::headers | ( | ) | const |
|
inline |
Definition at line 118 of file qqmljslogger_p.h.
CompilationStatus Message::compilationStatus = CompilationStatus::Normal |
Definition at line 115 of file qqmljslogger_p.h.
std::optional<quint32> Message::customLineForDisabling = std::nullopt |
Definition at line 116 of file qqmljslogger_p.h.
std::optional<QQmlJSFixSuggestion> Message::fixSuggestion |
Definition at line 114 of file qqmljslogger_p.h.
QAnyStringView Message::id |
Definition at line 113 of file qqmljslogger_p.h.