Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmlextensionplugin.h File Reference

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

#include <QtCore/qplugin.h>
#include <QtCore/QUrl>
#include <QtQml/qqmlextensioninterface.h>
+ Include dependency graph for qqmlextensionplugin.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ Q_GHS_KEEP_REFERENCE

#define Q_GHS_KEEP_REFERENCE ( S)

Definition at line 14 of file qqmlextensionplugin.h.

◆ Q_IMPORT_QML_PLUGIN

#define Q_IMPORT_QML_PLUGIN ( PLUGIN)     Q_IMPORT_PLUGIN(PLUGIN)

Definition at line 17 of file qqmlextensionplugin.h.