QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
QGIS Qml Extension Plugin responsible for exposing C++ QGIS classes to QML. More...
#include <qgsquickplugin.h>
Public Member Functions | |
void | registerTypes (const char *uri) |
Registers the QGIS QML types in the given uri. More... | |
QGIS Qml Extension Plugin responsible for exposing C++ QGIS classes to QML.
Definition at line 28 of file qgsquickplugin.h.
void QgsQuickPlugin::registerTypes | ( | const char * | uri | ) |
Registers the QGIS QML types in the given uri.
uri | an identifier for the plugin generated by the QML engine |
Definition at line 47 of file qgsquickplugin.cpp.