![]() |
Qt 6.x
The Qt SDK
|
#include <qsvgstyle_p.h>
Public Member Functions | |
QSvgStyle () | |
~QSvgStyle () | |
void | apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states) |
void | revert (QPainter *p, QSvgExtraStates &states) |
Definition at line 723 of file qsvgstyle_p.h.
|
inline |
Definition at line 726 of file qsvgstyle_p.h.
QSvgStyle::~QSvgStyle | ( | ) |
Definition at line 492 of file qsvgstyle.cpp.
void QSvgStyle::apply | ( | QPainter * | p, |
const QSvgNode * | node, | ||
QSvgExtraStates & | states | ||
) |
Definition at line 496 of file qsvgstyle.cpp.
References animateColor, animateTransforms, QSvgQualityStyle::apply(), QSvgOpacityStyle::apply(), QSvgFillStyle::apply(), QSvgViewportFillStyle::apply(), QSvgFontStyle::apply(), QSvgStrokeStyle::apply(), QSvgAnimateColor::apply(), QSvgCompOpStyle::apply(), compop, QList< T >::constBegin(), QList< T >::constEnd(), QSvgTinyDocument::currentElapsed(), QSvgNode::document(), fill, font, QList< T >::isEmpty(), opacity, quality, QSvgAnimateTransform::Replace, stroke, and viewportFill.
Referenced by QSvgNode::applyStyle().
void QSvgStyle::revert | ( | QPainter * | p, |
QSvgExtraStates & | states | ||
) |
Definition at line 560 of file qsvgstyle.cpp.
References animateColor, animateTransforms, compop, QList< T >::constBegin(), QList< T >::constEnd(), fill, font, QList< T >::isEmpty(), opacity, quality, QSvgQualityStyle::revert(), QSvgOpacityStyle::revert(), QSvgFillStyle::revert(), QSvgViewportFillStyle::revert(), QSvgFontStyle::revert(), QSvgStrokeStyle::revert(), QSvgAnimateColor::revert(), QSvgCompOpStyle::revert(), stroke, and viewportFill.
Referenced by QSvgNode::revertStyle().
QSvgRefCounter<QSvgAnimateColor> QSvgStyle::animateColor |
Definition at line 751 of file qsvgstyle_p.h.
Referenced by QSvgNode::appendStyleProperty(), apply(), revert(), and QSvgNode::styleProperty().
QList<QSvgRefCounter<QSvgAnimateTransform> > QSvgStyle::animateTransforms |
Definition at line 752 of file qsvgstyle_p.h.
Referenced by QSvgNode::appendStyleProperty(), apply(), revert(), and QSvgNode::styleProperty().
QSvgRefCounter<QSvgCompOpStyle> QSvgStyle::compop |
Definition at line 754 of file qsvgstyle_p.h.
Referenced by QSvgNode::appendStyleProperty(), apply(), revert(), and QSvgNode::styleProperty().
QSvgRefCounter<QSvgFillStyle> QSvgStyle::fill |
Definition at line 744 of file qsvgstyle_p.h.
Referenced by QSvgNode::appendStyleProperty(), apply(), revert(), and QSvgNode::styleProperty().
QSvgRefCounter<QSvgFontStyle> QSvgStyle::font |
Definition at line 746 of file qsvgstyle_p.h.
Referenced by QSvgNode::appendStyleProperty(), apply(), revert(), and QSvgNode::styleProperty().
QSvgRefCounter<QSvgGradientStyle> QSvgStyle::gradient |
Definition at line 749 of file qsvgstyle_p.h.
Referenced by QSvgNode::appendStyleProperty(), and QSvgNode::styleProperty().
QSvgRefCounter<QSvgOpacityStyle> QSvgStyle::opacity |
Definition at line 753 of file qsvgstyle_p.h.
Referenced by QSvgNode::appendStyleProperty(), apply(), revert(), and QSvgNode::styleProperty().
QSvgRefCounter<QSvgQualityStyle> QSvgStyle::quality |
Definition at line 743 of file qsvgstyle_p.h.
Referenced by QSvgNode::appendStyleProperty(), apply(), revert(), and QSvgNode::styleProperty().
QSvgRefCounter<QSvgSolidColorStyle> QSvgStyle::solidColor |
Definition at line 748 of file qsvgstyle_p.h.
Referenced by QSvgNode::appendStyleProperty(), and QSvgNode::styleProperty().
QSvgRefCounter<QSvgStrokeStyle> QSvgStyle::stroke |
Definition at line 747 of file qsvgstyle_p.h.
Referenced by QSvgNode::appendStyleProperty(), apply(), revert(), and QSvgNode::styleProperty().
QSvgRefCounter<QSvgTransformStyle> QSvgStyle::transform |
Definition at line 750 of file qsvgstyle_p.h.
Referenced by QSvgNode::appendStyleProperty(), QSvgNode::styleProperty(), and QSvgTinyDocument::transformForElement().
QSvgRefCounter<QSvgViewportFillStyle> QSvgStyle::viewportFill |
Definition at line 745 of file qsvgstyle_p.h.
Referenced by QSvgNode::appendStyleProperty(), apply(), revert(), and QSvgNode::styleProperty().