Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 73 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 81 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 51 of file qqmljscompiler.cpp.

References message.

◆ print()

void QQmlJSCompileError::print ( )

Definition at line 46 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: