42 #ifndef QDECLARATIVEEXTENSIONPLUGIN_H 43 #define QDECLARATIVEEXTENSIONPLUGIN_H 45 #include <QtCore/qplugin.h> 47 #include <QtDeclarative/qdeclarativeextensioninterface.h> 76 #endif // QDECLARATIVEEXTENSIONPLUGIN_H #define QT_END_NAMESPACE
This macro expands to.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
#define Q_DECLARATIVE_EXPORT
The QDeclarativeExtensionPlugin class provides an abstract base for custom QML extension plugins...
The QDeclarativeEngine class provides an environment for instantiating QML components.
#define Q_INTERFACES(x)
This macro tells Qt which interfaces the class implements.
virtual void registerTypes(const char *uri)=0
virtual void initializeEngine(QDeclarativeEngine *engine, const char *uri)=0