QgsQuickHighlightSGNode class
This is used to transform (render) QgsGeometry to node for QtQuick scene graph.
Contents
Constructors, destructors, conversion operators
- QgsQuickHighlightSGNode(const QgsGeometry& geom, const QColor& color, float width)
- Constructor of new QT Quick scene node based on geometry.
- ~QgsQuickHighlightSGNode() defaulted
- Destructor.
Function documentation
QgsQuickHighlightSGNode:: QgsQuickHighlightSGNode(const QgsGeometry& geom,
const QColor& color,
float width)
Constructor of new QT Quick scene node based on geometry.
| Parameters | |
|---|---|
| geom | Geometry to render in the map coordinates |
| color | color used to render geom |
| width | width of pen, see QSGGeometry::setLineWidth() |