summaryrefslogtreecommitdiff
path: root/src/corelib/animation/qvariantanimation_p.h
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-05-15 13:31:57 +0200
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-05-15 14:00:42 +0200
commita90608bb1827493da578cf9ad41415fc8a7f6e65 (patch)
treea3d9b2b02b386e1046c8625b01ec78463f08370f /src/corelib/animation/qvariantanimation_p.h
parent4f07fd724a7cc763d57f4b2e23d407b820bb8880 (diff)
downloadqt4-tools-a90608bb1827493da578cf9ad41415fc8a7f6e65.tar.gz
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 14a3ef6c72..9e81649f03 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);