![]() |
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 225 of file qsvgcsshandler.cpp.
| QSvgCssHandler::~QSvgCssHandler | ( | ) |
Definition at line 231 of file qsvgcsshandler.cpp.
| void QSvgCssHandler::collectAnimations | ( | const QCss::StyleSheet & | sheet | ) |
Definition at line 290 of file qsvgcsshandler.cpp.
| QSvgCssAnimation * QSvgCssHandler::createAnimation | ( | QStringView | name | ) |
Definition at line 237 of file qsvgcsshandler.cpp.
| void QSvgCssHandler::parseCSStoXMLAttrs | ( | const QList< QCss::Declaration > & | declarations, |
| QXmlStreamAttributes & | attributes ) const |
Definition at line 313 of file qsvgcsshandler.cpp.
| void QSvgCssHandler::parseCSStoXMLAttrs | ( | const QString & | css, |
| QXmlStreamAttributes & | attributes ) const |
Definition at line 377 of file qsvgcsshandler.cpp.
| void QSvgCssHandler::parseStyleSheet | ( | const QStringView | str | ) |
Definition at line 303 of file qsvgcsshandler.cpp.
Definition at line 445 of file qsvgcsshandler.cpp.