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
QQmlJSTypeDescriptionReader Class Reference

#include <qqmljstypedescriptionreader_p.h>

+ Collaboration diagram for QQmlJSTypeDescriptionReader:

Public Member Functions

 QQmlJSTypeDescriptionReader ()=default
 
 QQmlJSTypeDescriptionReader (QString fileName, QString data)
 
bool operator() (QList< QQmlJSExportedScope > *objects, QStringList *dependencies)
 
QString errorMessage () const
 
QString warningMessage () const
 

Detailed Description

Definition at line 28 of file qqmljstypedescriptionreader_p.h.

Constructor & Destructor Documentation

◆ QQmlJSTypeDescriptionReader() [1/2]

QQmlJSTypeDescriptionReader::QQmlJSTypeDescriptionReader ( )
default

◆ QQmlJSTypeDescriptionReader() [2/2]

QQmlJSTypeDescriptionReader::QQmlJSTypeDescriptionReader ( QString fileName,
QString data )
inlineexplicit

Definition at line 33 of file qqmljstypedescriptionreader_p.h.

Member Function Documentation

◆ errorMessage()

QString QQmlJSTypeDescriptionReader::errorMessage ( ) const
inline

Definition at line 38 of file qqmljstypedescriptionreader_p.h.

◆ operator()()

bool QQmlJSTypeDescriptionReader::operator() ( QList< QQmlJSExportedScope > * objects,
QStringList * dependencies )

Definition at line 33 of file qqmljstypedescriptionreader.cpp.

References engine, QString::fromLatin1(), QString::isEmpty(), QString::number(), Parser::parse(), and QQmlJS::Lexer::setCode().

+ Here is the call graph for this function:

◆ warningMessage()

QString QQmlJSTypeDescriptionReader::warningMessage ( ) const
inline

Definition at line 39 of file qqmljstypedescriptionreader_p.h.


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