Qt 4.8
|
#include <qsvgstyle_p.h>
Public Functions | |
virtual void | apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states) |
QSvgTransformStyle (const QTransform &transform) | |
const QTransform & | qtransform () const |
virtual void | revert (QPainter *p, QSvgExtraStates &states) |
virtual Type | type () const |
Public Functions inherited from QSvgStyleProperty | |
virtual | ~QSvgStyleProperty () |
Public Functions inherited from QSvgRefCounted | |
void | deref () |
QSvgRefCounted () | |
void | ref () |
virtual | ~QSvgRefCounted () |
Properties | |
QTransform | m_oldWorldTransform |
QTransform | m_transform |
Additional Inherited Members | |
Public Types inherited from QSvgStyleProperty | |
enum | Type { QUALITY, FILL, VIEWPORT_FILL, FONT, STROKE, SOLID_COLOR, GRADIENT, TRANSFORM, ANIMATE_TRANSFORM, ANIMATE_COLOR, OPACITY, COMP_OP } |
Definition at line 616 of file qsvgstyle_p.h.
QSvgTransformStyle::QSvgTransformStyle | ( | const QTransform & | transform | ) |
Definition at line 441 of file qsvgstyle.cpp.
|
virtual |
Implements QSvgStyleProperty.
Definition at line 446 of file qsvgstyle.cpp.
|
inline |
|
virtual |
Implements QSvgStyleProperty.
Definition at line 452 of file qsvgstyle.cpp.
|
virtual |
Implements QSvgStyleProperty.
Definition at line 492 of file qsvgstyle.cpp.
|
private |
Definition at line 631 of file qsvgstyle_p.h.
|
private |
Definition at line 630 of file qsvgstyle_p.h.
Referenced by apply().