![]() |
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 | |
| QSvgFillStyle () | |
| ~QSvgFillStyle () override | |
| void | apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states) override |
| void | revert (QPainter *p, QSvgExtraStates &states) override |
| Type | type () const override |
| void | setFillRule (Qt::FillRule f) |
| void | setFillOpacity (qreal opacity) |
| void | setPaintServer (QSvgPaintServerSharedPtr paintServer) |
| void | setBrush (QBrush brush) |
| const QBrush & | qbrush () const |
| qreal | fillOpacity () const |
| Qt::FillRule | fillRule () const |
| QSvgPaintServer * | paintServer () const |
| void | setPaintStyleId (const QString &Id) |
| QString | paintStyleId () const |
| Public Member Functions inherited from QSvgStyleProperty | |
| virtual | ~QSvgStyleProperty () |
| virtual bool | isDefault () const |
Additional Inherited Members | |
| Public Types inherited from QSvgStyleProperty | |
| enum | Type : quint8 { Quality , Fill , ViewportFill , Font , Stroke , Transform , Opacity , CompOp , Offset , NumTypes } |
Definition at line 156 of file qsvgstyle_p.h.
| QSvgFillStyle::QSvgFillStyle | ( | ) |
Definition at line 85 of file qsvgstyle.cpp.
|
overridedefault |
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 120 of file qsvgstyle.cpp.
|
inline |
Definition at line 176 of file qsvgstyle_p.h.
|
inline |
Definition at line 181 of file qsvgstyle_p.h.
|
inline |
Definition at line 186 of file qsvgstyle_p.h.
|
inline |
Definition at line 196 of file qsvgstyle_p.h.
|
inline |
Definition at line 171 of file qsvgstyle_p.h.
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 138 of file qsvgstyle.cpp.
Definition at line 113 of file qsvgstyle.cpp.
Definition at line 101 of file qsvgstyle.cpp.
| void QSvgFillStyle::setFillRule | ( | Qt::FillRule | f | ) |
Definition at line 95 of file qsvgstyle.cpp.
| void QSvgFillStyle::setPaintServer | ( | QSvgPaintServerSharedPtr | paintServer | ) |
Definition at line 107 of file qsvgstyle.cpp.
Definition at line 191 of file qsvgstyle_p.h.
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 384 of file qsvgstyle.cpp.