#include </home/clem/local/src/opie/qmake/include/private/qsvgdevice_p.h>
Public Member Functions | |
| QSvgDevice () | |
| ~QSvgDevice () | |
| bool | play (QPainter *p) |
| QString | toString () const |
| bool | load (QIODevice *dev) |
| bool | save (QIODevice *dev) |
| bool | save (const QString &fileName) |
| QRect | boundingRect () const |
| void | setBoundingRect (const QRect &r) |
Protected Member Functions | |
| virtual bool | cmd (int, QPainter *, QPDevCmdParam *) |
| virtual int | metric (int) const |
Private Member Functions | |
| bool | play (const QDomNode &node) |
| void | saveAttributes () |
| void | restoreAttributes () |
| QColor | parseColor (const QString &col) |
| double | parseLen (const QString &str, bool *ok=0, bool horiz=TRUE) const |
| int | lenToInt (const QDomNamedNodeMap &map, const QString &attr, int def=0) const |
| void | setStyleProperty (const QString &prop, const QString &val, QPen *pen, QFont *font, int *talign) |
| void | setStyle (const QString &s) |
| void | setTransform (const QString &tr) |
| void | drawPath (const QString &data) |
| void | applyStyle (QDomElement *e, int c) const |
| void | applyTransform (QDomElement *e) const |
Private Attributes | |
| QRect | brect |
| QDomDocument | doc |
| QDomNode | current |
| QPoint | curPt |
| QSvgDeviceState * | curr |
| QPainter * | pt |
| bool | dirtyTransform |
| bool | dirtyStyle |
| QSvgDevicePrivate * | d |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 127 of file qsvgdevice_p.h. References brect. |
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 114 of file qsvgdevice_p.h. Referenced by boundingRect(). |
|
|
Definition at line 117 of file qsvgdevice_p.h. |
|
|
Definition at line 118 of file qsvgdevice_p.h. |
|
|
Definition at line 116 of file qsvgdevice_p.h. |
|
|
Definition at line 124 of file qsvgdevice_p.h. |
|
|
Definition at line 122 of file qsvgdevice_p.h. |
|
|
Definition at line 122 of file qsvgdevice_p.h. |
|
|
Definition at line 115 of file qsvgdevice_p.h. |
|
|
Definition at line 119 of file qsvgdevice_p.h. |
1.4.2