![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qurl.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qset.h>
#include <QtCore/qstringlist.h>
#include <QtQml/qqmlengine.h>
#include <QtQml/qqmlerror.h>
#include <QtQml/qqmlfile.h>
#include <private/qqmldirparser_p.h>
#include <private/qqmltype_p.h>
#include <private/qstringhash_p.h>
#include <private/qv4compileddata_p.h>
#include <private/qfieldlist_p.h>
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 |
class | QQmlImportDatabase |
The QQmlImportDatabase class manages the QML imports for a QQmlEngine. More... | |
Namespaces | |
namespace | QQmlImport |
Enumerations | |
enum | QQmlImport::RecursionRestriction { QQmlImport::PreventRecursion , QQmlImport::AllowRecursion } |
Functions | |
const QLoggingCategory & | lcQmlImport () |
void | qmlClearEnginePlugins () |
const QLoggingCategory & lcQmlImport | ( | ) |
Definition at line 63 of file qqmlimport.cpp.
Referenced by QQmlImports::addFileImport(), QQmlImports::addImplicitImport(), QQmlImportDatabase::addImportPath(), QQmlImports::addLibraryImport(), QQmlImportDatabase::addPluginPath(), QQmlPluginImporter::importPlugins(), QQmlTypeLoader::Blob::loadDependentImports(), QQmlImportDatabase::locateLocalQmldir(), QQmlImports::resolveType(), QQmlImportDatabase::setImportPathList(), QQmlImportDatabase::setPluginPathList(), and QQmlImports::updateQmldirContent().
void qmlClearEnginePlugins | ( | ) |
Definition at line 129 of file qqmlpluginimporter.cpp.
References unloadPlugin().
Referenced by qmlClearTypeRegistrations().