(11f2d3c86f41f0f05de0a74cf16166c4487a72a2)
#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.
◆ _q_interpolate() [1/2]
template<typename T>
std::enable_if< std::is_unsigned< T >::value, T >::type _q_interpolate |
( |
const T & | f, |
|
|
const T & | t, |
|
|
qreal | progress ) |
◆ _q_interpolate() [2/2]
template<typename T>
std::enable_if<!std::is_unsigned< T >::value, T >::type _q_interpolate |
( |
const T & | f, |
|
|
const T & | t, |
|
|
qreal | progress ) |
◆ _q_interpolateVariant()
template<typename T>
QVariant _q_interpolateVariant |
( |
const T & | from, |
|
|
const T & | to, |
|
|
qreal | progress ) |
|
inline |
◆ QT_REQUIRE_CONFIG()
QT_REQUIRE_CONFIG |
( |
animation | | ) |
|