![]() |
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.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>
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 QLoggingCategory & | lcQmlImport () |
void | qmlClearEnginePlugins () |
const QLoggingCategory & lcQmlImport | ( | ) |
Definition at line 58 of file qqmlimport.cpp.
void qmlClearEnginePlugins | ( | ) |
Definition at line 228 of file qqmlpluginimporter.cpp.