videoplayback/hbvideoplaybackview/tsrc/testprogressbar/inc/testprogressbar.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
--- a/videoplayback/hbvideoplaybackview/tsrc/testprogressbar/inc/testprogressbar.h	Thu Apr 01 23:32:44 2010 +0300
+++ b/videoplayback/hbvideoplaybackview/tsrc/testprogressbar/inc/testprogressbar.h	Fri Apr 16 18:13:14 2010 +0300
@@ -15,7 +15,7 @@
 * 
 */
 
-// Version : %version:  1 %
+// Version : %version:  2 %
 
 #ifndef __TESTPROGRESSBAR_H__
 #define __TESTPROGRESSBAR_H__
@@ -49,17 +49,17 @@
 
     // test functions for the test framework         
 private slots:
-        void testMousePressEvent();
-        void testMouseReleaseEvent();
-        void testMouseMoveEvent();
-        void testUpdateWithFileDetails();
-        void testUpdateState();
-        void testDurationChanged();
-        void testPositionChanged();	
-
+    void testHandleSliderPressed();
+    void testHandleSliderMoved();
+    void testHandleSliderReleased();
+    void testUpdateWithFileDetails();
+    void testUpdateState();
+    void testDurationChanged();
+    void testPositionChanged();	
+    void testHandleSeekingTimeout();
 
 signals:
-    void commandSignal(int);
+    void commandSignal();
 
 private:
     QMPXVideoPlaybackProgressBar*         mProgBar;
@@ -70,6 +70,3 @@
 #endif  // __TESTPROGRESSBAR_H__
 
 // End of file
-    
-
-