videoplayback/videoplaybackview/tsrc/testfullscreencontrol/stub/src/videoplaybackcontrolbar.cpp
changeset 62 0e1e938beb1a
parent 52 e3cecb93e76a
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    13 *
    13 *
    14 * Description:  Implementation of VideoPlaybackControlBar
    14 * Description:  Implementation of VideoPlaybackControlBar
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  3 %
    18 // Version : %version:  4 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #include <hbframeitem.h>
    22 #include <hbframeitem.h>
    23 #include <hbframedrawer.h>
    23 #include <hbframedrawer.h>
    30 
    30 
    31 // -------------------------------------------------------------------------------------------------
    31 // -------------------------------------------------------------------------------------------------
    32 // VideoPlaybackControlBar::VideoPlaybackControlBar()
    32 // VideoPlaybackControlBar::VideoPlaybackControlBar()
    33 // -------------------------------------------------------------------------------------------------
    33 // -------------------------------------------------------------------------------------------------
    34 //
    34 //
    35 VideoPlaybackControlBar::VideoPlaybackControlBar( 
    35 VideoPlaybackControlBar::VideoPlaybackControlBar(
    36         VideoPlaybackControlsController* controller )
    36         VideoPlaybackControlsController* controller )
    37     : mController( controller )
    37     : mController( controller )
       
    38     , mReset( false )
    38 {
    39 {
    39     MPX_ENTER_EXIT(_L("VideoPlaybackControlBar::VideoPlaybackControlBar"));
    40     MPX_ENTER_EXIT(_L("VideoPlaybackControlBar::VideoPlaybackControlBar"));
    40 }
    41 }
    41 
    42 
    42 // -------------------------------------------------------------------------------------------------
    43 // -------------------------------------------------------------------------------------------------
   114     MPX_DEBUG(_L("VideoPlaybackControlBar::positionChanged()"));
   115     MPX_DEBUG(_L("VideoPlaybackControlBar::positionChanged()"));
   115 
   116 
   116     mPosition = position;
   117     mPosition = position;
   117 }
   118 }
   118 
   119 
       
   120 // -------------------------------------------------------------------------------------------------
       
   121 // VideoPlaybackControlBar::resetControl()
       
   122 // -------------------------------------------------------------------------------------------------
       
   123 //
       
   124 void VideoPlaybackControlBar::resetControl()
       
   125 {
       
   126     MPX_DEBUG(_L("VideoPlaybackControlBar::resetControl()"));
       
   127 
       
   128     mReset = true;
       
   129 }
       
   130 
   119 //End of file
   131 //End of file