| 
    QGIS API Documentation
    3.6.0-Noosa (5873452)
    
   | 
 
This is used to transform (render) QgsGeometry to node for QtQuick scene graph. More...
#include <qgsquickhighlightsgnode.h>

Public Member Functions | |
| QgsQuickHighlightSGNode (const QgsGeometry &geom, const QColor &color, float width) | |
| Constructor of new QT Quick scene node based on geometry.  More... | |
| ~QgsQuickHighlightSGNode ()=default | |
| Destructor.  More... | |
This is used to transform (render) QgsGeometry to node for QtQuick scene graph.
Definition at line 38 of file qgsquickhighlightsgnode.h.
| QgsQuickHighlightSGNode::QgsQuickHighlightSGNode | ( | const QgsGeometry & | geom, | 
| const QColor & | color, | ||
| float | width | ||
| ) | 
Constructor of new QT Quick scene node based on geometry.
| geom | Geometry to render in the map coordinates | 
| color | color used to render geom | 
| width | width of pen, see QSGGeometry::setLineWidth() | 
Definition at line 25 of file qgsquickhighlightsgnode.cpp.
      
  | 
  default | 
Destructor.
 1.8.13