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

(63412081cb748be0f76194a41df680c715a08843)

#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 <QtCore/qhash.h>
#include <optional>
Include dependency graph for qsvganimatedproperty.cpp:

Go to the source code of this file.

Functions

static std::optional< QSvgAbstractAnimatedProperty::Typename2type (const QString &name)
static qreal q_lerp (qreal a, qreal b, qreal t)
static QPointF pointInterpolator (QPointF v1, QPointF v2, qreal t)

Function Documentation

◆ name2type()

std::optional< QSvgAbstractAnimatedProperty::Type > name2type ( const QString & name)
static

Definition at line 23 of file qsvganimatedproperty.cpp.

◆ pointInterpolator()

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

Definition at line 45 of file qsvganimatedproperty.cpp.

◆ q_lerp()

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

Definition at line 40 of file qsvganimatedproperty.cpp.