![]() |
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 | |
| QSvgGradientStyle (QGradient *grad) | |
| ~QSvgGradientStyle () | |
| Type | type () const override |
| void | setStopLink (const QString &link, QSvgTinyDocument *doc) |
| QString | stopLink () const |
| void | resolveStops () |
| void | resolveStops_helper (QStringList *visited) |
| void | setTransform (const QTransform &transform) |
| QTransform | qtransform () const |
| QGradient * | qgradient () const |
| bool | gradientStopsSet () const |
| void | setGradientStopsSet (bool set) |
| QBrush | brush (QPainter *, const QSvgNode *, QSvgExtraStates &) override |
| Public Member Functions inherited from QSvgPaintStyleProperty | |
| void | apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states) override |
| void | revert (QPainter *p, QSvgExtraStates &states) override |
| 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 557 of file qsvgstyle_p.h.
| QSvgGradientStyle::QSvgGradientStyle | ( | QGradient * | grad | ) |
Definition at line 383 of file qsvgstyle.cpp.
|
inline |
Definition at line 561 of file qsvgstyle_p.h.
|
overridevirtual |
Implements QSvgPaintStyleProperty.
Definition at line 388 of file qsvgstyle.cpp.
|
inline |
Definition at line 580 of file qsvgstyle_p.h.
|
inline |
Definition at line 575 of file qsvgstyle_p.h.
|
inline |
Definition at line 570 of file qsvgstyle_p.h.
| void QSvgGradientStyle::resolveStops | ( | ) |
Definition at line 552 of file qsvgstyle.cpp.
| void QSvgGradientStyle::resolveStops_helper | ( | QStringList * | visited | ) |
Definition at line 558 of file qsvgstyle.cpp.
|
inline |
Definition at line 585 of file qsvgstyle_p.h.
| void QSvgGradientStyle::setStopLink | ( | const QString & | link, |
| QSvgTinyDocument * | doc ) |
Definition at line 546 of file qsvgstyle.cpp.
| void QSvgGradientStyle::setTransform | ( | const QTransform & | transform | ) |
Definition at line 409 of file qsvgstyle.cpp.
|
inline |
Definition at line 565 of file qsvgstyle_p.h.
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 473 of file qsvgstyle.cpp.