![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsdiagnosticmessage_p.h>
Inheritance diagram for QQmlJS::DiagnosticMessage:
Collaboration diagram for QQmlJS::DiagnosticMessage:Public Member Functions | |
| bool | isError () const |
| bool | isWarning () const |
| bool | isValid () const |
Public Attributes | |
| QString | message |
| QtMsgType | type = QtCriticalMsg |
| SourceLocation | loc |
Definition at line 29 of file qqmljsdiagnosticmessage_p.h.
|
inline |
Definition at line 35 of file qqmljsdiagnosticmessage_p.h.
References QtCriticalMsg.
|
inline |
Definition at line 45 of file qqmljsdiagnosticmessage_p.h.
Referenced by QQmlJSLinterCodegen::compileBinding(), QQmlJSLinterCodegen::compileFunction(), QQmlJSTypePropagator::endInstruction(), QQmlJSCodeGenerator::generate_Exp(), QQmlJSCodeGenerator::generate_Mod(), QQmlJSCompilePass::setError(), and QQmlJSTypePropagator::startInstruction().
Here is the caller graph for this function:
|
inline |
Definition at line 40 of file qqmljsdiagnosticmessage_p.h.
References QtWarningMsg.
| SourceLocation QQmlJS::DiagnosticMessage::loc |
Definition at line 33 of file qqmljsdiagnosticmessage_p.h.
Referenced by QQmlJSLinterCodegen::compileBinding(), QQmlJSLinterCodegen::compileFunction(), and QQmlJSCompilePass::setError().
| QString QQmlJS::DiagnosticMessage::message |
Definition at line 31 of file qqmljsdiagnosticmessage_p.h.
Referenced by QQmlJSLinterCodegen::compileBinding(), QQmlJSLinterCodegen::compileFunction(), and QQmlJSCompilePass::setError().
| QtMsgType QQmlJS::DiagnosticMessage::type = QtCriticalMsg |
Definition at line 32 of file qqmljsdiagnosticmessage_p.h.
Referenced by QQmlJSLinterCodegen::compileBinding(), and QQmlJSLinterCodegen::compileFunction().