![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qplugin.h>
#include <QtCore/QUrl>
#include <QtQml/qqmlextensioninterface.h>
Go to the source code of this file.
Classes | |
class | QQmlExtensionPlugin |
The QQmlExtensionPlugin class provides an abstract base for custom QML extension plugins with custom type registration functions. More... | |
class | QQmlEngineExtensionPlugin |
The QQmlEngineExtensionPlugin class provides an abstract base for custom QML extension plugins. More... | |
Macros | |
#define | Q_GHS_KEEP_REFERENCE(S) |
#define | Q_IMPORT_QML_PLUGIN(PLUGIN) Q_IMPORT_PLUGIN(PLUGIN) |
#define Q_GHS_KEEP_REFERENCE | ( | S | ) |
Definition at line 14 of file qqmlextensionplugin.h.
#define Q_IMPORT_QML_PLUGIN | ( | PLUGIN | ) | Q_IMPORT_PLUGIN(PLUGIN) |
Definition at line 17 of file qqmlextensionplugin.h.