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 213 of file qsvghandler.cpp.

Constructor & Destructor Documentation

◆ QSvgAttributes() [1/2]

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

Definition at line 256 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 261 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 220 of file qsvghandler.cpp.

◆ colorOpacity

QStringView QSvgAttributes::colorOpacity

Definition at line 221 of file qsvghandler.cpp.

◆ compOp

QStringView QSvgAttributes::compOp

Definition at line 243 of file qsvghandler.cpp.

◆ display

QStringView QSvgAttributes::display

Definition at line 244 of file qsvghandler.cpp.

◆ fill

QStringView QSvgAttributes::fill

Definition at line 222 of file qsvghandler.cpp.

◆ fillOpacity

QStringView QSvgAttributes::fillOpacity

Definition at line 224 of file qsvghandler.cpp.

◆ fillRule

QStringView QSvgAttributes::fillRule

Definition at line 223 of file qsvghandler.cpp.

◆ filter

QStringView QSvgAttributes::filter

Definition at line 253 of file qsvghandler.cpp.

◆ fontFamily

QStringView QSvgAttributes::fontFamily

Definition at line 234 of file qsvghandler.cpp.

◆ fontSize

QStringView QSvgAttributes::fontSize

Definition at line 235 of file qsvghandler.cpp.

◆ fontStyle

QStringView QSvgAttributes::fontStyle

Definition at line 236 of file qsvghandler.cpp.

◆ fontVariant

QStringView QSvgAttributes::fontVariant

Definition at line 238 of file qsvghandler.cpp.

◆ fontWeight

QStringView QSvgAttributes::fontWeight

Definition at line 237 of file qsvghandler.cpp.

◆ id

QString QSvgAttributes::id

Definition at line 218 of file qsvghandler.cpp.

◆ imageRendering

QStringView QSvgAttributes::imageRendering

Definition at line 248 of file qsvghandler.cpp.

◆ markerEnd

QStringView QSvgAttributes::markerEnd

Definition at line 252 of file qsvghandler.cpp.

◆ markerMid

QStringView QSvgAttributes::markerMid

Definition at line 251 of file qsvghandler.cpp.

◆ markerStart

QStringView QSvgAttributes::markerStart

Definition at line 250 of file qsvghandler.cpp.

◆ mask

QStringView QSvgAttributes::mask

Definition at line 249 of file qsvghandler.cpp.

◆ offset

◆ opacity

QStringView QSvgAttributes::opacity

Definition at line 242 of file qsvghandler.cpp.

◆ stopColor

QStringView QSvgAttributes::stopColor

Definition at line 246 of file qsvghandler.cpp.

◆ stopOpacity

QStringView QSvgAttributes::stopOpacity

Definition at line 247 of file qsvghandler.cpp.

◆ stroke

QStringView QSvgAttributes::stroke

Definition at line 225 of file qsvghandler.cpp.

◆ strokeDashArray

QStringView QSvgAttributes::strokeDashArray

Definition at line 226 of file qsvghandler.cpp.

◆ strokeDashOffset

QStringView QSvgAttributes::strokeDashOffset

Definition at line 227 of file qsvghandler.cpp.

◆ strokeLineCap

QStringView QSvgAttributes::strokeLineCap

Definition at line 228 of file qsvghandler.cpp.

◆ strokeLineJoin

QStringView QSvgAttributes::strokeLineJoin

Definition at line 229 of file qsvghandler.cpp.

◆ strokeMiterLimit

QStringView QSvgAttributes::strokeMiterLimit

Definition at line 230 of file qsvghandler.cpp.

◆ strokeOpacity

QStringView QSvgAttributes::strokeOpacity

Definition at line 231 of file qsvghandler.cpp.

◆ strokeWidth

QStringView QSvgAttributes::strokeWidth

Definition at line 232 of file qsvghandler.cpp.

◆ textAnchor

QStringView QSvgAttributes::textAnchor

Definition at line 239 of file qsvghandler.cpp.

◆ transform

QStringView QSvgAttributes::transform

Definition at line 240 of file qsvghandler.cpp.

◆ vectorEffect

QStringView QSvgAttributes::vectorEffect

Definition at line 233 of file qsvghandler.cpp.

◆ visibility

QStringView QSvgAttributes::visibility

Definition at line 241 of file qsvghandler.cpp.


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