![]() |
Qt 4.8
|
#include "qvariantanimation.h"#include "qvariantanimation_p.h"#include <QtCore/qrect.h>#include <QtCore/qline.h>#include <QtCore/qmutex.h>#include <private/qmutexpool_p.h>#include "moc_qvariantanimation.cpp"Go to the source code of this file.
Typedefs | |
| typedef QVector< QVariantAnimation::Interpolator > | QInterpolatorVector |
Functions | |
| 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) |
| static bool | animationValueLessThan (const QVariantAnimation::KeyValue &p1, const QVariantAnimation::KeyValue &p2) |
| template<typename T > | |
| static QVariantAnimation::Interpolator | castToInterpolator (QVariant(*func)(const T &from, const T &to, qreal progress)) |
| static QVariant | defaultInterpolator (const void *, const void *, qreal) |
Definition at line 417 of file qvariantanimation.cpp.
| Q_INLINE_TEMPLATE QRect _q_interpolate | ( | const QRect & | f, |
| const QRect & | t, | ||
| qreal | progress | ||
| ) |
Definition at line 177 of file qvariantanimation.cpp.
Referenced by _q_interpolate().
| Q_INLINE_TEMPLATE QRectF _q_interpolate | ( | const QRectF & | f, |
| const QRectF & | t, | ||
| qreal | progress | ||
| ) |
Definition at line 187 of file qvariantanimation.cpp.
| Q_INLINE_TEMPLATE QLine _q_interpolate | ( | const QLine & | f, |
| const QLine & | t, | ||
| qreal | progress | ||
| ) |
Definition at line 197 of file qvariantanimation.cpp.
| Q_INLINE_TEMPLATE QLineF _q_interpolate | ( | const QLineF & | f, |
| const QLineF & | t, | ||
| qreal | progress | ||
| ) |
Definition at line 202 of file qvariantanimation.cpp.
|
static |
Definition at line 167 of file qvariantanimation.cpp.
Referenced by QVariantAnimationPrivate::recalculateCurrentInterval(), QVariantAnimation::setKeyValues(), QVariantAnimationPrivate::setValueAt(), and QVariantAnimationPrivate::valueAt().
|
inlinestatic |
Definition at line 465 of file qvariantanimation.cpp.
Referenced by QVariantAnimationPrivate::getInterpolator().
Definition at line 172 of file qvariantanimation.cpp.
Referenced by QVariantAnimationPrivate::updateInterpolator().