Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSvgCssHandler Class Reference

#include <qsvgcsshandler_p.h>

Collaboration diagram for QSvgCssHandler:

Public Member Functions

 QSvgCssHandler ()
 ~QSvgCssHandler ()
QSvgCssAnimationcreateAnimation (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

Detailed Description

Definition at line 28 of file qsvgcsshandler_p.h.

Constructor & Destructor Documentation

◆ QSvgCssHandler()

QSvgCssHandler::QSvgCssHandler ( )

Definition at line 234 of file qsvgcsshandler.cpp.

References QSvgCssHandler().

Referenced by QSvgCssHandler().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~QSvgCssHandler()

QSvgCssHandler::~QSvgCssHandler ( )

Definition at line 240 of file qsvgcsshandler.cpp.

Member Function Documentation

◆ collectAnimations()

void QSvgCssHandler::collectAnimations ( const QCss::StyleSheet & sheet)

Definition at line 297 of file qsvgcsshandler.cpp.

◆ createAnimation()

QSvgCssAnimation * QSvgCssHandler::createAnimation ( QStringView name)

Definition at line 246 of file qsvgcsshandler.cpp.

◆ parseCSStoXMLAttrs() [1/2]

void QSvgCssHandler::parseCSStoXMLAttrs ( const QList< QCss::Declaration > & declarations,
QXmlStreamAttributes & attributes ) const

Definition at line 320 of file qsvgcsshandler.cpp.

◆ parseCSStoXMLAttrs() [2/2]

void QSvgCssHandler::parseCSStoXMLAttrs ( const QString & css,
QXmlStreamAttributes & attributes ) const

Definition at line 364 of file qsvgcsshandler.cpp.

◆ parseStyleSheet()

void QSvgCssHandler::parseStyleSheet ( const QStringView str)

Definition at line 310 of file qsvgcsshandler.cpp.

◆ styleLookup()

void QSvgCssHandler::styleLookup ( QSvgNode * node,
QXmlStreamAttributes & attributes ) const

Definition at line 432 of file qsvgcsshandler.cpp.


The documentation for this class was generated from the following files: