![]() |
Qt 6.x
The Qt SDK
|
#include "qqmlpluginimporter_p.h"#include "qqmlimport_p.h"#include <private/qqmlextensionplugin_p.h>#include <private/qqmltypeloader_p.h>#include <private/qqmlglobal_p.h>#include <QtCore/qobject.h>#include <QtCore/qpluginloader.h>#include <QtCore/qdir.h>#include <QtCore/qloggingcategory.h>#include <QtCore/qjsonarray.h>#include <unordered_map>
Include dependency graph for qqmlpluginimporter.cpp:Go to the source code of this file.
Classes | |
| struct | QmlPlugin |
| class | PluginMap |
| class | PluginMapPtr |
Functions | |
| Q_GLOBAL_STATIC (PluginMap, qmlPluginsById) | |
| static QVector< QStaticPlugin > | makePlugins () |
| static QStringList | versionUriList (const QString &uri, QTypeRevision version) |
| static bool | unloadPlugin (const std::pair< const QString, QmlPlugin > &plugin) |
| void | qmlClearEnginePlugins () |
|
static |
Definition at line 63 of file qqmlpluginimporter.cpp.
References QList< T >::append(), Q_UNLIKELY, QQmlEngineExtensionInterface_iid, QQmlExtensionInterface_iid, QQmlExtensionInterface_iid_old, qWarning, QPluginLoader::staticPlugins(), and toString().
Here is the call graph for this function:| Q_GLOBAL_STATIC | ( | PluginMap | , |
| qmlPluginsById | |||
| ) |
| void qmlClearEnginePlugins | ( | ) |
Definition at line 129 of file qqmlpluginimporter.cpp.
References unloadPlugin().
Referenced by qmlClearTypeRegistrations().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 107 of file qqmlpluginimporter.cpp.
References loader, qPrintable, and qWarning.
Referenced by qmlClearEnginePlugins(), and QQmlPluginImporter::removePlugin().
Here is the caller graph for this function:
|
static |
Definition at line 90 of file qqmlpluginimporter.cpp.
References QQmlImports::FullyVersioned, QString::insert(), QString::lastIndexOf(), QString::size(), QQmlImports::Unversioned, and QQmlImports::versionString().
Referenced by QQmlPluginImporter::importPlugins().
Here is the call graph for this function:
Here is the caller graph for this function: