|
QGIS API Documentation
2.8.2-Wien
|
A paint device for drawing into dxf files. More...
#include <qgsdxfpaintdevice.h>
Public Member Functions | |
| QgsDxfPaintDevice (QgsDxfExport *dxf) | |
| ~QgsDxfPaintDevice () | |
| QPointF | dxfCoordinates (const QPointF &pt) const |
| Converts a point from device coordinates to dxf coordinates. | |
| int | metric (PaintDeviceMetric metric) const override |
| QPaintEngine * | paintEngine () const override |
| void | setDrawingSize (const QSizeF &size) |
| void | setLayer (const QString &layer) |
| void | setOutputSize (const QRectF &r) |
| void | setShift (const QPointF &shift) |
| double | widthScaleFactor () const |
| Returns scale factor for line width. | |
A paint device for drawing into dxf files.
Definition at line 29 of file qgsdxfpaintdevice.h.
| QgsDxfPaintDevice::QgsDxfPaintDevice | ( | QgsDxfExport * | dxf | ) |
Definition at line 20 of file qgsdxfpaintdevice.cpp.
| QgsDxfPaintDevice::~QgsDxfPaintDevice | ( | ) |
Definition at line 25 of file qgsdxfpaintdevice.cpp.
| QPointF QgsDxfPaintDevice::dxfCoordinates | ( | const QPointF & | pt | ) | const |
Converts a point from device coordinates to dxf coordinates.
Definition at line 72 of file qgsdxfpaintdevice.cpp.
|
override |
Definition at line 35 of file qgsdxfpaintdevice.cpp.
|
override |
Definition at line 30 of file qgsdxfpaintdevice.cpp.
|
inline |
Definition at line 37 of file qgsdxfpaintdevice.h.
| void QgsDxfPaintDevice::setLayer | ( | const QString & | layer | ) |
Definition at line 84 of file qgsdxfpaintdevice.cpp.
|
inline |
Definition at line 38 of file qgsdxfpaintdevice.h.
| void QgsDxfPaintDevice::setShift | ( | const QPointF & | shift | ) |
Definition at line 92 of file qgsdxfpaintdevice.cpp.
| double QgsDxfPaintDevice::widthScaleFactor | ( | ) | const |
Returns scale factor for line width.
Definition at line 60 of file qgsdxfpaintdevice.cpp.
1.8.1.2