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.cpp File Reference

(6065c5fede827a8bd595f18c017b2a549fbb28c0)

#include "qsvgcsshandler_p.h"
#include <QtSvg/private/qsvgstyleselector_p.h>
#include <QtSvg/private/qsvganimatedproperty_p.h>
#include <QtSvg/private/qsvgutils_p.h>
#include <QtGui/private/qmath_p.h>
#include <QtCore/qlist.h>
Include dependency graph for qsvgcsshandler.cpp:

Go to the source code of this file.

Classes

struct  QT_BEGIN_NAMESPACE::CssKeyFrameValue

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.

Functions

qreal QT_BEGIN_NAMESPACE::qsvg_parseAngle (QStringView str, bool *ok=nullptr)
bool QT_BEGIN_NAMESPACE::fillColorProperty (const QList< CssKeyFrameValue > &keyFrames, QSvgAnimatedPropertyColor *prop)
bool QT_BEGIN_NAMESPACE::fillOpacityProperty (const QList< CssKeyFrameValue > &keyFrames, QSvgAnimatedPropertyFloat *prop)
bool QT_BEGIN_NAMESPACE::validateTransform (QList< QList< QSvgAnimatedPropertyTransform::TransformComponent > > &keyFrameComponents)
bool QT_BEGIN_NAMESPACE::fillTransformProperty (const QList< CssKeyFrameValue > &keyFrames, QSvgAnimatedPropertyTransform *prop)