![]() |
Qt 6.x
The Qt SDK
|
#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 () |
| 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_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:| 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:
|
static |
Definition at line 38 of file qguivariantanimation.cpp.
References qRegisterAnimationInterpolator< QColor >().
Here is the call graph for this function: