videoplayback/hbvideoplaybackviewplugin/tsrc/testvideoplaybackviewplugin/stub/src/hbvideoplaybackview.cpp
changeset 52 e3cecb93e76a
parent 47 45e72b57a2fd
child 59 a76e86df7ccd
equal deleted inserted replaced
47:45e72b57a2fd 52:e3cecb93e76a
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Implementation of Video playback view
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version:  2 %
       
    19 
       
    20 
       
    21 
       
    22 //  Include Files
       
    23 #include <hbinstance.h>
       
    24 #include "hbvideoplaybackview.h"
       
    25 
       
    26 
       
    27 //  Member Functions
       
    28 
       
    29 // -------------------------------------------------------------------------------------------------
       
    30 // HbVideoPlaybackView::HbVideoPlaybackView()
       
    31 // -------------------------------------------------------------------------------------------------
       
    32 //
       
    33 EXPORT_C HbVideoPlaybackView::HbVideoPlaybackView()
       
    34 {
       
    35 
       
    36 }
       
    37 
       
    38 // -------------------------------------------------------------------------------------------------
       
    39 //   HbVideoPlaybackView::~HbVideoPlaybackView()
       
    40 // -------------------------------------------------------------------------------------------------
       
    41 //
       
    42 EXPORT_C HbVideoPlaybackView::~HbVideoPlaybackView()
       
    43 {
       
    44 }
       
    45 
       
    46 // -------------------------------------------------------------------------------------------------
       
    47 //   HbVideoPlaybackView::handleActivateView()
       
    48 // -------------------------------------------------------------------------------------------------
       
    49 //
       
    50 EXPORT_C void HbVideoPlaybackView::handleActivateView()
       
    51 {
       
    52 }
       
    53 
       
    54 // -------------------------------------------------------------------------------------------------
       
    55 //   HbVideoPlaybackView::handleDeactivateView()
       
    56 // -------------------------------------------------------------------------------------------------
       
    57 //
       
    58 EXPORT_C void HbVideoPlaybackView::handleDeactivateView()
       
    59 {
       
    60 }
       
    61 
       
    62 // -------------------------------------------------------------------------------------------------
       
    63 //   HbVideoPlaybackView::handleBack()
       
    64 // -------------------------------------------------------------------------------------------------
       
    65 //
       
    66 EXPORT_C void HbVideoPlaybackView::handleBack()
       
    67 {   
       
    68 }
       
    69 
       
    70 // -------------------------------------------------------------------------------------------------
       
    71 //   HbVideoPlaybackView::handleSoftkeyBack()
       
    72 // -------------------------------------------------------------------------------------------------
       
    73 //
       
    74 void HbVideoPlaybackView::handleSoftkeyBack()
       
    75 {
       
    76 }
       
    77 
       
    78 // -------------------------------------------------------------------------------------------------
       
    79 //   HbVideoPlaybackView::handlePluginError()
       
    80 // -------------------------------------------------------------------------------------------------
       
    81 //
       
    82 void HbVideoPlaybackView::handlePluginError( int aError )
       
    83 {
       
    84 }
       
    85 
       
    86 // -----------------------------------------------------------------------------
       
    87 //   HbVideoPlaybackView::handlePdlStateChange
       
    88 // -----------------------------------------------------------------------------
       
    89 //
       
    90 void HbVideoPlaybackView::handlePdlStateChange( int /*aState*/ )
       
    91 {
       
    92 }
       
    93 
       
    94 // -----------------------------------------------------------------------------
       
    95 //   HbVideoPlaybackView::handleStoppedState
       
    96 // -----------------------------------------------------------------------------
       
    97 //
       
    98 void HbVideoPlaybackView::handleStoppedState()
       
    99 {
       
   100 }
       
   101 
       
   102 // EOF