![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
QSvgAttributes (const QXmlStreamAttributes &xmlAttributes, QSvgHandler *handler) | |
Definition at line 155 of file qsvghandler.cpp.
QSvgAttributes::QSvgAttributes | ( | const QXmlStreamAttributes & | xmlAttributes, |
QSvgHandler * | handler | ||
) |
Definition at line 196 of file qsvghandler.cpp.
References QList< T >::at(), colorOpacity, compOp, fill, fillOpacity, fillRule, fontFamily, fontVariant, fontWeight, i, imageRendering, QStringView::isEmpty(), j, m_cssAttributes, QStringView::mid(), opacity, QSvgHandler::parseCSStoXMLAttrs(), Q_UNUSED, QList< T >::size(), stopColor, stopOpacity, stroke, strokeDashArray, strokeDashOffset, strokeLineCap, strokeLineJoin, strokeMiterLimit, strokeOpacity, strokeWidth, textAnchor, QStringView::toString(), QXmlStreamAttributes::value(), vectorEffect, and visibility.
QStringView QSvgAttributes::color |
Definition at line 161 of file qsvghandler.cpp.
Referenced by parseColor().
QStringView QSvgAttributes::colorOpacity |
Definition at line 162 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parseColor().
QStringView QSvgAttributes::compOp |
Definition at line 184 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parseCompOp().
QStringView QSvgAttributes::display |
Definition at line 185 of file qsvghandler.cpp.
Referenced by parseOthers().
QStringView QSvgAttributes::fill |
Definition at line 163 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parseBrush().
QStringView QSvgAttributes::fillOpacity |
Definition at line 165 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parseBrush().
QStringView QSvgAttributes::fillRule |
Definition at line 164 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parseBrush().
QStringView QSvgAttributes::fontFamily |
Definition at line 175 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parseFont().
QStringView QSvgAttributes::fontSize |
Definition at line 176 of file qsvghandler.cpp.
Referenced by parseFont().
QStringView QSvgAttributes::fontStyle |
Definition at line 177 of file qsvghandler.cpp.
Referenced by parseFont().
QStringView QSvgAttributes::fontVariant |
Definition at line 179 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parseFont().
QStringView QSvgAttributes::fontWeight |
Definition at line 178 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parseFont().
QString QSvgAttributes::id |
Definition at line 159 of file qsvghandler.cpp.
Referenced by parseBrush(), parseCompOp(), parseFont(), parseOpacity(), parsePen(), parseRenderingHints(), and parseTransform().
QStringView QSvgAttributes::imageRendering |
Definition at line 189 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parseRenderingHints().
QList<QSvgCssAttribute> QSvgAttributes::m_cssAttributes |
Definition at line 192 of file qsvghandler.cpp.
Referenced by QSvgAttributes().
QStringView QSvgAttributes::offset |
Definition at line 186 of file qsvghandler.cpp.
QStringView QSvgAttributes::opacity |
Definition at line 183 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parseOpacity().
QStringView QSvgAttributes::stopColor |
Definition at line 187 of file qsvghandler.cpp.
Referenced by QSvgAttributes().
QStringView QSvgAttributes::stopOpacity |
Definition at line 188 of file qsvghandler.cpp.
Referenced by QSvgAttributes().
QStringView QSvgAttributes::stroke |
Definition at line 166 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parsePen().
QStringView QSvgAttributes::strokeDashArray |
Definition at line 167 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parsePen().
QStringView QSvgAttributes::strokeDashOffset |
Definition at line 168 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parsePen().
QStringView QSvgAttributes::strokeLineCap |
Definition at line 169 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parsePen().
QStringView QSvgAttributes::strokeLineJoin |
Definition at line 170 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parsePen().
QStringView QSvgAttributes::strokeMiterLimit |
Definition at line 171 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parsePen().
QStringView QSvgAttributes::strokeOpacity |
Definition at line 172 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parsePen().
QStringView QSvgAttributes::strokeWidth |
Definition at line 173 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parsePen().
QStringView QSvgAttributes::textAnchor |
Definition at line 180 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parseFont().
QStringView QSvgAttributes::transform |
Definition at line 181 of file qsvghandler.cpp.
Referenced by parseTransform().
QStringView QSvgAttributes::vectorEffect |
Definition at line 174 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parsePen().
QStringView QSvgAttributes::visibility |
Definition at line 182 of file qsvghandler.cpp.
Referenced by QSvgAttributes(), and parseVisibility().