Qt 4.8
Public Functions | Public Variables | List of all members
QSvgExtraStates Struct Reference

#include <qsvgstyle_p.h>

Public Functions

 QSvgExtraStates ()
 

Public Variables

qreal fillOpacity
 
Qt::FillRule fillRule
 
int fontWeight
 
qreal strokeDashOffset
 
qreal strokeOpacity
 
QSvgFontsvgFont
 
Qt::Alignment textAnchor
 
bool vectorEffect
 

Detailed Description

Definition at line 141 of file qsvgstyle_p.h.

Constructors and Destructors

◆ QSvgExtraStates()

QSvgExtraStates::QSvgExtraStates ( )

Definition at line 60 of file qsvgstyle.cpp.

61  : fillOpacity(1.0)
62  , strokeOpacity(1.0)
63  , svgFont(0)
65  , fontWeight(400)
67  , strokeDashOffset(0)
68  , vectorEffect(false)
69 {
70 }
qreal strokeDashOffset
Definition: qsvgstyle_p.h:151
QSvgFont * svgFont
Definition: qsvgstyle_p.h:147
Qt::FillRule fillRule
Definition: qsvgstyle_p.h:150
Qt::Alignment textAnchor
Definition: qsvgstyle_p.h:148

Properties

◆ fillOpacity

qreal QSvgExtraStates::fillOpacity

◆ fillRule

Qt::FillRule QSvgExtraStates::fillRule

◆ fontWeight

int QSvgExtraStates::fontWeight

Definition at line 149 of file qsvgstyle_p.h.

Referenced by QSvgFontStyle::apply(), and QSvgFontStyle::revert().

◆ strokeDashOffset

qreal QSvgExtraStates::strokeDashOffset

Definition at line 151 of file qsvgstyle_p.h.

Referenced by QSvgStrokeStyle::apply(), and QSvgStrokeStyle::revert().

◆ strokeOpacity

qreal QSvgExtraStates::strokeOpacity

◆ svgFont

QSvgFont* QSvgExtraStates::svgFont

Definition at line 147 of file qsvgstyle_p.h.

Referenced by QSvgFontStyle::apply(), QSvgText::draw(), and QSvgFontStyle::revert().

◆ textAnchor

Qt::Alignment QSvgExtraStates::textAnchor

Definition at line 148 of file qsvgstyle_p.h.

Referenced by QSvgFontStyle::apply(), QSvgText::draw(), and QSvgFontStyle::revert().

◆ vectorEffect

bool QSvgExtraStates::vectorEffect

Definition at line 152 of file qsvgstyle_p.h.

Referenced by QSvgStrokeStyle::apply(), and QSvgStrokeStyle::revert().


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