homescreenapp/hsutils/inc/hspropertyanimationwrapper.h
changeset 69 87476091b3f5
parent 63 52b0f64eeb51
child 71 1db7cc813a4e
--- a/homescreenapp/hsutils/inc/hspropertyanimationwrapper.h	Wed Jul 14 15:53:30 2010 +0300
+++ b/homescreenapp/hsutils/inc/hspropertyanimationwrapper.h	Fri Jul 23 13:47:57 2010 +0300
@@ -19,9 +19,10 @@
 #define HSPROPERTYANIMATIONWRAPPER_H
 
 #include <QScopedPointer>
-#include "hsutils_global.h"
 
+#include "hsutils_global.h"
 #include "hstest_global.h"
+
 HOMESCREEN_TEST_CLASS(t_hsUtils)
 
 struct HsPropertyAnimationWrapperImpl;
@@ -38,6 +39,10 @@
     bool isRunning();
     void setEndValue(const QVariant &value);
     void setDuration(int msecs);
+    void setForward();
+    void setBackward();
+    bool isForward() const;
+
 signals:
     void finished();