diff -r 17f382c040b1 -r 518105d52e45 videoplayback/hbvideoplaybackview/tsrc/testmpxvideoviewwrapper/stub/inc/mpxvideoplaybackcontrolscontroller.h --- a/videoplayback/hbvideoplaybackview/tsrc/testmpxvideoviewwrapper/stub/inc/mpxvideoplaybackcontrolscontroller.h Fri Jul 02 17:14:33 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,90 +0,0 @@ -/* -* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: Implementation of MPXVideoPlaybackControlsController -* -*/ - -// Version : %version: 7 % - - - -#ifndef MPXVIDEOPLAYBACKCONTROLSCONTROLLER_H_ -#define MPXVIDEOPLAYBACKCONTROLSCONTROLLER_H_ - -// INCLUDES -#include - -#include "mpxvideo_debug.h" -#include "mpxvideoplaybackcontrol.hrh" - -// FORWARD DECLARATIONS -class CMPXVideoViewWrapper; -class HbVideoBasePlaybackView; -class QMPXVideoPlaybackControlsController; -class QMPXVideoPlaybackViewFileDetails; - -// CLASS DECLARATION - -class QMPXVideoPlaybackControlsController : public QObject -{ - Q_OBJECT - - public: - - /** - * constructor. - */ - QMPXVideoPlaybackControlsController( - HbVideoBasePlaybackView *view, - CMPXVideoViewWrapper *viewWrapper, - QMPXVideoPlaybackViewFileDetails *details ); - - /** - * Destructor. - */ - virtual ~QMPXVideoPlaybackControlsController(); - - public: - - // - // Handle event from container - // - void handleEvent( TMPXVideoPlaybackControlCommandIds event, int value = 0 ); - - // - // Add the file details to the controls controller when available - // - void addFileDetails( QMPXVideoPlaybackViewFileDetails* details ); - - // - // updateVideoRectDone - // - void updateVideoRectDone(); - - bool isRNLogoBitmapInControlList(); - - public: - HbVideoBasePlaybackView *mView; - CMPXVideoViewWrapper *mViewWrapper; - QMPXVideoPlaybackViewFileDetails *mFileDetails; - TMPXVideoPlaybackControlCommandIds mReceivedEvent; - - int mValue; - bool mRNLogoVisible; - bool mFileDetailsAdded; -}; - -#endif /*MPXVIDEOPLAYBACKCONTROLSCONTROLLER_P_H_*/ - -// End of File