QGIS API Documentation  2.4.0-Chugiak
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
QgsInvertedPolygonRenderer::FeatureDecoration Struct Reference

Class used to represent features that must be rendered with decorations (selection, vertex markers) More...

Collaboration diagram for QgsInvertedPolygonRenderer::FeatureDecoration:
Collaboration graph
[legend]

Public Member Functions

 FeatureDecoration (QgsFeature &a_feature, bool a_selected, bool a_drawMarkers, int a_layer)
 

Public Attributes

QgsFeature feature
 
bool selected
 
bool drawMarkers
 
int layer
 

Detailed Description

Class used to represent features that must be rendered with decorations (selection, vertex markers)

Definition at line 155 of file qgsinvertedpolygonrenderer.h.

Constructor & Destructor Documentation

QgsInvertedPolygonRenderer::FeatureDecoration::FeatureDecoration ( QgsFeature a_feature,
bool  a_selected,
bool  a_drawMarkers,
int  a_layer 
)
inline

Definition at line 161 of file qgsinvertedpolygonrenderer.h.

Member Data Documentation

bool QgsInvertedPolygonRenderer::FeatureDecoration::drawMarkers
QgsFeature QgsInvertedPolygonRenderer::FeatureDecoration::feature
int QgsInvertedPolygonRenderer::FeatureDecoration::layer
bool QgsInvertedPolygonRenderer::FeatureDecoration::selected

The documentation for this struct was generated from the following file: