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
QSvgViewportFillStyle Class Reference

#include <qsvgstyle_p.h>

Inheritance diagram for QSvgViewportFillStyle:
Collaboration diagram for QSvgViewportFillStyle:

Public Member Functions

 QSvgViewportFillStyle (const QBrush &brush)
 ~QSvgViewportFillStyle () override
void apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states) override
void revert (QPainter *p, QSvgExtraStates &states) override
Type type () const override
const QBrushqbrush () 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 278 of file qsvgstyle_p.h.

Constructor & Destructor Documentation

◆ QSvgViewportFillStyle()

QSvgViewportFillStyle::QSvgViewportFillStyle ( const QBrush & brush)

Definition at line 147 of file qsvgstyle.cpp.

◆ ~QSvgViewportFillStyle()

QSvgViewportFillStyle::~QSvgViewportFillStyle ( )
overridedefault

Member Function Documentation

◆ apply()

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

Implements QSvgStyleProperty.

Definition at line 155 of file qsvgstyle.cpp.

◆ qbrush()

const QBrush & QSvgViewportFillStyle::qbrush ( ) const
inline

Definition at line 288 of file qsvgstyle_p.h.

◆ revert()

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

Implements QSvgStyleProperty.

Definition at line 161 of file qsvgstyle.cpp.

◆ type()

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

Implements QSvgStyleProperty.

Definition at line 399 of file qsvgstyle.cpp.


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