QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include "qgsgeometrypaintdevice.h"
#include "qgspolygon.h"
#include "qgslinestring.h"
#include "qgsgeos.h"
#include "qgsmultipolygon.h"
#include "qgsmultilinestring.h"
#include "qgspainting.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 86 of file qgsgeometrypaintdevice.cpp.
void drawPointsImp | ( | const QTransform & | transform, |
QgsGeometryCollection & | geometry, | ||
const T * | points, | ||
int | pointCount | ||
) |
Definition at line 149 of file qgsgeometrypaintdevice.cpp.
void drawPolygonImp | ( | const QTransform & | transform, |
QgsGeometryCollection & | geometry, | ||
const T * | points, | ||
int | pointCount, | ||
QPaintEngine::PolygonDrawMode | mode, | ||
double | simplifyTolerance | ||
) |
Definition at line 247 of file qgsgeometrypaintdevice.cpp.
void drawRectsImp | ( | const QTransform & | transform, |
QgsGeometryCollection & | geometry, | ||
const T * | rects, | ||
int | rectCount | ||
) |
Definition at line 188 of file qgsgeometrypaintdevice.cpp.