Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlJS::DiagnosticMessage Struct Reference

#include <qqmljsdiagnosticmessage_p.h>

Inheritance diagram for QQmlJS::DiagnosticMessage:
Collaboration diagram for QQmlJS::DiagnosticMessage:

Public Member Functions

bool isError () const
bool isWarning () const

Public Attributes

QString message
QtMsgType type = QtCriticalMsg
SourceLocation loc

Detailed Description

Definition at line 29 of file qqmljsdiagnosticmessage_p.h.

Member Function Documentation

◆ isError()

bool QQmlJS::DiagnosticMessage::isError ( ) const
inline

Definition at line 35 of file qqmljsdiagnosticmessage_p.h.

◆ isWarning()

bool QQmlJS::DiagnosticMessage::isWarning ( ) const
inline

Definition at line 40 of file qqmljsdiagnosticmessage_p.h.

Member Data Documentation

◆ loc

SourceLocation QQmlJS::DiagnosticMessage::loc

Definition at line 33 of file qqmljsdiagnosticmessage_p.h.

◆ message

QString QQmlJS::DiagnosticMessage::message

◆ type

QtMsgType QQmlJS::DiagnosticMessage::type = QtCriticalMsg

Definition at line 32 of file qqmljsdiagnosticmessage_p.h.


The documentation for this struct was generated from the following file: