videoplayback/hbvideoplaybackview/tsrc/testprogressbar/inc/testprogressbar.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    13 *
    13 *
    14 * Description:   tester for methods in TestMPXVideoPlaybackButtonBar
    14 * Description:   tester for methods in TestMPXVideoPlaybackButtonBar
    15 * 
    15 * 
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  1 %
    18 // Version : %version:  2 %
    19 
    19 
    20 #ifndef __TESTPROGRESSBAR_H__
    20 #ifndef __TESTPROGRESSBAR_H__
    21 #define __TESTPROGRESSBAR_H__
    21 #define __TESTPROGRESSBAR_H__
    22 
    22 
    23 
    23 
    47     
    47     
    48     void setup();
    48     void setup();
    49 
    49 
    50     // test functions for the test framework         
    50     // test functions for the test framework         
    51 private slots:
    51 private slots:
    52         void testMousePressEvent();
    52     void testHandleSliderPressed();
    53         void testMouseReleaseEvent();
    53     void testHandleSliderMoved();
    54         void testMouseMoveEvent();
    54     void testHandleSliderReleased();
    55         void testUpdateWithFileDetails();
    55     void testUpdateWithFileDetails();
    56         void testUpdateState();
    56     void testUpdateState();
    57         void testDurationChanged();
    57     void testDurationChanged();
    58         void testPositionChanged();	
    58     void testPositionChanged();	
    59 
    59     void testHandleSeekingTimeout();
    60 
    60 
    61 signals:
    61 signals:
    62     void commandSignal(int);
    62     void commandSignal();
    63 
    63 
    64 private:
    64 private:
    65     QMPXVideoPlaybackProgressBar*         mProgBar;
    65     QMPXVideoPlaybackProgressBar*         mProgBar;
    66     QMPXVideoPlaybackControlsController*  mController;
    66     QMPXVideoPlaybackControlsController*  mController;
    67 };
    67 };
    68 
    68 
    69 
    69 
    70 #endif  // __TESTPROGRESSBAR_H__
    70 #endif  // __TESTPROGRESSBAR_H__
    71 
    71 
    72 // End of file
    72 // End of file
    73     
       
    74 
       
    75