![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsvgcsshandler_p.h>
Public Member Functions | |
QSvgCssHandler () | |
~QSvgCssHandler () | |
QSvgCssAnimation * | createAnimation (QStringView name) |
void | collectAnimations (const QCss::StyleSheet &sheet) |
void | parseStyleSheet (const QStringView str) |
void | parseCSStoXMLAttrs (const QList< QCss::Declaration > &declarations, QXmlStreamAttributes &attributes) const |
void | parseCSStoXMLAttrs (const QString &css, QXmlStreamAttributes &attributes) const |
void | styleLookup (QSvgNode *node, QXmlStreamAttributes &attributes) const |
Definition at line 28 of file qsvgcsshandler_p.h.
QSvgCssHandler::QSvgCssHandler | ( | ) |
Definition at line 234 of file qsvgcsshandler.cpp.
References QSvgCssHandler().
Referenced by QSvgCssHandler().
QSvgCssHandler::~QSvgCssHandler | ( | ) |
Definition at line 240 of file qsvgcsshandler.cpp.
void QSvgCssHandler::collectAnimations | ( | const QCss::StyleSheet & | sheet | ) |
Definition at line 297 of file qsvgcsshandler.cpp.
QSvgCssAnimation * QSvgCssHandler::createAnimation | ( | QStringView | name | ) |
Definition at line 246 of file qsvgcsshandler.cpp.
void QSvgCssHandler::parseCSStoXMLAttrs | ( | const QList< QCss::Declaration > & | declarations, |
QXmlStreamAttributes & | attributes ) const |
Definition at line 320 of file qsvgcsshandler.cpp.
void QSvgCssHandler::parseCSStoXMLAttrs | ( | const QString & | css, |
QXmlStreamAttributes & | attributes ) const |
Definition at line 364 of file qsvgcsshandler.cpp.
void QSvgCssHandler::parseStyleSheet | ( | const QStringView | str | ) |
Definition at line 310 of file qsvgcsshandler.cpp.
Definition at line 432 of file qsvgcsshandler.cpp.