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
QSvgAttributes Struct Reference
Collaboration diagram for QSvgAttributes:

Public Member Functions

 QSvgAttributes (const QXmlStreamAttributes &xmlAttributes, QSvgHandler *handler)
void setAttributes (const QXmlStreamAttributes &attributes, QSvgHandler *handler)
 QSvgAttributes (const QXmlStreamAttributes &xmlAttributes, QSvgHandler *handler)
void setAttributes (const QXmlStreamAttributes &attributes, QSvgHandler *handler)

Public Attributes

QString id
QStringView color
QStringView colorOpacity
QStringView fill
QStringView fillRule
QStringView fillOpacity
QStringView stroke
QStringView strokeDashArray
QStringView strokeDashOffset
QStringView strokeLineCap
QStringView strokeLineJoin
QStringView strokeMiterLimit
QStringView strokeOpacity
QStringView strokeWidth
QStringView vectorEffect
QStringView fontFamily
QStringView fontSize
QStringView fontStyle
QStringView fontWeight
QStringView fontVariant
QStringView textAnchor
QStringView transform
QStringView visibility
QStringView opacity
QStringView compOp
QStringView display
QStringView offset
QStringView stopColor
QStringView stopOpacity
QStringView imageRendering
QStringView mask
QStringView markerStart
QStringView markerMid
QStringView markerEnd
QStringView filter

Detailed Description

Definition at line 166 of file qsvghandler.cpp.

Constructor & Destructor Documentation

◆ QSvgAttributes() [1/2]

QSvgAttributes::QSvgAttributes ( const QXmlStreamAttributes & xmlAttributes,
QSvgHandler * handler )

Definition at line 209 of file qsvghandler.cpp.

◆ QSvgAttributes() [2/2]

QSvgAttributes::QSvgAttributes ( const QXmlStreamAttributes & xmlAttributes,
QSvgHandler * handler )

Member Function Documentation

◆ setAttributes() [1/2]

void QSvgAttributes::setAttributes ( const QXmlStreamAttributes & attributes,
QSvgHandler * handler )

Definition at line 214 of file qsvghandler.cpp.

◆ setAttributes() [2/2]

void QSvgAttributes::setAttributes ( const QXmlStreamAttributes & attributes,
QSvgHandler * handler )

Member Data Documentation

◆ color

QStringView QSvgAttributes::color

Definition at line 173 of file qsvghandler.cpp.

◆ colorOpacity

QStringView QSvgAttributes::colorOpacity

Definition at line 174 of file qsvghandler.cpp.

◆ compOp

QStringView QSvgAttributes::compOp

Definition at line 196 of file qsvghandler.cpp.

◆ display

QStringView QSvgAttributes::display

Definition at line 197 of file qsvghandler.cpp.

◆ fill

QStringView QSvgAttributes::fill

Definition at line 175 of file qsvghandler.cpp.

◆ fillOpacity

QStringView QSvgAttributes::fillOpacity

Definition at line 177 of file qsvghandler.cpp.

◆ fillRule

QStringView QSvgAttributes::fillRule

Definition at line 176 of file qsvghandler.cpp.

◆ filter

QStringView QSvgAttributes::filter

Definition at line 206 of file qsvghandler.cpp.

◆ fontFamily

QStringView QSvgAttributes::fontFamily

Definition at line 187 of file qsvghandler.cpp.

◆ fontSize

QStringView QSvgAttributes::fontSize

Definition at line 188 of file qsvghandler.cpp.

◆ fontStyle

QStringView QSvgAttributes::fontStyle

Definition at line 189 of file qsvghandler.cpp.

◆ fontVariant

QStringView QSvgAttributes::fontVariant

Definition at line 191 of file qsvghandler.cpp.

◆ fontWeight

QStringView QSvgAttributes::fontWeight

Definition at line 190 of file qsvghandler.cpp.

◆ id

QString QSvgAttributes::id

Definition at line 171 of file qsvghandler.cpp.

◆ imageRendering

QStringView QSvgAttributes::imageRendering

Definition at line 201 of file qsvghandler.cpp.

◆ markerEnd

QStringView QSvgAttributes::markerEnd

Definition at line 205 of file qsvghandler.cpp.

◆ markerMid

QStringView QSvgAttributes::markerMid

Definition at line 204 of file qsvghandler.cpp.

◆ markerStart

QStringView QSvgAttributes::markerStart

Definition at line 203 of file qsvghandler.cpp.

◆ mask

QStringView QSvgAttributes::mask

Definition at line 202 of file qsvghandler.cpp.

◆ offset

◆ opacity

QStringView QSvgAttributes::opacity

Definition at line 195 of file qsvghandler.cpp.

◆ stopColor

QStringView QSvgAttributes::stopColor

Definition at line 199 of file qsvghandler.cpp.

◆ stopOpacity

QStringView QSvgAttributes::stopOpacity

Definition at line 200 of file qsvghandler.cpp.

◆ stroke

QStringView QSvgAttributes::stroke

Definition at line 178 of file qsvghandler.cpp.

◆ strokeDashArray

QStringView QSvgAttributes::strokeDashArray

Definition at line 179 of file qsvghandler.cpp.

◆ strokeDashOffset

QStringView QSvgAttributes::strokeDashOffset

Definition at line 180 of file qsvghandler.cpp.

◆ strokeLineCap

QStringView QSvgAttributes::strokeLineCap

Definition at line 181 of file qsvghandler.cpp.

◆ strokeLineJoin

QStringView QSvgAttributes::strokeLineJoin

Definition at line 182 of file qsvghandler.cpp.

◆ strokeMiterLimit

QStringView QSvgAttributes::strokeMiterLimit

Definition at line 183 of file qsvghandler.cpp.

◆ strokeOpacity

QStringView QSvgAttributes::strokeOpacity

Definition at line 184 of file qsvghandler.cpp.

◆ strokeWidth

QStringView QSvgAttributes::strokeWidth

Definition at line 185 of file qsvghandler.cpp.

◆ textAnchor

QStringView QSvgAttributes::textAnchor

Definition at line 192 of file qsvghandler.cpp.

◆ transform

QStringView QSvgAttributes::transform

Definition at line 193 of file qsvghandler.cpp.

◆ vectorEffect

QStringView QSvgAttributes::vectorEffect

Definition at line 186 of file qsvghandler.cpp.

◆ visibility

QStringView QSvgAttributes::visibility

Definition at line 194 of file qsvghandler.cpp.


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