|
QGIS API Documentation 3.42.0-Münster (feb80233002)
|
#include "qgsgeometrypaintdevice.h"#include "qgspolygon.h"#include "qgslinestring.h"#include "qgsgeos.h"#include "qgsmultipolygon.h"#include "qgsmultilinestring.h"#include "qgspainting.h"#include "qgssymbollayerutils.h"
Go to the source code of this file.
Functions | |
| template<typename T > | |
| void | drawLinesImp (const QTransform &transform, QgsGeometryCollection &geometry, const T *lines, int lineCount) |
| template<typename T > | |
| void | drawPointsImp (const QTransform &transform, QgsGeometryCollection &geometry, const T *points, int pointCount) |
| template<typename T > | |
| void | drawPolygonImp (const QTransform &transform, QgsGeometryCollection &geometry, const T *points, int pointCount, QPaintEngine::PolygonDrawMode mode, double simplifyTolerance) |
| template<typename T > | |
| void | drawRectsImp (const QTransform &transform, QgsGeometryCollection &geometry, const T *rects, int rectCount) |
| void drawLinesImp | ( | const QTransform & | transform, |
| QgsGeometryCollection & | geometry, | ||
| const T * | lines, | ||
| int | lineCount | ||
| ) |
Definition at line 87 of file qgsgeometrypaintdevice.cpp.
| void drawPointsImp | ( | const QTransform & | transform, |
| QgsGeometryCollection & | geometry, | ||
| const T * | points, | ||
| int | pointCount | ||
| ) |
Definition at line 150 of file qgsgeometrypaintdevice.cpp.
| void drawPolygonImp | ( | const QTransform & | transform, |
| QgsGeometryCollection & | geometry, | ||
| const T * | points, | ||
| int | pointCount, | ||
| QPaintEngine::PolygonDrawMode | mode, | ||
| double | simplifyTolerance | ||
| ) |
Definition at line 248 of file qgsgeometrypaintdevice.cpp.
| void drawRectsImp | ( | const QTransform & | transform, |
| QgsGeometryCollection & | geometry, | ||
| const T * | rects, | ||
| int | rectCount | ||
| ) |
Definition at line 189 of file qgsgeometrypaintdevice.cpp.