![]() |
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) | |
| ~QSvgOpacityStyle () override | |
| 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 override |
| Public Member Functions inherited from QSvgStyleProperty | |
| virtual | ~QSvgStyleProperty () |
Additional Inherited Members | |
| Public Types inherited from QSvgStyleProperty | |
| enum | Type : quint8 { Quality , Fill , ViewportFill , Font , Stroke , Transform , Opacity , CompOp , Offset , NumTypes } |
Definition at line 208 of file qsvgstyle_p.h.
| QSvgOpacityStyle::QSvgOpacityStyle | ( | qreal | opacity | ) |
Definition at line 462 of file qsvgstyle.cpp.
|
overridedefault |
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 471 of file qsvgstyle.cpp.
|
inlineoverridevirtual |
Reimplemented from QSvgStyleProperty.
Definition at line 218 of file qsvgstyle_p.h.
|
inline |
Definition at line 217 of file qsvgstyle_p.h.
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 477 of file qsvgstyle.cpp.
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 482 of file qsvgstyle.cpp.