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
QSvgExtraStates Struct Reference

#include <qsvgstyle_p.h>

Collaboration diagram for QSvgExtraStates:

Public Member Functions

 QSvgExtraStates ()
 QSvgExtraStates (const QSvgDocument *doc)
const QSvgDocumentdoc () const

Public Attributes

qreal fillOpacity
qreal strokeOpacity
QSvgFontsvgFont
Qt::Alignment textAnchor
int fontWeight
Qt::FillRule fillRule
qreal strokeDashOffset
int nestedUseLevel = 0
int nestedUseCount = 0
bool trustedSource = false
quint8 remainingNestedNodes = QtSvg::renderingMaxNestedNodes
bool vectorEffect
qint8 imageRendering
bool inUse = false

Detailed Description

Definition at line 40 of file qsvgstyle_p.h.

Constructor & Destructor Documentation

◆ QSvgExtraStates() [1/2]

QT_BEGIN_NAMESPACE QSvgExtraStates::QSvgExtraStates ( )

Definition at line 17 of file qsvgstyle.cpp.

◆ QSvgExtraStates() [2/2]

QSvgExtraStates::QSvgExtraStates ( const QSvgDocument * doc)
explicit

Definition at line 30 of file qsvgstyle.cpp.

Member Function Documentation

◆ doc()

const QSvgDocument * QSvgExtraStates::doc ( ) const
inline

Definition at line 45 of file qsvgstyle_p.h.

Member Data Documentation

◆ fillOpacity

qreal QSvgExtraStates::fillOpacity

Definition at line 47 of file qsvgstyle_p.h.

◆ fillRule

Qt::FillRule QSvgExtraStates::fillRule

Definition at line 52 of file qsvgstyle_p.h.

◆ fontWeight

int QSvgExtraStates::fontWeight

Definition at line 51 of file qsvgstyle_p.h.

◆ imageRendering

qint8 QSvgExtraStates::imageRendering

Definition at line 59 of file qsvgstyle_p.h.

◆ inUse

bool QSvgExtraStates::inUse = false

Definition at line 60 of file qsvgstyle_p.h.

◆ nestedUseCount

int QSvgExtraStates::nestedUseCount = 0

Definition at line 55 of file qsvgstyle_p.h.

◆ nestedUseLevel

int QSvgExtraStates::nestedUseLevel = 0

Definition at line 54 of file qsvgstyle_p.h.

◆ remainingNestedNodes

quint8 QSvgExtraStates::remainingNestedNodes = QtSvg::renderingMaxNestedNodes

Definition at line 57 of file qsvgstyle_p.h.

◆ strokeDashOffset

qreal QSvgExtraStates::strokeDashOffset

Definition at line 53 of file qsvgstyle_p.h.

◆ strokeOpacity

qreal QSvgExtraStates::strokeOpacity

Definition at line 48 of file qsvgstyle_p.h.

◆ svgFont

QSvgFont* QSvgExtraStates::svgFont

Definition at line 49 of file qsvgstyle_p.h.

◆ textAnchor

Qt::Alignment QSvgExtraStates::textAnchor

Definition at line 50 of file qsvgstyle_p.h.

◆ trustedSource

bool QSvgExtraStates::trustedSource = false

Definition at line 56 of file qsvgstyle_p.h.

◆ vectorEffect

bool QSvgExtraStates::vectorEffect

Definition at line 58 of file qsvgstyle_p.h.


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