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

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtGui/qtguiglobal.h>
#include <QtCore/qvariantanimation.h>
#include <private/qvariantanimation_p.h>
#include <QtGui/qcolor.h>
#include <QtGui/qvector2d.h>
#include <QtGui/qvector3d.h>
#include <QtGui/qvector4d.h>
#include <QtGui/qquaternion.h>
Include dependency graph for qguivariantanimation.cpp:

Go to the source code of this file.

Functions

template<>
QT_BEGIN_NAMESPACE Q_INLINE_TEMPLATE QColor _q_interpolate (const QColor &f, const QColor &t, qreal progress)
template<>
Q_INLINE_TEMPLATE QQuaternion _q_interpolate (const QQuaternion &f, const QQuaternion &t, qreal progress)
void qRegisterGuiGetInterpolator ()
static void qUnregisterGuiGetInterpolator ()
template<>
QT_BEGIN_NAMESPACE Q_INLINE_TEMPLATE QColor _q_interpolate (const QColor &f, const QColor &t, qreal progress)
template<>
Q_INLINE_TEMPLATE QQuaternion _q_interpolate (const QQuaternion &f, const QQuaternion &t, qreal progress)

Function Documentation

◆ _q_interpolate() [1/4]

template<>
QT_BEGIN_NAMESPACE Q_INLINE_TEMPLATE QColor _q_interpolate ( const QColor & f,
const QColor & t,
qreal progress )

Definition at line 15 of file qguivariantanimation.cpp.

◆ _q_interpolate() [2/4]

template<>
QT_BEGIN_NAMESPACE Q_INLINE_TEMPLATE QColor _q_interpolate ( const QColor & f,
const QColor & t,
qreal progress )

Definition at line 15 of file qguivariantanimation.cpp.

◆ _q_interpolate() [3/4]

template<>
Q_INLINE_TEMPLATE QQuaternion _q_interpolate ( const QQuaternion & f,
const QQuaternion & t,
qreal progress )

Definition at line 23 of file qguivariantanimation.cpp.

◆ _q_interpolate() [4/4]

template<>
Q_INLINE_TEMPLATE QQuaternion _q_interpolate ( const QQuaternion & f,
const QQuaternion & t,
qreal progress )

Definition at line 23 of file qguivariantanimation.cpp.

◆ qRegisterGuiGetInterpolator()

void qRegisterGuiGetInterpolator ( )

Definition at line 28 of file qguivariantanimation.cpp.

◆ qUnregisterGuiGetInterpolator()

void qUnregisterGuiGetInterpolator ( )
static

Definition at line 38 of file qguivariantanimation.cpp.