Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlJSCompileError Struct Reference

#include <qqmljscompiler_p.h>

+ Collaboration diagram for QQmlJSCompileError:

Public Member Functions

void print ()
 
QQmlJSCompileError augment (const QString &contextErrorMessage) const
 
void appendDiagnostics (const QString &inputFileName, const QList< QQmlJS::DiagnosticMessage > &diagnostics)
 
void appendDiagnostic (const QString &inputFileName, const QQmlJS::DiagnosticMessage &diagnostic)
 

Public Attributes

QString message
 

Detailed Description

Definition at line 37 of file qqmljscompiler_p.h.

Member Function Documentation

◆ appendDiagnostic()

void QQmlJSCompileError::appendDiagnostic ( const QString inputFileName,
const QQmlJS::DiagnosticMessage diagnostic 
)

Definition at line 70 of file qqmljscompiler.cpp.

References diagnosticErrorMessage().

Referenced by appendDiagnostics().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ appendDiagnostics()

void QQmlJSCompileError::appendDiagnostics ( const QString inputFileName,
const QList< QQmlJS::DiagnosticMessage > &  diagnostics 
)

Definition at line 78 of file qqmljscompiler.cpp.

References appendDiagnostic().

+ Here is the call graph for this function:

◆ augment()

QQmlJSCompileError QQmlJSCompileError::augment ( const QString contextErrorMessage) const

Definition at line 48 of file qqmljscompiler.cpp.

References message.

◆ print()

void QQmlJSCompileError::print ( )

Definition at line 43 of file qqmljscompiler.cpp.

References qPrintable.

Member Data Documentation

◆ message

QString QQmlJSCompileError::message

Definition at line 39 of file qqmljscompiler_p.h.

Referenced by augment().


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