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
qsvghandler_p.h File Reference

(719f948de6d0c5b90ac861e04b409f561720988f)

#include "QtCore/qxmlstream.h"
#include "QtCore/qstack.h"
#include <QtCore/QLoggingCategory>
#include "qsvgstyle_p.h"
#include "qsvggraphics_p.h"
#include "qtsvgglobal_p.h"
#include "qsvgutils_p.h"
#include "qtsvgglobal.h"
Include dependency graph for qsvghandler_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QSvgHandler

Functions

Q_AUTOTEST_EXPORT QList< qrealparseNumbersList (QStringView *str)
Q_AUTOTEST_EXPORT QSvgNodecreateAnimateTransformNode (QSvgNode *parent, const QXmlStreamAttributes &attributes, QSvgHandler *handler)

Function Documentation

◆ createAnimateTransformNode()

QSvgNode * createAnimateTransformNode ( QSvgNode * parent,
const QXmlStreamAttributes & attributes,
QSvgHandler * handler )

Definition at line 1530 of file qsvghandler.cpp.

◆ parseNumbersList()

QList< qreal > parseNumbersList ( QStringView * str)

Definition at line 338 of file qsvghandler.cpp.

References QSvgUtils::isDigit().

Here is the call graph for this function: