Qt 4.8
Public Functions | Properties | List of all members
QSvgQualityStyle Class Reference

#include <qsvgstyle_p.h>

Inheritance diagram for QSvgQualityStyle:
QSvgStyleProperty QSvgRefCounted

Public Functions

virtual void apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states)
 
 QSvgQualityStyle (int color)
 
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

int m_colorRendering
 

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
}
 

Detailed Description

Definition at line 188 of file qsvgstyle_p.h.

Constructors and Destructors

◆ QSvgQualityStyle()

QSvgQualityStyle::QSvgQualityStyle ( int  color)

Definition at line 87 of file qsvgstyle.cpp.

88  : m_colorRendering(color)
89 {
90 
91 }

Functions

◆ apply()

void QSvgQualityStyle::apply ( QPainter p,
const QSvgNode node,
QSvgExtraStates states 
)
virtual

Implements QSvgStyleProperty.

Definition at line 92 of file qsvgstyle.cpp.

93 {
94 
95 }

◆ revert()

void QSvgQualityStyle::revert ( QPainter p,
QSvgExtraStates states 
)
virtual

Implements QSvgStyleProperty.

Definition at line 96 of file qsvgstyle.cpp.

97 {
98 
99 }

◆ type()

QSvgStyleProperty::Type QSvgQualityStyle::type ( ) const
virtual

Implements QSvgStyleProperty.

Definition at line 457 of file qsvgstyle.cpp.

458 {
459  return QUALITY;
460 }

Properties

◆ m_colorRendering

int QSvgQualityStyle::m_colorRendering
private

Definition at line 198 of file qsvgstyle_p.h.


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