videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/stub/inc/hbvideobaseplaybackview.h
changeset 52 e3cecb93e76a
parent 47 45e72b57a2fd
child 59 a76e86df7ccd
equal deleted inserted replaced
47:45e72b57a2fd 52:e3cecb93e76a
     1 /*
       
     2 * Copyright (c) 2010 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: 3 %
       
    19 
       
    20 
       
    21 
       
    22 // This file defines the API for .dll
       
    23 
       
    24 #ifndef __HBVIDEOBASEPLAYBACKVIEW_H__
       
    25 #define __HBVIDEOBASEPLAYBACKVIEW_H__
       
    26 
       
    27 //  Include Files
       
    28 #include <hbview.h>
       
    29 
       
    30 class CMPXVideoViewWrapper;
       
    31 class RWindow;
       
    32 
       
    33 //  Constants
       
    34 
       
    35 //  Forward Declarations
       
    36 
       
    37 //  Class Definitions
       
    38 
       
    39 class HbVideoBasePlaybackView : public HbView
       
    40 {
       
    41     Q_OBJECT
       
    42 
       
    43     public:
       
    44         HbVideoBasePlaybackView();
       
    45         virtual ~HbVideoBasePlaybackView();
       
    46 
       
    47     signals:
       
    48         void tappedOnScreen();
       
    49 
       
    50     public slots:
       
    51         void closePlaybackView();
       
    52 
       
    53     public:
       
    54         bool mViewClosed;
       
    55 
       
    56 };
       
    57 
       
    58 #endif  // __HBVIDEOBASEPLAYBACKVIEW_H__
       
    59 
       
    60 // EOF