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
qqmlimport_p.h File Reference

(64a5549032eb323e0fc98a366fa9a99cdb1b907f)

#include <QtCore/qurl.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qset.h>
#include <QtCore/qstringlist.h>
#include <QtQml/qqmlabstracturlinterceptor.h>
#include <QtQml/qqmlerror.h>
#include <QtQml/qqmlfile.h>
#include <private/qfieldlist_p.h>
#include <private/qqmldirparser_p.h>
#include <private/qqmltype_p.h>
#include <private/qstringhash_p.h>
Include dependency graph for qqmlimport_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQmlImportInstance
class  QQmlImportNamespace
class  QQmlImports
 The QQmlImports class encapsulates one QML document's import statements. More...
struct  QQmlImports::ScriptReference
struct  QQmlImports::CompositeSingletonReference

Namespaces

namespace  QQmlImport

Enumerations

enum  QQmlImport::RecursionRestriction { QQmlImport::PreventRecursion , QQmlImport::AllowRecursion }

Functions

const QLoggingCategorylcQmlImport ()
void qmlClearEnginePlugins ()

Function Documentation

◆ lcQmlImport()

const QLoggingCategory & lcQmlImport ( )

Definition at line 58 of file qqmlimport.cpp.

◆ qmlClearEnginePlugins()

void qmlClearEnginePlugins ( )

Definition at line 228 of file qqmlpluginimporter.cpp.