videoplayback/hbvideoplaybackview/tsrc/teststatuspanecontrol/stub/src/hbvideobaseplaybackview.cpp
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
--- a/videoplayback/hbvideoplaybackview/tsrc/teststatuspanecontrol/stub/src/hbvideobaseplaybackview.cpp	Thu Apr 01 23:22:15 2010 +0300
+++ b/videoplayback/hbvideoplaybackview/tsrc/teststatuspanecontrol/stub/src/hbvideobaseplaybackview.cpp	Thu Apr 01 23:32:44 2010 +0300
@@ -15,14 +15,12 @@
 *
 */
 
-// Version : %version:   2 %
+// Version : %version:   3 %
 
 
 
 //  Include Files
-#include <qgraphicssceneevent>
 #include <hbinstance.h>
-#include <mmf/common/mmferrors.h>
 
 #include "../inc/hbvideobaseplaybackview.h"
 
@@ -35,7 +33,6 @@
 //
 HbVideoBasePlaybackView::HbVideoBasePlaybackView()
 {
-    mCurrentError = KErrNone;
     mViewActive = false;
 }
 
@@ -66,46 +63,6 @@
 }
 
 // -------------------------------------------------------------------------------------------------
-// HbVideoBasePlaybackView::mousePress
-// -------------------------------------------------------------------------------------------------
-//
-void HbVideoBasePlaybackView::mousePressEvent( QGraphicsSceneMouseEvent *event ) 
-{
-}
-
-// -------------------------------------------------------------------------------------------------
-// HbVideoBasePlaybackView::itemChange
-// -------------------------------------------------------------------------------------------------
-//
-QVariant HbVideoBasePlaybackView::itemChange( GraphicsItemChange change, const QVariant &value )
-{
-    return QGraphicsWidget::itemChange( change, value );
-}
-
-// -------------------------------------------------------------------------------------------------
-//   HbVideoBasePlaybackView::closePlaybackView()
-// -------------------------------------------------------------------------------------------------
-//
-void HbVideoBasePlaybackView::paint( QPainter *painter, 
-                                     const QStyleOptionGraphicsItem *option, 
-                                     QWidget *widget )
-{
-    Q_UNUSED( widget );    
-}
-
-
-// -------------------------------------------------------------------------------------------------
-//   HbVideoBasePlaybackView::event()
-// -------------------------------------------------------------------------------------------------
-//
-bool HbVideoBasePlaybackView::event( QEvent *event )
-{
-    bool consumed = false;
-
-    return consumed;
-}
-
-// -------------------------------------------------------------------------------------------------
 //   HbVideoBasePlaybackView::handleClosePlaybackView()
 // -------------------------------------------------------------------------------------------------
 //
@@ -115,31 +72,6 @@
 }
 
 // -------------------------------------------------------------------------------------------------
-//   HbVideoBasePlaybackView::issuePlayCommand
-// -------------------------------------------------------------------------------------------------
-//
-void HbVideoBasePlaybackView::issuePlayCommand()
-{
-}
-
-// -------------------------------------------------------------------------------------------------
-//   HbVideoBasePlaybackView::handleBufferingState
-// -------------------------------------------------------------------------------------------------
-//
-void HbVideoBasePlaybackView::handleBufferingState()
-{
-}
-
-// -------------------------------------------------------------------------------------------------
-//   HbVideoBasePlaybackView::handlePluginError()
-// -------------------------------------------------------------------------------------------------
-//
-void HbVideoBasePlaybackView::handlePluginError( int aError )
-{
-    mCurrentError = aError;
-}
-
-// -------------------------------------------------------------------------------------------------
 //   HbVideoBasePlaybackView::doClosePlayer
 // -------------------------------------------------------------------------------------------------
 //
@@ -148,16 +80,6 @@
     mViewActive = false;
 }
 
-
-
-// -------------------------------------------------------------------------------------------------
-//   HbVideoBasePlaybackView::retrievePdlInformation
-// -------------------------------------------------------------------------------------------------
-//
-void HbVideoBasePlaybackView::retrievePdlInformation()
-{
-}
-
 // -------------------------------------------------------------------------------------------------
 //   HbVideoBasePlaybackView::closePlaybackView()
 // -------------------------------------------------------------------------------------------------