QElectroTech 0.200.1-dev
Loading...
Searching...
No Matches
dxfpaintdevice.h File Reference
#include <QPaintDevice>
#include <QPaintEngine>
#include <QPen>
#include <QBrush>
#include <QFont>
#include <QString>
Include dependency graph for dxfpaintdevice.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DxfPaintEngine
 The DxfPaintEngine class A QPaintEngine that translates the small set of QPainter calls made by QGraphicsItem::paint() implementations (drawLines, drawRects, drawEllipse, drawPolygon/drawPolyline, drawTextItem) into DXF entities written through Createdxf, instead of pixels. More...
class  DxfPaintDevice
 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...