![]() |
Qt 6.x
The Qt SDK
|
#include <qsvgstyle_p.h>
Public Member Functions | |
virtual QBrush | brush (QPainter *p, QSvgExtraStates &states)=0 |
void | apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states) override |
void | revert (QPainter *p, QSvgExtraStates &states) override |
![]() | |
virtual | ~QSvgStyleProperty () |
virtual void | apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states)=0 |
virtual void | revert (QPainter *p, QSvgExtraStates &states)=0 |
virtual Type | type () const =0 |
![]() | |
QSvgRefCounted () | |
virtual | ~QSvgRefCounted () |
void | ref () |
void | deref () |
Additional Inherited Members | |
![]() | |
enum | Type { QUALITY , FILL , VIEWPORT_FILL , FONT , STROKE , SOLID_COLOR , GRADIENT , TRANSFORM , ANIMATE_TRANSFORM , ANIMATE_COLOR , OPACITY , COMP_OP } |
Definition at line 143 of file qsvgstyle_p.h.
|
overridevirtual |
|
pure virtual |
Implemented in QSvgSolidColorStyle, and QSvgGradientStyle.
Referenced by QSvgFillStyle::apply(), and QSvgStrokeStyle::apply().
|
overridevirtual |