33 QSvgCssAnimation *createAnimation(QStringView name);
34 void collectAnimations(
const QCss::StyleSheet &sheet);
36 void parseStyleSheet(
const QStringView str);
37 void parseCSStoXMLAttrs(
const QList<QCss::Declaration> &declarations, QXmlStreamAttributes &attributes)
const;
38 void parseCSStoXMLAttrs(
const QString &css, QXmlStreamAttributes &attributes)
const;
40 void styleLookup(QSvgNode *node, QXmlStreamAttributes &attributes)
const;
43 QHash<QString, QCss::AnimationRule> m_animations;
44 QSvgStyleSelector *m_selector =
nullptr;