![]() |
Qt 6.x
The Qt SDK
|
#include "qvariantanimation.h"
#include <QtCore/qeasingcurve.h>
#include <QtCore/qmetaobject.h>
#include "private/qabstractanimation_p.h"
#include "private/qproperty_p.h"
#include <type_traits>
Go to the source code of this file.
Classes | |
class | QVariantAnimationPrivate |
Functions | |
QT_REQUIRE_CONFIG (animation) | |
template<typename T > | |
std::enable_if< std::is_unsigned< T >::value, T >::type | _q_interpolate (const T &f, const T &t, qreal progress) |
template<typename T > | |
std::enable_if<!std::is_unsigned< T >::value, T >::type | _q_interpolate (const T &f, const T &t, qreal progress) |
template<typename T > | |
QVariant | _q_interpolateVariant (const T &from, const T &to, qreal progress) |
std::enable_if< std::is_unsigned< T >::value, T >::type _q_interpolate | ( | const T & | f, |
const T & | t, | ||
qreal | progress | ||
) |
Definition at line 81 of file qvariantanimation_p.h.
Referenced by _q_interpolateVariant().
std::enable_if<!std::is_unsigned< T >::value, T >::type _q_interpolate | ( | const T & | f, |
const T & | t, | ||
qreal | progress | ||
) |
Definition at line 89 of file qvariantanimation_p.h.
|
inline |
Definition at line 94 of file qvariantanimation_p.h.
References _q_interpolate().
QT_REQUIRE_CONFIG | ( | animation | ) |