The DxfPaintDevice class Pairs with DxfPaintEngine. One instance targets one already-open DXF file (Createdxf::dxfBegin()/dxfEnd() bracket the whole export, same as today - this device only ever appends entities in between).
More...
#include <dxfpaintdevice.h>
Inherits QPaintDevice.
|
| int | metric (PaintDeviceMetric metric) const override |
The DxfPaintDevice class Pairs with DxfPaintEngine. One instance targets one already-open DXF file (Createdxf::dxfBegin()/dxfEnd() bracket the whole export, same as today - this device only ever appends entities in between).
◆ DxfPaintDevice()
| DxfPaintDevice::DxfPaintDevice |
( |
const QString & | filepath | ) |
|
|
explicit |
◆ ~DxfPaintDevice()
| DxfPaintDevice::~DxfPaintDevice |
( |
| ) |
|
|
override |
◆ metric()
| int DxfPaintDevice::metric |
( |
PaintDeviceMetric | metric | ) |
const |
|
overrideprotected |
◆ paintEngine()
| QPaintEngine * DxfPaintDevice::paintEngine |
( |
| ) |
const |
|
override |
◆ m_engine
◆ m_filepath
| QString DxfPaintDevice::m_filepath |
|
private |
The documentation for this class was generated from the following files: