videoplayback/videoplaybackview/tsrc/testcontrolbar/stub/src/videoplaybacktoolbar.cpp
changeset 62 0e1e938beb1a
parent 52 e3cecb93e76a
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    13 *
    13 *
    14 * Description:  Implementation of VideoPlaybackToolBar
    14 * Description:  Implementation of VideoPlaybackToolBar
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 2 %
    18 // Version : %version: 3 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #include <hbpushbutton.h>
    22 #include <hbpushbutton.h>
    23 
    23 
    29 
    29 
    30 // -------------------------------------------------------------------------------------------------
    30 // -------------------------------------------------------------------------------------------------
    31 // VideoPlaybackToolBar::VideoPlaybackToolBar()
    31 // VideoPlaybackToolBar::VideoPlaybackToolBar()
    32 // -------------------------------------------------------------------------------------------------
    32 // -------------------------------------------------------------------------------------------------
    33 //
    33 //
    34 VideoPlaybackToolBar::VideoPlaybackToolBar( 
    34 VideoPlaybackToolBar::VideoPlaybackToolBar(
    35         VideoPlaybackControlsController* controller )
    35         VideoPlaybackControlsController* controller )
    36     : mController( controller )
    36     : mController( controller )
       
    37     , mReset( false )
    37 {
    38 {
    38     MPX_ENTER_EXIT(_L("VideoPlaybackToolBar::VideoPlaybackToolBar"));
    39     MPX_ENTER_EXIT(_L("VideoPlaybackToolBar::VideoPlaybackToolBar"));
    39 }
    40 }
    40 
    41 
    41 // -------------------------------------------------------------------------------------------------
    42 // -------------------------------------------------------------------------------------------------
   121     MPX_DEBUG(_L("VideoPlaybackToolBar::setVisible position = %d"), visible );
   122     MPX_DEBUG(_L("VideoPlaybackToolBar::setVisible position = %d"), visible );
   122 
   123 
   123     mVisible = visible;
   124     mVisible = visible;
   124 }
   125 }
   125 
   126 
       
   127 // -------------------------------------------------------------------------------------------------
       
   128 // VideoPlaybackToolBar::resetControl()
       
   129 // -------------------------------------------------------------------------------------------------
       
   130 //
       
   131 void VideoPlaybackToolBar::resetControl()
       
   132 {
       
   133     MPX_DEBUG(_L("VideoPlaybackToolBar::resetControl()"));
       
   134 
       
   135     mReset = true;
       
   136 }
       
   137 
   126 //End of file
   138 //End of file