summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qvariantanimation_p.h
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-05-15 11:31:57 (GMT)
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-05-15 12:00:42 (GMT)
commita90608bb1827493da578cf9ad41415fc8a7f6e65 (patch)
treea3d9b2b02b386e1046c8625b01ec78463f08370f /src/corelib/animation/qvariantanimation_p.h
parent4f07fd724a7cc763d57f4b2e23d407b820bb8880 (diff)
downloadQt-a90608bb1827493da578cf9ad41415fc8a7f6e65.zip
Qt-a90608bb1827493da578cf9ad41415fc8a7f6e65.tar.gz
Qt-a90608bb1827493da578cf9ad41415fc8a7f6e65.tar.bz2
General refactors in QVariantAnimation
Reviewed-by: janarve
Diffstat (limited to 'src/corelib/animation/qvariantanimation_p.h')
-rw-r--r--src/corelib/animation/qvariantanimation_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/corelib/animation/qvariantanimation_p.h b/src/corelib/animation/qvariantanimation_p.h
index 14a3ef6..9e81649 100644
--- a/src/corelib/animation/qvariantanimation_p.h
+++ b/src/corelib/animation/qvariantanimation_p.h
@@ -108,7 +108,9 @@ public:
quint32 changedSignalMask;
- void updateCurrentValue();
+ void setCurrentValue();
+ void setCurrentValueForProgress(const qreal progress);
+ void recalculateCurrentInterval(bool force=false);
void setValueAt(qreal, const QVariant &);
QVariant valueAt(qreal step) const;
void convertValues(int t);