videoplayback/hbvideoplaybackview/tsrc/testfullscreencontrol/inc/testfullscreencontrol.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    23 #include <QtTest/QtTest>
    23 #include <QtTest/QtTest>
    24 
    24 
    25 #include "mpxvideoplaybackcontrol.hrh"
    25 #include "mpxvideoplaybackcontrol.hrh"
    26 
    26 
    27 
    27 
    28 class QMPXVideoPlaybackViewFileDetails;
       
    29 class QMPXVideoPlaybackControlsController;
    28 class QMPXVideoPlaybackControlsController;
    30 class QMPXVideoPlaybackFullScreenControl;
    29 class QMPXVideoPlaybackFullScreenControl;
    31 
    30 
    32 
    31 
    33 
    32 
    58          
    57          
    59 private slots:
    58 private slots:
    60         
    59         
    61         void testControlIndex();
    60         void testControlIndex();
    62         
    61         
    63         void testVolumeChanged();
       
    64 
       
    65         void testDurationChanged();
    62         void testDurationChanged();
    66 
    63 
    67         void testPositionChanged();
    64         void testPositionChanged();
    68 
    65 
    69         void testAspectRatioChanged();
    66         void testAspectRatioChanged();
    77 signals:
    74 signals:
    78 
    75 
    79     void commandSignal(int);
    76     void commandSignal(int);
    80     
    77     
    81 private:
    78 private:
    82     QMPXVideoPlaybackViewFileDetails*        mFileDetails;
       
    83     QMPXVideoPlaybackControlsController*     mControlsController;
    79     QMPXVideoPlaybackControlsController*     mControlsController;
    84     QMPXVideoPlaybackFullScreenControl*      mFullScreenControl;
    80     QMPXVideoPlaybackFullScreenControl*      mFullScreenControl;
    85  
    81  
    86 };
    82 };
    87 
    83