![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qpluginloader.h>
Static Public Member Functions | |
static QObjectList | staticInstances () |
Returns a list of static plugin instances (root components) held by the plugin loader. | |
static QList< QStaticPlugin > | staticPlugins () |
Returns a list of QStaticPlugins held by the plugin loader. | |
Related Symbols | |
(Note that these are not member symbols.) | |
void Q_CORE_EXPORT | qRegisterStaticPluginFunction (QStaticPlugin plugin) |
Definition at line 56 of file qpluginloader.h.
|
static |
Returns a list of static plugin instances (root components) held by the plugin loader.
Definition at line 402 of file qpluginloader.cpp.
|
static |
Returns a list of QStaticPlugins held by the plugin loader.
The function is similar to \l staticInstances() with the addition that a QStaticPlugin also contains meta data information.
Definition at line 421 of file qpluginloader.cpp.
|
Registers the plugin specified with the plugin loader, and is used by Q_IMPORT_PLUGIN().
Definition at line 380 of file qpluginloader.cpp.