videoplayback/hbvideoplaybackview/tsrc/testmpxvideoplaybacktoolbar/stub/inc/hbvideobaseplaybackview.h
changeset 20 b9e04db066d4
equal deleted inserted replaced
17:69946d1824c4 20:b9e04db066d4
       
     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:    2 %
       
    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 <QWidget>
       
    29 
       
    30 
       
    31 //  Constants
       
    32 
       
    33 //  Forward Declarations
       
    34 
       
    35 //  Class Definitions
       
    36 class HbToolBar;
       
    37 class RWindow;
       
    38 
       
    39 class HbVideoBasePlaybackView : public QWidget
       
    40 {
       
    41     Q_OBJECT
       
    42 
       
    43     public:
       
    44         HbVideoBasePlaybackView();
       
    45         virtual ~HbVideoBasePlaybackView();
       
    46 
       
    47         void hideItems( int item );
       
    48         void showItems( int item );
       
    49         HbToolBar *toolBar();
       
    50         RWindow *getWindow();
       
    51 
       
    52     public:
       
    53         HbToolBar *mToolBar;
       
    54 };
       
    55 
       
    56 #endif  // __HBVIDEOBASEPLAYBACKVIEW_H__
       
    57 
       
    58 // EOF