Go to the source code of this file.
|
| 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) |
| |
| Q_GUI_EXPORT int | qt_defaultDpiX () |
| |
| Q_GUI_EXPORT int | qt_defaultDpiY () |
| |
◆ drawLinesImp()
template<typename T >
| void drawLinesImp |
( |
const QTransform & |
transform, |
|
|
QgsGeometryCollection & |
geometry, |
|
|
const T * |
lines, |
|
|
int |
lineCount |
|
) |
| |
◆ drawPointsImp()
template<typename T >
| void drawPointsImp |
( |
const QTransform & |
transform, |
|
|
QgsGeometryCollection & |
geometry, |
|
|
const T * |
points, |
|
|
int |
pointCount |
|
) |
| |
◆ drawPolygonImp()
template<typename T >
| void drawPolygonImp |
( |
const QTransform & |
transform, |
|
|
QgsGeometryCollection & |
geometry, |
|
|
const T * |
points, |
|
|
int |
pointCount, |
|
|
QPaintEngine::PolygonDrawMode |
mode, |
|
|
double |
simplifyTolerance |
|
) |
| |
◆ drawRectsImp()
template<typename T >
| void drawRectsImp |
( |
const QTransform & |
transform, |
|
|
QgsGeometryCollection & |
geometry, |
|
|
const T * |
rects, |
|
|
int |
rectCount |
|
) |
| |
◆ qt_defaultDpiX()
| Q_GUI_EXPORT int qt_defaultDpiX |
( |
| ) |
|
|
extern |
◆ qt_defaultDpiY()
| Q_GUI_EXPORT int qt_defaultDpiY |
( |
| ) |
|
|
extern |