QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
A paint device for drawing into dxf files. More...
#include <qgsdxfpaintdevice.h>
Public Member Functions | |
QgsDxfPaintDevice (QgsDxfExport *dxf) | |
~QgsDxfPaintDevice () override | |
QPointF | dxfCoordinates (QPointF pt) const |
Converts a point from device coordinates to dxf coordinates. More... | |
int | metric (PaintDeviceMetric metric) const override |
QPaintEngine * | paintEngine () const override |
void | setDrawingSize (QSizeF size) |
void | setLayer (const QString &layer) |
void | setOutputSize (const QRectF &r) |
void | setShift (QPointF shift) |
double | widthScaleFactor () const |
Returns scale factor for line width. More... | |
A paint device for drawing into dxf files.
Definition at line 37 of file qgsdxfpaintdevice.h.
QgsDxfPaintDevice::QgsDxfPaintDevice | ( | QgsDxfExport * | dxf | ) |
Definition at line 22 of file qgsdxfpaintdevice.cpp.
|
override |
Definition at line 27 of file qgsdxfpaintdevice.cpp.
QPointF QgsDxfPaintDevice::dxfCoordinates | ( | QPointF | pt | ) | const |
Converts a point from device coordinates to dxf coordinates.
Definition at line 78 of file qgsdxfpaintdevice.cpp.
|
override |
Definition at line 37 of file qgsdxfpaintdevice.cpp.
|
override |
Definition at line 32 of file qgsdxfpaintdevice.cpp.
|
inline |
Definition at line 45 of file qgsdxfpaintdevice.h.
void QgsDxfPaintDevice::setLayer | ( | const QString & | layer | ) |
Definition at line 90 of file qgsdxfpaintdevice.cpp.
|
inline |
Definition at line 46 of file qgsdxfpaintdevice.h.
void QgsDxfPaintDevice::setShift | ( | QPointF | shift | ) |
Definition at line 98 of file qgsdxfpaintdevice.cpp.
double QgsDxfPaintDevice::widthScaleFactor | ( | ) | const |
Returns scale factor for line width.
Definition at line 66 of file qgsdxfpaintdevice.cpp.