![]() |
QElectroTech 0.200.1-dev
|
#include <QPaintDevice>#include <QPaintEngine>#include <QPen>#include <QBrush>#include <QFont>#include <QString>

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... | |