QmlDirParser Class
(QmlJS::QmlDirParser)Public Types
Public Functions
QmlDirParser() | |
~QmlDirParser() | |
QHash<QmlJS::QString, QmlJS::QmlDirParser::Component> | components() const |
QHash<QmlJS::QString, QmlJS::QmlDirParser::Component> | dependencies() const |
bool | designerSupported() const |
QList<QmlJS::QmlError> | errors(const QmlJS::QString &uri) const |
bool | hasError() const |
bool | parse(const QmlJS::QString &source) |
QList<QmlJS::QmlDirParser::Plugin> | plugins() const |
QList<QmlJS::QmlDirParser::Script> | scripts() const |
void | setError(const QmlJS::QmlError &) |
void | setTypeNamespace(const QmlJS::QString &s) |
QmlJS::QString | typeNamespace() const |
Member Function Documentation
QmlDirParser::QmlDirParser()
Default constructs an instance of QmlDirParser.
QmlDirParser::~QmlDirParser()
Destroys the instance of QmlDirParser.
QHash<QmlJS::QString, QmlJS::QmlDirParser::Component> QmlDirParser::components() const
QHash<QmlJS::QString, QmlJS::QmlDirParser::Component> QmlDirParser::dependencies() const
bool QmlDirParser::designerSupported() const
QList<QmlJS::QmlError> QmlDirParser::errors(const QmlJS::QString &uri) const
bool QmlDirParser::hasError() const
bool QmlDirParser::parse(const QmlJS::QString &source)
QList<QmlJS::QmlDirParser::Plugin> QmlDirParser::plugins() const
QList<QmlJS::QmlDirParser::Script> QmlDirParser::scripts() const
void QmlDirParser::setError(const QmlJS::QmlError &)
See also hasError().
void QmlDirParser::setTypeNamespace(const QmlJS::QString &s)
See also typeNamespace().
QmlJS::QString QmlDirParser::typeNamespace() const
See also setTypeNamespace().