diff -r bbb98528c666 -r 3738fe97f027 videoplayback/hbvideoplaybackview/tsrc/teststatuspanecontrol/stub/src/mpxvideoplaybackfullscreencontrol.cpp --- a/videoplayback/hbvideoplaybackview/tsrc/teststatuspanecontrol/stub/src/mpxvideoplaybackfullscreencontrol.cpp Thu Apr 01 23:22:15 2010 +0300 +++ b/videoplayback/hbvideoplaybackview/tsrc/teststatuspanecontrol/stub/src/mpxvideoplaybackfullscreencontrol.cpp Thu Apr 01 23:32:44 2010 +0300 @@ -15,19 +15,16 @@ * */ -// Version : %version: 1 % +// Version : %version: 2 % #include +#include #include "mpxvideo_debug.h" -#include "mpxvideoplaybackbuttonbar.h" -#include "mpxvideoplaybackprogressbar.h" #include "mpxvideoplaybackfullscreencontrol.h" -#include "mpxvideoplaybackfiledetailswidget.h" #include "mpxvideoplaybackcontrolscontroller.h" -#include "mpxvideoplaybackdetailsplaybackwindow.h" // ------------------------------------------------------------------------------------------------- @@ -97,76 +94,6 @@ } // ------------------------------------------------------------------------------------------------- -// QMPXVideoPlaybackFullScreenControl::volumeChanged() -// ------------------------------------------------------------------------------------------------- -// -bool QMPXVideoPlaybackFullScreenControl::volumeChanged( int /*volume*/ ) -{ - return true; -} - -// ------------------------------------------------------------------------------------------------- -// QMPXVideoPlaybackFullScreenControl::durationChanged() -// ------------------------------------------------------------------------------------------------- -// -bool QMPXVideoPlaybackFullScreenControl::durationChanged( int duration ) -{ - bool changed = EFalse; - - if ( mControlIndex == EMPXProgressBar ) - { - MPX_DEBUG(_L("QMPXVideoPlaybackFullScreenControl::DurationChanged() [%d]"), duration); - - static_cast(mControl)->durationChanged( duration ); - - changed = ETrue; - } - - return changed; -} - -// ------------------------------------------------------------------------------------------------- -// QMPXVideoPlaybackFullScreenControl::positionChanged() -// ------------------------------------------------------------------------------------------------- -// -bool QMPXVideoPlaybackFullScreenControl::positionChanged( int position ) -{ - bool changed = EFalse; - - if ( mControlIndex == EMPXProgressBar ) - { - MPX_DEBUG(_L("QMPXVideoPlaybackFullScreenControl::positionChanged() [%d]"), position); - - static_cast(mControl)->positionChanged( position ); - - changed = ETrue; - } - - return changed; -} - -// ------------------------------------------------------------------------------------------------- -// QMPXVideoPlaybackFullScreenControl::aspectRatioChanged() -// ------------------------------------------------------------------------------------------------- -// -bool QMPXVideoPlaybackFullScreenControl::aspectRatioChanged( int aspectRatio ) -{ - bool changed = EFalse; - - if ( mControlIndex == EMPXButtonBar ) - { - MPX_DEBUG( - _L("QMPXVideoPlaybackFullScreenControl::aspectRatioChanged() [%d]"), aspectRatio); - - static_cast(mControl)->aspectRatioChanged( aspectRatio ); - - changed = ETrue; - } - - return changed; -} - -// ------------------------------------------------------------------------------------------------- // QMPXVideoPlaybackFullScreenControl::updateState() // ------------------------------------------------------------------------------------------------- //