![]() |
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 Member Functions | |
| QSvgSolidColorPaint (const QColor &color) | |
| ~QSvgSolidColorPaint () override | |
| Type | type () const override |
| const QColor & | qcolor () const |
| QBrush | brush (QPainter *, const QSvgNode *, QSvgExtraStates &) override |
| Public Member Functions inherited from QSvgPaintServer | |
| QSvgPaintServer ()=default | |
| virtual | ~QSvgPaintServer () |
Additional Inherited Members | |
| Public Types inherited from QSvgPaintServer | |
| enum class | Type : qint8 { SolidColor , Gradient , Pattern } |
Definition at line 54 of file qsvgpaintserver_p.h.
| QSvgSolidColorPaint::QSvgSolidColorPaint | ( | const QColor & | color | ) |
Definition at line 14 of file qsvgpaintserver.cpp.
|
overridedefault |
|
inlineoverridevirtual |
Implements QSvgPaintServer.
Definition at line 84 of file qsvgpaintserver_p.h.
|
inline |
Definition at line 79 of file qsvgpaintserver_p.h.
|
inlineoverridevirtual |
Implements QSvgPaintServer.
Definition at line 74 of file qsvgpaintserver_p.h.