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

(a1e8a37f80479866f2c3b97c1ab37fe5871b2bb9)

#include "qsvganimatedproperty_p.h"
#include <QtCore/qpoint.h>
#include <QtGui/qcolor.h>
#include <QtGui/qtransform.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qglobalstatic.h>
Include dependency graph for qsvganimatedproperty.cpp:

Go to the source code of this file.

Functions

static void initHash ()
static qreal q_lerp (qreal a, qreal b, qreal t)
static QPointF pointInterpolator (QPointF v1, QPointF v2, qreal t)

Variables

QT_BEGIN_NAMESPACE typedef QHash< QString, QSvgAbstractAnimatedProperty::TypeAnimatableHashType

Function Documentation

◆ initHash()

void initHash ( )
static

Definition at line 20 of file qsvganimatedproperty.cpp.

◆ pointInterpolator()

QPointF pointInterpolator ( QPointF v1,
QPointF v2,
qreal t )
static

Definition at line 36 of file qsvganimatedproperty.cpp.

◆ q_lerp()

qreal q_lerp ( qreal a,
qreal b,
qreal t )
static

Definition at line 31 of file qsvganimatedproperty.cpp.

Variable Documentation

◆ AnimatableHashType

Definition at line 17 of file qsvganimatedproperty.cpp.