videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/stub/src/hbvideobaseplaybackview.cpp
changeset 46 adbe7d5ba2f5
parent 20 b9e04db066d4
equal deleted inserted replaced
28:c48470be1ba7 46:adbe7d5ba2f5
    13 *
    13 *
    14 * Description:  Implementation of Video playback view
    14 * Description:  Implementation of Video playback view
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 2 %
    18 // Version : %version: 3 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 //  Include Files
    22 //  Include Files
    23 #include <aknappui.h>
    23 #include <aknappui.h>
    49 {
    49 {
    50     MPX_DEBUG(_L("HbVideoBasePlaybackView::~HbVideoBasePlaybackView()"));
    50     MPX_DEBUG(_L("HbVideoBasePlaybackView::~HbVideoBasePlaybackView()"));
    51 }
    51 }
    52 
    52 
    53 // -------------------------------------------------------------------------------------------------
    53 // -------------------------------------------------------------------------------------------------
    54 // HbVideoBasePlaybackView::mouseReleaseEvent
       
    55 // -------------------------------------------------------------------------------------------------
       
    56 //
       
    57 void HbVideoBasePlaybackView::mouseReleaseEvent( QGraphicsSceneMouseEvent *event )
       
    58 {
       
    59     MPX_DEBUG(_L("HbVideoBasePlaybackView::mouseReleaseEvent()"));
       
    60     Q_UNUSED( event );
       
    61     emit tappedOnScreen();
       
    62 }
       
    63 
       
    64 // -------------------------------------------------------------------------------------------------
       
    65 //   HbVideoBasePlaybackView::closePlaybackView()
    54 //   HbVideoBasePlaybackView::closePlaybackView()
    66 // -------------------------------------------------------------------------------------------------
    55 // -------------------------------------------------------------------------------------------------
    67 //
    56 //
    68 void HbVideoBasePlaybackView::closePlaybackView()
    57 void HbVideoBasePlaybackView::closePlaybackView()
    69 {
    58 {