videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/stub/inc/mpxvideoplaybackcontrolbar.h
changeset 35 3738fe97f027
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 QMPXVideoPlaybackControlBar
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: 1 %
       
    19 
       
    20 
       
    21 
       
    22 #ifndef MPXVIDEOPLAYBACKCONTROLBAR_H_
       
    23 #define MPXVIDEOPLAYBACKCONTROLBAR_H_
       
    24 
       
    25 
       
    26 
       
    27 #include <hbwidget.h>
       
    28 #include <mpxplaybackframeworkdefs.h>
       
    29 
       
    30 class QMPXVideoPlaybackViewFileDetails;
       
    31 class QMPXVideoPlaybackControlsController;
       
    32 
       
    33 class QMPXVideoPlaybackControlBar : public HbWidget
       
    34 {
       
    35     Q_OBJECT
       
    36 
       
    37     public:
       
    38         QMPXVideoPlaybackControlBar( QMPXVideoPlaybackControlsController* controller );
       
    39         virtual ~QMPXVideoPlaybackControlBar();
       
    40         void initialize();
       
    41 
       
    42     public:
       
    43         QMPXVideoPlaybackControlsController *mController;
       
    44 };
       
    45 
       
    46 #endif /*MPXVIDEOPLAYBACKCONTROLBAR_H_*/