16 #ifndef QGSQUICKPLUGIN_H 
   17 #define QGSQUICKPLUGIN_H 
   19 #include <QQmlExtensionPlugin> 
   31     Q_PLUGIN_METADATA( IID 
"org.qt-project.Qt.QQmlExtensionInterface" )
 
QGIS Qml Extension Plugin responsible for exposing C++ QGIS classes to QML.
void registerTypes(const char *uri)
Registers the QGIS QML types in the given uri.