![]() |
Qt 6.x
The Qt SDK
|
#include <qsvgstyle_p.h>
Public Member Functions | |
QSvgTransformStyle (const QTransform &transform) | |
void | apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states) override |
void | revert (QPainter *p, QSvgExtraStates &states) override |
Type | type () const override |
const QTransform & | qtransform () const |
![]() | |
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 588 of file qsvgstyle_p.h.
QSvgTransformStyle::QSvgTransformStyle | ( | const QTransform & | transform | ) |
Definition at line 413 of file qsvgstyle.cpp.
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 418 of file qsvgstyle.cpp.
|
inline |
Definition at line 596 of file qsvgstyle_p.h.
Referenced by QSvgTinyDocument::transformForElement().
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 424 of file qsvgstyle.cpp.
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 464 of file qsvgstyle.cpp.
References QSvgStyleProperty::TRANSFORM.