Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSvgAttributes Struct Reference
+ Collaboration diagram for QSvgAttributes:

Public Member Functions

 QSvgAttributes (const QXmlStreamAttributes &xmlAttributes, 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
 
QList< QSvgCssAttributem_cssAttributes
 

Detailed Description

Definition at line 157 of file qsvghandler.cpp.

Constructor & Destructor Documentation

◆ QSvgAttributes()

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

Member Data Documentation

◆ color

QStringView QSvgAttributes::color

Definition at line 163 of file qsvghandler.cpp.

Referenced by parseColor().

◆ colorOpacity

QStringView QSvgAttributes::colorOpacity

Definition at line 164 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parseColor().

◆ compOp

QStringView QSvgAttributes::compOp

Definition at line 186 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parseCompOp().

◆ display

QStringView QSvgAttributes::display

Definition at line 187 of file qsvghandler.cpp.

Referenced by parseOthers().

◆ fill

QStringView QSvgAttributes::fill

Definition at line 165 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parseBrush().

◆ fillOpacity

QStringView QSvgAttributes::fillOpacity

Definition at line 167 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parseBrush().

◆ fillRule

QStringView QSvgAttributes::fillRule

Definition at line 166 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parseBrush().

◆ filter

QStringView QSvgAttributes::filter

Definition at line 196 of file qsvghandler.cpp.

Referenced by parseExtendedAttributes().

◆ fontFamily

QStringView QSvgAttributes::fontFamily

Definition at line 177 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parseFont().

◆ fontSize

QStringView QSvgAttributes::fontSize

Definition at line 178 of file qsvghandler.cpp.

Referenced by parseFont().

◆ fontStyle

QStringView QSvgAttributes::fontStyle

Definition at line 179 of file qsvghandler.cpp.

Referenced by parseFont().

◆ fontVariant

QStringView QSvgAttributes::fontVariant

Definition at line 181 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parseFont().

◆ fontWeight

QStringView QSvgAttributes::fontWeight

Definition at line 180 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parseFont().

◆ id

QString QSvgAttributes::id

◆ imageRendering

QStringView QSvgAttributes::imageRendering

Definition at line 191 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parseRenderingHints().

◆ m_cssAttributes

QList<QSvgCssAttribute> QSvgAttributes::m_cssAttributes

Definition at line 200 of file qsvghandler.cpp.

Referenced by QSvgAttributes().

◆ markerEnd

QStringView QSvgAttributes::markerEnd

Definition at line 195 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parseExtendedAttributes().

◆ markerMid

QStringView QSvgAttributes::markerMid

Definition at line 194 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parseExtendedAttributes().

◆ markerStart

QStringView QSvgAttributes::markerStart

Definition at line 193 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parseExtendedAttributes().

◆ mask

QStringView QSvgAttributes::mask

Definition at line 192 of file qsvghandler.cpp.

Referenced by parseExtendedAttributes().

◆ offset

QStringView QSvgAttributes::offset

Definition at line 188 of file qsvghandler.cpp.

◆ opacity

QStringView QSvgAttributes::opacity

Definition at line 185 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parseOpacity().

◆ stopColor

QStringView QSvgAttributes::stopColor

Definition at line 189 of file qsvghandler.cpp.

Referenced by QSvgAttributes().

◆ stopOpacity

QStringView QSvgAttributes::stopOpacity

Definition at line 190 of file qsvghandler.cpp.

Referenced by QSvgAttributes().

◆ stroke

QStringView QSvgAttributes::stroke

Definition at line 168 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parsePen().

◆ strokeDashArray

QStringView QSvgAttributes::strokeDashArray

Definition at line 169 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parsePen().

◆ strokeDashOffset

QStringView QSvgAttributes::strokeDashOffset

Definition at line 170 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parsePen().

◆ strokeLineCap

QStringView QSvgAttributes::strokeLineCap

Definition at line 171 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parsePen().

◆ strokeLineJoin

QStringView QSvgAttributes::strokeLineJoin

Definition at line 172 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parsePen().

◆ strokeMiterLimit

QStringView QSvgAttributes::strokeMiterLimit

Definition at line 173 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parsePen().

◆ strokeOpacity

QStringView QSvgAttributes::strokeOpacity

Definition at line 174 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parsePen().

◆ strokeWidth

QStringView QSvgAttributes::strokeWidth

Definition at line 175 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parsePen().

◆ textAnchor

QStringView QSvgAttributes::textAnchor

Definition at line 182 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parseFont().

◆ transform

QStringView QSvgAttributes::transform

Definition at line 183 of file qsvghandler.cpp.

Referenced by parseTransform().

◆ vectorEffect

QStringView QSvgAttributes::vectorEffect

Definition at line 176 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parsePen().

◆ visibility

QStringView QSvgAttributes::visibility

Definition at line 184 of file qsvghandler.cpp.

Referenced by QSvgAttributes(), and parseVisibility().


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