![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/QUrl>#include <QtCore/QHash>#include <QtCore/QDebug>#include <QtCore/QTypeRevision>#include <private/qtqmlcompilerglobal_p.h>#include <private/qqmljsdiagnosticmessage_p.h>Go to the source code of this file.
Classes | |
| class | QQmlDirParser |
| struct | QQmlDirParser::Plugin |
| struct | QQmlDirParser::Component |
| struct | QQmlDirParser::Script |
| struct | QQmlDirParser::Import |
Typedefs | |
| using | QQmlDirComponents = QMultiHash<QString,QQmlDirParser::Component> |
| using | QQmlDirScripts = QList<QQmlDirParser::Script> |
| using | QQmlDirPlugins = QList<QQmlDirParser::Plugin> |
| using | QQmlDirImports = QList<QQmlDirParser::Import> |
Functions | |
| QDebug & | operator<< (QDebug &, const QQmlDirParser::Component &) |
| QDebug & | operator<< (QDebug &, const QQmlDirParser::Script &) |
Definition at line 170 of file qqmldirparser_p.h.
| using QQmlDirImports = QList<QQmlDirParser::Import> |
Definition at line 173 of file qqmldirparser_p.h.
| using QQmlDirPlugins = QList<QQmlDirParser::Plugin> |
Definition at line 172 of file qqmldirparser_p.h.
| using QQmlDirScripts = QList<QQmlDirParser::Script> |
Definition at line 171 of file qqmldirparser_p.h.
| QDebug & operator<< | ( | QDebug & | debug, |
| const QQmlDirParser::Component & | component ) |
Definition at line 582 of file qqmldirparser.cpp.
| QDebug & operator<< | ( | QDebug & | debug, |
| const QQmlDirParser::Script & | script ) |
Definition at line 590 of file qqmldirparser.cpp.