videoplayback/hbvideoplaybackview/tsrc/testmpxvideoplaybackbuttonbar/inc/testmpxvideoplaybackbuttonbar.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:  3 %
    19 
    19 
    20 #ifndef __TESTMPXVIDEOPLAYBACKBUTTONBAR_H__
    20 #ifndef __TESTMPXVIDEOPLAYBACKBUTTONBAR_H__
    21 #define __TESTMPXVIDEOPLAYBACKBUTTONBAR_H__
    21 #define __TESTMPXVIDEOPLAYBACKBUTTONBAR_H__
    22 
    22 
    23 
    23 
    35 
    35 
    36     /**
    36     /**
    37      * will be called before each testfunction is executed.
    37      * will be called before each testfunction is executed.
    38      *
    38      *
    39      */
    39      */
    40     void init(); 
    40     void init( bool attachOperation = false ); 
    41     
    41     
    42     /**
    42     /**
    43      * will be called after every testfunction.
    43      * will be called after every testfunction.
    44      *
    44      *
    45      */
    45      */
    49 private slots:
    49 private slots:
    50 
    50 
    51     // the order in which these testXX methods are declared is important
    51     // the order in which these testXX methods are declared is important
    52     // changing this order will affect the test results
    52     // changing this order will affect the test results
    53     void testPlay();
    53     void testPlay();
    54     void testStartFFSeeking();
    54     void testLongTapOnFF();
    55     void testStartRWSeeking();
    55     void testLongTapOnRW();
    56     void testEndSeeking();
    56     void testShortTapOnFF();
       
    57     void testShortTapOnRW();
    57     void testPause();
    58     void testPause();
    58     void testChangeAspectRatio();
    59     void testChangeAspectRatio();
    59     void testUpdateState();
    60     void testUpdateState();
    60     void testAspectRatioChanged();
    61     void testAspectRatioChanged();
    61     void testHandleButtonPressed();
    62     void testHandleButtonPressed();
    62     void testUpdateWithFileDetails();
    63     void testUpdateWithFileDetails();
    63     void testOpenDetailsView();
    64     void testOpenDetailsView();
       
    65     void testAttach();
    64 
    66 
    65 signals:
    67 signals:
    66     void commandSignal(int);
    68     void commandSignal(int);
    67 
    69 
    68 private:
    70 private: