videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/inc/testmpxvideoplaybackcontrolscontroller.h
changeset 39 f6d44a0cd476
parent 38 ff53afa8ad05
child 40 13331705e488
equal deleted inserted replaced
38:ff53afa8ad05 39:f6d44a0cd476
    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:  4 %
    18 // Version : %version:  5 %
    19 
    19 
    20 #ifndef __TESTMPXVIDEOPLAYBACKCONTROLSCONTROLLER_H__
    20 #ifndef __TESTMPXVIDEOPLAYBACKCONTROLSCONTROLLER_H__
    21 #define __TESTMPXVIDEOPLAYBACKCONTROLSCONTROLLER_H__
    21 #define __TESTMPXVIDEOPLAYBACKCONTROLSCONTROLLER_H__
    22 
    22 
    23 
    23 
   114 
   114 
   115     //
   115     //
   116     // test private slot handleOrientationChanged()
   116     // test private slot handleOrientationChanged()
   117     //
   117     //
   118     void testslot_handleOrientationChanged();
   118     void testslot_handleOrientationChanged();
       
   119 
       
   120     void testslot_handleRNLogoVisibleChanged();
       
   121     void testslot_handleRNLogoTimeout();
       
   122     void testIsRNLogoBitmapVisible();
   119   
   123   
   120 signals:
   124 signals:
   121     void commandSignal();
   125     void commandSignal();
   122     void commandSignal( Qt::Orientation );
   126     void commandSignal( Qt::Orientation );
   123     
   127     
   132 
   136 
   133 
   137 
   134 #endif  // __TESTMPXVIDEOPLAYBACKCONTROLSCONTROLLER_H__
   138 #endif  // __TESTMPXVIDEOPLAYBACKCONTROLSCONTROLLER_H__
   135 
   139 
   136 // End of file
   140 // End of file
   137     
       
   138 
   141 
   139