![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsvgpaintserver_p.h>
Public Types | |
| enum class | Type : qint8 { SolidColor , Gradient , Pattern } |
Public Member Functions | |
| QSvgPaintServer ()=default | |
| virtual | ~QSvgPaintServer () |
| virtual QBrush | brush (QPainter *p, const QSvgNode *node, QSvgExtraStates &states)=0 |
| virtual Type | type () const =0 |
Definition at line 38 of file qsvgpaintserver_p.h.
|
strong |
| Enumerator | |
|---|---|
| SolidColor | |
| Gradient | |
| Pattern | |
Definition at line 42 of file qsvgpaintserver_p.h.
|
default |
|
virtualdefault |
|
pure virtual |
Implemented in QSvgGradientPaint, QSvgPatternPaint, and QSvgSolidColorPaint.
|
pure virtual |
Implemented in QSvgGradientPaint, QSvgPatternPaint, and QSvgSolidColorPaint.