16 #ifndef QGSQUICKHIGHLIGHTSGNODE_H
17 #define QGSQUICKHIGHLIGHTSGNODE_H
19 #include <QtQuick/QSGNode>
20 #include <QtQuick/QSGFlatColorMaterial>
23 #include "qgis_quick.h"
57 QSGGeometryNode *createLineGeometry(
const QgsLineString *line );
58 QSGGeometryNode *createPointGeometry(
const QgsPoint *point );
59 QSGGeometryNode *createPolygonGeometry(
const QgsPolygon *polygon );
61 QSGFlatColorMaterial mMaterial;
65 #endif // QGSQUICKHIGHLIGHTSGNODE