Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qguivariantanimation.cpp File Reference
#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 ()
 

Function Documentation

◆ _q_interpolate() [1/2]

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.

References _q_interpolate(), and qBound().

Referenced by _q_interpolate().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _q_interpolate() [2/2]

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

Definition at line 23 of file qguivariantanimation.cpp.

References QQuaternion::slerp().

+ Here is the call graph for this function:

◆ qRegisterGuiGetInterpolator()

void qRegisterGuiGetInterpolator ( )

Definition at line 28 of file qguivariantanimation.cpp.

References qRegisterAnimationInterpolator< QColor >().

Referenced by Q_TRACE_INSTRUMENT().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ qUnregisterGuiGetInterpolator()

static void qUnregisterGuiGetInterpolator ( )
static

Definition at line 38 of file qguivariantanimation.cpp.

References qRegisterAnimationInterpolator< QColor >().

+ Here is the call graph for this function: