QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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. | |
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 48 of file qgsquickplugin.cpp.