Qt 4.8
|
#include <qsvgstyle_p.h>
Public Functions | |
virtual void | apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states) |
qreal | fillOpacity () const |
Qt::FillRule | fillRule () const |
QString | gradientId () const |
bool | isGradientResolved () const |
const QBrush & | qbrush () const |
QSvgFillStyle () | |
virtual void | revert (QPainter *p, QSvgExtraStates &states) |
void | setBrush (QBrush brush) |
void | setFillOpacity (qreal opacity) |
void | setFillRule (Qt::FillRule f) |
void | setFillStyle (QSvgFillStyleProperty *style) |
void | setGradientId (const QString &Id) |
void | setGradientResolved (bool resolved) |
QSvgFillStyleProperty * | style () const |
virtual Type | type () const |
Public Functions inherited from QSvgStyleProperty | |
virtual | ~QSvgStyleProperty () |
Public Functions inherited from QSvgRefCounted | |
void | deref () |
QSvgRefCounted () | |
void | ref () |
virtual | ~QSvgRefCounted () |
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 232 of file qsvgstyle_p.h.
QSvgFillStyle::QSvgFillStyle | ( | ) |
Definition at line 101 of file qsvgstyle.cpp.
|
virtual |
Implements QSvgStyleProperty.
Definition at line 139 of file qsvgstyle.cpp.
|
inline |
Definition at line 250 of file qsvgstyle_p.h.
|
inline |
Definition at line 255 of file qsvgstyle_p.h.
|
inline |
|
inline |
|
inline |
Definition at line 245 of file qsvgstyle_p.h.
|
virtual |
Implements QSvgStyleProperty.
Definition at line 157 of file qsvgstyle.cpp.
void QSvgFillStyle::setBrush | ( | QBrush | brush | ) |
Definition at line 132 of file qsvgstyle.cpp.
Referenced by parseBrush(), and QSvgHandler::resolveGradients().
void QSvgFillStyle::setFillOpacity | ( | qreal | opacity | ) |
void QSvgFillStyle::setFillRule | ( | Qt::FillRule | f | ) |
void QSvgFillStyle::setFillStyle | ( | QSvgFillStyleProperty * | style | ) |
Definition at line 126 of file qsvgstyle.cpp.
Referenced by parseBrush(), and QSvgHandler::resolveGradients().
|
inline |
|
inline |
|
inline |
|
virtual |
Implements QSvgStyleProperty.
Definition at line 462 of file qsvgstyle.cpp.
|
private |
Definition at line 288 of file qsvgstyle_p.h.
Referenced by apply(), and setBrush().
|
private |
Definition at line 294 of file qsvgstyle_p.h.
Referenced by apply(), and setFillOpacity().
|
private |
Definition at line 301 of file qsvgstyle_p.h.
Referenced by apply(), revert(), and setFillOpacity().
|
private |
Definition at line 292 of file qsvgstyle_p.h.
Referenced by apply(), and setFillRule().
|
private |
Definition at line 300 of file qsvgstyle_p.h.
Referenced by apply(), revert(), and setFillRule().
|
private |
Definition at line 302 of file qsvgstyle_p.h.
Referenced by apply(), revert(), setBrush(), and setFillStyle().
|
private |
Definition at line 297 of file qsvgstyle_p.h.
|
private |
Definition at line 298 of file qsvgstyle_p.h.
|
private |
Definition at line 289 of file qsvgstyle_p.h.
|
private |
Definition at line 295 of file qsvgstyle_p.h.
|
private |
Definition at line 293 of file qsvgstyle_p.h.
|
private |
Definition at line 290 of file qsvgstyle_p.h.
Referenced by apply(), setBrush(), and setFillStyle().