![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsvgstyle_p.h>
Public Types | |
| enum | Type { QUALITY , FILL , VIEWPORT_FILL , FONT , STROKE , SOLID_COLOR , GRADIENT , PATTERN , TRANSFORM , ANIMATE_TRANSFORM , ANIMATE_COLOR , OPACITY , COMP_OP , OFFSET } |
Public Member Functions | |
| 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 |
| bool | isDefault () const |
| Public Member Functions inherited from QSvgRefCounted | |
| QSvgRefCounted () | |
| virtual | ~QSvgRefCounted () |
| void | ref () |
| void | deref () |
Definition at line 124 of file qsvgstyle_p.h.
| Enumerator | |
|---|---|
| QUALITY | |
| FILL | |
| VIEWPORT_FILL | |
| FONT | |
| STROKE | |
| SOLID_COLOR | |
| GRADIENT | |
| PATTERN | |
| TRANSFORM | |
| ANIMATE_TRANSFORM | |
| ANIMATE_COLOR | |
| OPACITY | |
| COMP_OP | |
| OFFSET | |
Definition at line 127 of file qsvgstyle_p.h.
|
virtual |
Definition at line 34 of file qsvgstyle.cpp.
|
pure virtual |
|
inline |
Definition at line 149 of file qsvgstyle_p.h.
|
pure virtual |
|
pure virtual |