QGIS API Documentation 3.39.0-Master (47f7b3a4989)
Loading...
Searching...
No Matches
Functions
qgsgeometrypaintdevice.cpp File Reference
#include "qgsgeometrypaintdevice.h"
#include "qgspolygon.h"
#include "qgslinestring.h"
#include "qgsgeos.h"
#include "qgsmultipolygon.h"
#include "qgsmultilinestring.h"
Include dependency graph for qgsgeometrypaintdevice.cpp:

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)
 
Q_GUI_EXPORT int qt_defaultDpiX ()
 
Q_GUI_EXPORT int qt_defaultDpiY ()
 

Function Documentation

◆ drawLinesImp()

template<typename T >
void drawLinesImp ( const QTransform &  transform,
QgsGeometryCollection geometry,
const T *  lines,
int  lineCount 
)

Definition at line 85 of file qgsgeometrypaintdevice.cpp.

◆ drawPointsImp()

template<typename T >
void drawPointsImp ( const QTransform &  transform,
QgsGeometryCollection geometry,
const T *  points,
int  pointCount 
)

Definition at line 148 of file qgsgeometrypaintdevice.cpp.

◆ drawPolygonImp()

template<typename T >
void drawPolygonImp ( const QTransform &  transform,
QgsGeometryCollection geometry,
const T *  points,
int  pointCount,
QPaintEngine::PolygonDrawMode  mode,
double  simplifyTolerance 
)

Definition at line 246 of file qgsgeometrypaintdevice.cpp.

◆ drawRectsImp()

template<typename T >
void drawRectsImp ( const QTransform &  transform,
QgsGeometryCollection geometry,
const T *  rects,
int  rectCount 
)

Definition at line 187 of file qgsgeometrypaintdevice.cpp.

◆ qt_defaultDpiX()

Q_GUI_EXPORT int qt_defaultDpiX ( )
extern

◆ qt_defaultDpiY()

Q_GUI_EXPORT int qt_defaultDpiY ( )
extern