![]() |
Qt 6.x
The Qt SDK
|
#include <qsvgstyle_p.h>
Inheritance diagram for QSvgCompOpStyle:
Collaboration diagram for QSvgCompOpStyle:Public Member Functions | |
| QSvgCompOpStyle (QPainter::CompositionMode mode) | |
| void | apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states) override |
| void | revert (QPainter *p, QSvgExtraStates &states) override |
| Type | type () const override |
| const QPainter::CompositionMode & | compOp () const |
Public Member Functions inherited from QSvgStyleProperty | |
| virtual | ~QSvgStyleProperty () |
| virtual void | apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states)=0 |
| virtual void | revert (QPainter *p, QSvgExtraStates &states)=0 |
| virtual Type | type () const =0 |
Public Member Functions inherited from QSvgRefCounted | |
| QSvgRefCounted () | |
| virtual | ~QSvgRefCounted () |
| void | ref () |
| void | deref () |
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 703 of file qsvgstyle_p.h.
| QSvgCompOpStyle::QSvgCompOpStyle | ( | QPainter::CompositionMode | mode | ) |
Definition at line 470 of file qsvgstyle.cpp.
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 476 of file qsvgstyle.cpp.
Referenced by QSvgStyle::apply().
Here is the caller graph for this function:
|
inline |
Definition at line 711 of file qsvgstyle_p.h.
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 482 of file qsvgstyle.cpp.
Referenced by QSvgStyle::revert().
Here is the caller graph for this function:
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 487 of file qsvgstyle.cpp.
References QSvgStyleProperty::COMP_OP.