Qt 4.8
|
#include <qsvgstyle_p.h>
Public Functions | |
virtual void | apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states) |
QSvgOpacityStyle (qreal opacity) | |
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 | |
qreal | m_oldOpacity |
qreal | m_opacity |
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 220 of file qsvgstyle_p.h.
QSvgOpacityStyle::QSvgOpacityStyle | ( | qreal | opacity | ) |
Definition at line 909 of file qsvgstyle.cpp.
|
virtual |
Implements QSvgStyleProperty.
Definition at line 915 of file qsvgstyle.cpp.
|
virtual |
Implements QSvgStyleProperty.
Definition at line 921 of file qsvgstyle.cpp.
|
virtual |
Implements QSvgStyleProperty.
Definition at line 926 of file qsvgstyle.cpp.
|
private |
Definition at line 229 of file qsvgstyle_p.h.
|
private |
Definition at line 228 of file qsvgstyle_p.h.
Referenced by apply().