videoplayback/hbvideoplaybackviewplugin/tsrc/testvideoplaybackviewplugin/stub/inc/hbvideoplaybackview.h
changeset 15 cf5481c2bc0b
equal deleted inserted replaced
2:dec420019252 15:cf5481c2bc0b
       
     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 Video playback view
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version:  2 %
       
    19 
       
    20 
       
    21 
       
    22 // This file defines the API for .dll
       
    23 
       
    24 #ifndef __HBVIDEOPLAYBACKVIEW_H__
       
    25 #define __HBVIDEOPLAYBACKVIEW_H__
       
    26 
       
    27 //  Include Files
       
    28 #include <hbview.h>
       
    29 //#include <qgraphicswidget.h>
       
    30 
       
    31 //  Constants
       
    32 
       
    33 //  Forward Declarations
       
    34 
       
    35 //  Class Definitions
       
    36 
       
    37 class HbVideoPlaybackView : public HbView
       
    38 {
       
    39     Q_OBJECT
       
    40 
       
    41     public:
       
    42         IMPORT_C HbVideoPlaybackView();
       
    43         IMPORT_C virtual ~HbVideoPlaybackView();
       
    44 
       
    45         IMPORT_C void handleActivateView(); 
       
    46         
       
    47         IMPORT_C void handleDeactivateView();
       
    48                 
       
    49         IMPORT_C void handleBack();
       
    50         
       
    51         void handleSoftkeyBack();
       
    52         
       
    53         void handlePluginError( int aError );
       
    54         
       
    55         void handlePdlStateChange( int aState );
       
    56         
       
    57         void handleStoppedState();
       
    58 				
       
    59 };
       
    60 
       
    61 #endif  // __HBVIDEOPLAYBACKVIEW_H__
       
    62 
       
    63 // EOF