QGIS API Documentation
2.8.2-Wien
|
#include "qgis.h"
#include "qgsrendererv2.h"
#include "qgssymbolv2.h"
#include "qgsexpression.h"
#include "qgsfeature.h"
#include "qgsgeometry.h"
#include <QScopedPointer>
Go to the source code of this file.
Classes | |
struct | QgsInvertedPolygonRenderer::CombinedFeature |
Structure where the reversed geometry is built during renderFeature. | |
struct | QgsInvertedPolygonRenderer::FeatureDecoration |
Class used to represent features that must be rendered with decorations (selection, vertex markers) | |
class | QgsInvertedPolygonRenderer |
QgsInvertedPolygonRenderer is a polygon-only feature renderer used to display features inverted, where the exterior is turned to an interior and where the exterior theoretically spans the entire plane, allowing to mask the surroundings of some features. More... |