#define QT_END_NAMESPACE
This macro expands to.
~QDeclarativeExtensionPlugin()
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QDeclarativeEngine class provides an environment for instantiating QML components.
QDeclarativeExtensionPlugin(QObject *parent=0)
Constructs a QML extension plugin with the given parent.
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
virtual void initializeEngine(QDeclarativeEngine *engine, const char *uri)
Initializes the extension from the uri using the engine.