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