lib
KWmf Class Reference
List of all members.Detailed Description
Definition at line 38 of file kwmf.h.
Public Member Functions | |
| KWmf (unsigned dpi) | |
| virtual | ~KWmf () |
| bool | parse (const QString &file) |
| bool | parse (QDataStream &stream, unsigned size) |
| void | brushSet (unsigned colour, unsigned style) |
| void | penSet (unsigned colour, unsigned style, unsigned width) |
Protected Member Functions | |
| virtual void | gotEllipse (const DrawContext &dc, QString type, QPoint topLeft, QSize halfAxes, unsigned startAngle, unsigned stopAngle)=0 |
| virtual void | gotPolygon (const DrawContext &dc, const QPointArray &points)=0 |
| virtual void | gotPolyline (const DrawContext &dc, const QPointArray &points)=0 |
| virtual void | gotRectangle (const DrawContext &dc, const QPointArray &points)=0 |
Classes | |
| class | DrawContext |
The documentation for this class was generated from the following files:

