Qt 4.8
|
#include <qsvgstyle_p.h>
Public Functions | |
virtual void | apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states) |
const QBrush & | qbrush () const |
QSvgViewportFillStyle (const QBrush &brush) | |
virtual void | revert (QPainter *p, QSvgExtraStates &states) |
virtual Type | type () const |
Public Functions inherited from QSvgStyleProperty | |
virtual | ~QSvgStyleProperty () |
Public Functions inherited from QSvgRefCounted | |
void | deref () |
QSvgRefCounted () | |
void | ref () |
virtual | ~QSvgRefCounted () |
Properties | |
QBrush | m_oldFill |
QBrush | m_viewportFill |
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 305 of file qsvgstyle_p.h.
QSvgViewportFillStyle::QSvgViewportFillStyle | ( | const QBrush & | brush | ) |
Definition at line 167 of file qsvgstyle.cpp.
|
virtual |
Implements QSvgStyleProperty.
Definition at line 172 of file qsvgstyle.cpp.
|
inline |
Definition at line 313 of file qsvgstyle_p.h.
|
virtual |
Implements QSvgStyleProperty.
Definition at line 178 of file qsvgstyle.cpp.
|
virtual |
Implements QSvgStyleProperty.
Definition at line 467 of file qsvgstyle.cpp.
|
private |
Definition at line 322 of file qsvgstyle_p.h.
|
private |
Definition at line 320 of file qsvgstyle_p.h.
Referenced by apply().