![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>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) |
| 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.
| 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_INLINE_TEMPLATE QQuaternion _q_interpolate | ( | const QQuaternion & | f, |
| const QQuaternion & | t, | ||
| qreal | progress ) |
Definition at line 23 of file qguivariantanimation.cpp.
| Q_INLINE_TEMPLATE QQuaternion _q_interpolate | ( | const QQuaternion & | f, |
| const QQuaternion & | t, | ||
| qreal | progress ) |
Definition at line 23 of file qguivariantanimation.cpp.
| void qRegisterGuiGetInterpolator | ( | ) |
Definition at line 28 of file qguivariantanimation.cpp.
|
static |
Definition at line 38 of file qguivariantanimation.cpp.