videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/stub/inc/mpxvideoplaybackbuttonbar.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
     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:  Implementation of QMPXVideoPlaybackButtonBar
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: 1 %
       
    19 
       
    20 
       
    21 
       
    22 #ifndef MPXVIDEOPLAYBACKBUTTONBAR_H_
       
    23 #define MPXVIDEOPLAYBACKBUTTONBAR_H_
       
    24 
       
    25 #include <hbwidget.h>
       
    26 
       
    27 class QMPXVideoPlaybackControlsController;
       
    28 
       
    29 // DATA TYPES
       
    30 
       
    31 class QMPXVideoPlaybackButtonBar : public HbWidget
       
    32 {
       
    33     Q_OBJECT
       
    34 
       
    35     public:
       
    36     
       
    37         QMPXVideoPlaybackButtonBar( QMPXVideoPlaybackControlsController* controller );
       
    38         virtual ~QMPXVideoPlaybackButtonBar();
       
    39         void initialize();
       
    40         
       
    41 };
       
    42 
       
    43 #endif /*MPXVIDEOPLAYBACKBUTTONBAR_H_*/