videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/inc/testmpxvideoplaybackcontrolscontroller.h
changeset 24 7d93ee07fb27
parent 20 b9e04db066d4
child 28 c48470be1ba7
equal deleted inserted replaced
20:b9e04db066d4 24:7d93ee07fb27
    13 *
    13 *
    14 * Description:   tester for methods in Video Playback Controls Controller
    14 * Description:   tester for methods in Video Playback Controls Controller
    15 * 
    15 * 
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  3 %
    18 // Version : %version:  4 %
    19 
    19 
    20 #ifndef __TESTMPXVIDEOPLAYBACKCONTROLSCONTROLLER_H__
    20 #ifndef __TESTMPXVIDEOPLAYBACKCONTROLSCONTROLLER_H__
    21 #define __TESTMPXVIDEOPLAYBACKCONTROLSCONTROLLER_H__
    21 #define __TESTMPXVIDEOPLAYBACKCONTROLSCONTROLLER_H__
    22 
    22 
    23 
    23 
    54     void verifyHandleEventStateChangedResult( int value );
    54     void verifyHandleEventStateChangedResult( int value );
    55     void verifyHandleEventTvOutResult( bool tvOutConnected, bool value );
    55     void verifyHandleEventTvOutResult( bool tvOutConnected, bool value );
    56     
    56     
    57 private slots:
    57 private slots:
    58     
    58     
    59     //
       
    60     // test addFileDetails()
       
    61     //
       
    62     void testAddFileDetails();
    59     void testAddFileDetails();
    63     
       
    64     //
       
    65     // test handleEvent()
       
    66     //
       
    67     void testHandleEventSetPosition();
    60     void testHandleEventSetPosition();
    68     void testHandleEventSetDuration();
    61     void testHandleEventSetDuration();
    69     void testHandleEventStateChanged();
    62     void testHandleEventStateChanged();
    70     void testHandleEventSetVolume();
    63     void testHandleEventSetVolume();
    71     void testHandleEventSetAspectRatio();
    64     void testHandleEventSetAspectRatio();
   115     void testslot_attachVideo();  
   108     void testslot_attachVideo();  
   116 
   109 
   117     //
   110     //
   118     // test private slot attachVideo()
   111     // test private slot attachVideo()
   119     //
   112     //
   120     void testslot_sendVideo();  
   113     void testslot_sendVideo();
       
   114 
       
   115     //
       
   116     // test private slot handleOrientationChanged()
       
   117     //
       
   118     void testslot_handleOrientationChanged();
   121   
   119   
   122 signals:
   120 signals:
   123 
       
   124     void commandSignal();
   121     void commandSignal();
       
   122     void commandSignal( Qt::Orientation );
   125     
   123     
   126 private:
   124 private:
   127 
   125 
   128     HbVideoBasePlaybackView*			    mBaseVideoView;
   126     HbVideoBasePlaybackView*			    mBaseVideoView;
   129     CMPXVideoViewWrapper*			        mViewWrapper;
   127     CMPXVideoViewWrapper*			        mViewWrapper;