(11f2d3c86f41f0f05de0a74cf16166c4487a72a2)
#include "qvariantanimation.h"
#include "qvariantanimation_p.h"
#include <QtCore/qrect.h>
#include <QtCore/qline.h>
#include <QtCore/qmutex.h>
#include <QtCore/private/qlocking_p.h>
#include <algorithm>
#include "moc_qvariantanimation.cpp"
Go to the source code of this file.
|
static bool | animationValueLessThan (const QVariantAnimation::KeyValue &p1, const QVariantAnimation::KeyValue &p2) |
static QVariant | defaultInterpolator (const void *, const void *, qreal) |
template<> |
Q_INLINE_TEMPLATE QRect | _q_interpolate (const QRect &f, const QRect &t, qreal progress) |
template<> |
Q_INLINE_TEMPLATE QRectF | _q_interpolate (const QRectF &f, const QRectF &t, qreal progress) |
template<> |
Q_INLINE_TEMPLATE QLine | _q_interpolate (const QLine &f, const QLine &t, qreal progress) |
template<> |
Q_INLINE_TEMPLATE QLineF | _q_interpolate (const QLineF &f, const QLineF &t, qreal progress) |
template<typename T> |
static QVariantAnimation::Interpolator | castToInterpolator (QVariant(*func)(const T &from, const T &to, qreal progress)) |
template<> |
Q_INLINE_TEMPLATE QRect | _q_interpolate (const QRect &f, const QRect &t, qreal progress) |
template<> |
Q_INLINE_TEMPLATE QRectF | _q_interpolate (const QRectF &f, const QRectF &t, qreal progress) |
template<> |
Q_INLINE_TEMPLATE QLine | _q_interpolate (const QLine &f, const QLine &t, qreal progress) |
template<> |
Q_INLINE_TEMPLATE QLineF | _q_interpolate (const QLineF &f, const QLineF &t, qreal progress) |
◆ QInterpolatorVector
◆ _q_interpolate() [1/8]
◆ _q_interpolate() [2/8]
◆ _q_interpolate() [3/8]
◆ _q_interpolate() [4/8]
◆ _q_interpolate() [5/8]
◆ _q_interpolate() [6/8]
◆ _q_interpolate() [7/8]
◆ _q_interpolate() [8/8]
◆ animationValueLessThan()
◆ castToInterpolator()
◆ defaultInterpolator()
◆ registeredInterpolatorsMutex