Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSvgCompOpStyle Class Reference

#include <qsvgstyle_p.h>

Inheritance diagram for QSvgCompOpStyle:
Collaboration diagram for QSvgCompOpStyle:

Public Member Functions

 QSvgCompOpStyle (QPainter::CompositionMode mode)
 ~QSvgCompOpStyle () override
void apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states) override
void revert (QPainter *p, QSvgExtraStates &states) override
Type type () const override
const QPainter::CompositionModecompOp () const
Public Member Functions inherited from QSvgStyleProperty
virtual ~QSvgStyleProperty ()
bool isDefault () const
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 , TRANSFORM , OPACITY , COMP_OP ,
  OFFSET
}

Detailed Description

Definition at line 536 of file qsvgstyle_p.h.

Constructor & Destructor Documentation

◆ QSvgCompOpStyle()

QSvgCompOpStyle::QSvgCompOpStyle ( QPainter::CompositionMode mode)

Definition at line 420 of file qsvgstyle.cpp.

◆ ~QSvgCompOpStyle()

QSvgCompOpStyle::~QSvgCompOpStyle ( )
overridedefault

Member Function Documentation

◆ apply()

void QSvgCompOpStyle::apply ( QPainter * p,
const QSvgNode * node,
QSvgExtraStates & states )
overridevirtual

Implements QSvgStyleProperty.

Definition at line 429 of file qsvgstyle.cpp.

◆ compOp()

const QPainter::CompositionMode & QSvgCompOpStyle::compOp ( ) const
inline

Definition at line 546 of file qsvgstyle_p.h.

◆ revert()

void QSvgCompOpStyle::revert ( QPainter * p,
QSvgExtraStates & states )
overridevirtual

Implements QSvgStyleProperty.

Definition at line 435 of file qsvgstyle.cpp.

◆ type()

QSvgStyleProperty::Type QSvgCompOpStyle::type ( ) const
overridevirtual

Implements QSvgStyleProperty.

Definition at line 440 of file qsvgstyle.cpp.


The documentation for this class was generated from the following files: