videoplayback/inc/hbvideoplaybackview.h
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:  hb videoplaybackview
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version:  da1mmcf#4 %
       
    19 
       
    20 
       
    21 
       
    22 #ifndef __HBVIDEOPLAYBACKVIEW_H__
       
    23 #define __HBVIDEOPLAYBACKVIEW_H__
       
    24 
       
    25 //  Include Files
       
    26 #include "hbvideobaseplaybackview.h"
       
    27 #include "videoplaybackexport.h"
       
    28 
       
    29 
       
    30 /**
       
    31  *  HbVideoPlaybackView
       
    32  * 
       
    33  */
       
    34 class VIDEOPLAYBACK_DLL_EXPORT HbVideoPlaybackView : public HbVideoBasePlaybackView
       
    35 {
       
    36     Q_OBJECT
       
    37 
       
    38     public:
       
    39         HbVideoPlaybackView();
       
    40         virtual ~HbVideoPlaybackView();
       
    41 
       
    42         void handleActivateView(); 
       
    43         
       
    44         void handleDeactivateView();
       
    45                 
       
    46         void handleBack();
       
    47 
       
    48     private:
       
    49         
       
    50         virtual void handleSoftkeyBack();
       
    51 
       
    52         virtual void handlePluginError( int aError );
       
    53 
       
    54         /*
       
    55          *  Handle Download State Change
       
    56          *  @param  aState  new state of the download
       
    57          */
       
    58         virtual void handlePdlStateChange( int aState );
       
    59 
       
    60         /*
       
    61          *  Handle transition to the stopped state
       
    62          */
       
    63         virtual void handleStoppedState();
       
    64 };
       
    65 
       
    66 #endif  // __HBVIDEOPLAYBACKVIEW_H__
       
    67 
       
    68 // EOF