![]() |
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 () | |
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 | setFillStyle (QSvgPaintStyleProperty *style) |
void | setBrush (QBrush brush) |
const QBrush & | qbrush () const |
qreal | fillOpacity () const |
Qt::FillRule | fillRule () const |
QSvgPaintStyleProperty * | style () const |
void | setPaintStyleId (const QString &Id) |
QString | paintStyleId () const |
void | setPaintStyleResolved (bool resolved) |
bool | isPaintStyleResolved () 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 } |
Definition at line 215 of file qsvgstyle_p.h.
QSvgFillStyle::QSvgFillStyle | ( | ) |
Definition at line 92 of file qsvgstyle.cpp.
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 130 of file qsvgstyle.cpp.
|
inline |
Definition at line 233 of file qsvgstyle_p.h.
|
inline |
Definition at line 238 of file qsvgstyle_p.h.
|
inline |
Definition at line 263 of file qsvgstyle_p.h.
|
inline |
Definition at line 253 of file qsvgstyle_p.h.
|
inline |
Definition at line 228 of file qsvgstyle_p.h.
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 148 of file qsvgstyle.cpp.
Definition at line 123 of file qsvgstyle.cpp.
Definition at line 111 of file qsvgstyle.cpp.
void QSvgFillStyle::setFillRule | ( | Qt::FillRule | f | ) |
Definition at line 105 of file qsvgstyle.cpp.
void QSvgFillStyle::setFillStyle | ( | QSvgPaintStyleProperty * | style | ) |
Definition at line 117 of file qsvgstyle.cpp.
Definition at line 248 of file qsvgstyle_p.h.
|
inline |
Definition at line 258 of file qsvgstyle_p.h.
|
inline |
Definition at line 243 of file qsvgstyle_p.h.
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 448 of file qsvgstyle.cpp.