Qt 4.8
|
#include <qsvgstyle_p.h>
Public Functions | |
QBrush | brush (QPainter *, QSvgExtraStates &) |
const QColor & | qcolor () const |
QSvgSolidColorStyle (const QColor &color) | |
virtual Type | type () const |
Public Functions inherited from QSvgFillStyleProperty | |
virtual void | apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states) |
virtual void | revert (QPainter *p, QSvgExtraStates &states) |
Public Functions inherited from QSvgStyleProperty | |
virtual | ~QSvgStyleProperty () |
Public Functions inherited from QSvgRefCounted | |
void | deref () |
QSvgRefCounted () | |
void | ref () |
virtual | ~QSvgRefCounted () |
Properties | |
QBrush | m_oldFill |
QPen | m_oldStroke |
QColor | m_solidColor |
Additional Inherited Members | |
Public Types inherited from QSvgStyleProperty | |
enum | Type { QUALITY, FILL, VIEWPORT_FILL, FONT, STROKE, SOLID_COLOR, GRADIENT, TRANSFORM, ANIMATE_TRANSFORM, ANIMATE_COLOR, OPACITY, COMP_OP } |
Definition at line 549 of file qsvgstyle_p.h.
QSvgSolidColorStyle::QSvgSolidColorStyle | ( | const QColor & | color | ) |
Definition at line 405 of file qsvgstyle.cpp.
|
inlinevirtual |
|
inline |
Definition at line 555 of file qsvgstyle_p.h.
|
virtual |
Implements QSvgStyleProperty.
Definition at line 482 of file qsvgstyle.cpp.
|
private |
Definition at line 570 of file qsvgstyle_p.h.
|
private |
Definition at line 571 of file qsvgstyle_p.h.
|
private |
Definition at line 568 of file qsvgstyle_p.h.