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

(6e3100ac76e246db894d3ad3091155c002e0b988)

#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 18 of file qsvganimatedproperty.cpp.

◆ pointInterpolator()

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

Definition at line 33 of file qsvganimatedproperty.cpp.

◆ q_lerp()

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

Definition at line 28 of file qsvganimatedproperty.cpp.

Variable Documentation

◆ AnimatableHashType

Definition at line 15 of file qsvganimatedproperty.cpp.