![]() |
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 Member Functions | |
| QSvgOpacityStyle (qreal opacity) | |
| void | apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states) override |
| void | revert (QPainter *p, QSvgExtraStates &states) override |
| Type | type () const override |
| qreal | opacity () const |
| bool | isDefault () const |
| Public Member Functions inherited from QSvgStyleProperty | |
| virtual | ~QSvgStyleProperty () |
| bool | isDefault () const |
| Public Member Functions inherited from QSvgRefCounted | |
| QSvgRefCounted () | |
| virtual | ~QSvgRefCounted () |
| void | ref () |
| void | deref () |
Additional Inherited Members | |
| Public Types inherited from QSvgStyleProperty | |
| enum | Type { QUALITY , FILL , VIEWPORT_FILL , FONT , STROKE , SOLID_COLOR , GRADIENT , PATTERN , TRANSFORM , ANIMATE_TRANSFORM , ANIMATE_COLOR , OPACITY , COMP_OP , OFFSET } |
Definition at line 202 of file qsvgstyle_p.h.
| QSvgOpacityStyle::QSvgOpacityStyle | ( | qreal | opacity | ) |
Definition at line 524 of file qsvgstyle.cpp.
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 530 of file qsvgstyle.cpp.
|
inline |
Definition at line 210 of file qsvgstyle_p.h.
|
inline |
Definition at line 209 of file qsvgstyle_p.h.
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 536 of file qsvgstyle.cpp.
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 541 of file qsvgstyle.cpp.