videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/stub/inc/mpxvideoplaybackfullscreencontrol.h
changeset 39 f6d44a0cd476
parent 34 bbb98528c666
equal deleted inserted replaced
38:ff53afa8ad05 39:f6d44a0cd476
    13 *
    13 *
    14 * Description:  Implementation of QMPXVideoPlaybackFullScreenControl
    14 * Description:  Implementation of QMPXVideoPlaybackFullScreenControl
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  1 %
    18 // Version : %version:  2 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef MPXVIDEOPLAYBACKFULLSCREENCONTROL_H_
    22 #ifndef MPXVIDEOPLAYBACKFULLSCREENCONTROL_H_
    23 #define MPXVIDEOPLAYBACKFULLSCREENCONTROL_H_
    23 #define MPXVIDEOPLAYBACKFULLSCREENCONTROL_H_
   112         
   112         
   113         bool                      mVisible;
   113         bool                      mVisible;
   114         TMPXPlaybackState         mState;
   114         TMPXPlaybackState         mState;
   115         TMPXPlaybackState         mVisibilityState;
   115         TMPXPlaybackState         mVisibilityState;
   116         
   116         
   117     protected:
       
   118         QMPXVideoPlaybackControlsController* mController;
   117         QMPXVideoPlaybackControlsController* mController;
   119         HbWidget                 *mControl;
   118         HbWidget                 *mControl;
   120         TMPXVideoPlaybackControls mControlIndex;
   119         TMPXVideoPlaybackControls mControlIndex;
   121         TUint                     mProperties;
   120         TUint                     mProperties;
   122 };
   121 };