Qt 4.8
|
#include <qsvgstyle_p.h>
Public Functions | |
virtual void | apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states) |
virtual QBrush | brush (QPainter *p, QSvgExtraStates &states)=0 |
virtual void | revert (QPainter *p, QSvgExtraStates &states) |
Public Functions inherited from QSvgStyleProperty | |
virtual Type | type () const =0 |
virtual | ~QSvgStyleProperty () |
Public Functions inherited from QSvgRefCounted | |
void | deref () |
QSvgRefCounted () | |
void | ref () |
virtual | ~QSvgRefCounted () |
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 180 of file qsvgstyle_p.h.
|
virtual |
|
pure virtual |
Implemented in QSvgGradientStyle, and QSvgSolidColorStyle.
Referenced by QSvgFillStyle::apply(), and QSvgStrokeStyle::apply().
|
virtual |