Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmldirparser_p.h File Reference

(2a104f3e21af7fe6e46fdfc7b568e7f6e274d00d)

#include <QtCore/QUrl>
#include <QtCore/QHash>
#include <QtCore/QDebug>
#include <QtCore/QTypeRevision>
#include <private/qtqmlcompilerglobal_p.h>
#include <private/qqmljsdiagnosticmessage_p.h>
Include dependency graph for qqmldirparser_p.h:
This graph shows which files directly or indirectly include this file:

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

QDebugoperator<< (QDebug &, const QQmlDirParser::Component &)
QDebugoperator<< (QDebug &, const QQmlDirParser::Script &)

Typedef Documentation

◆ QQmlDirComponents

◆ QQmlDirImports

Definition at line 173 of file qqmldirparser_p.h.

◆ QQmlDirPlugins

Definition at line 172 of file qqmldirparser_p.h.

◆ QQmlDirScripts

Definition at line 171 of file qqmldirparser_p.h.

Function Documentation

◆ operator<<() [1/2]

QDebug & operator<< ( QDebug & debug,
const QQmlDirParser::Component & component )

Definition at line 585 of file qqmldirparser.cpp.

◆ operator<<() [2/2]

QDebug & operator<< ( QDebug & debug,
const QQmlDirParser::Script & script )

Definition at line 593 of file qqmldirparser.cpp.