videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/stub/inc/mpxvideoplaybackstatuspanecontrol.h
changeset 15 cf5481c2bc0b
equal deleted inserted replaced
2:dec420019252 15:cf5481c2bc0b
       
     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 QMPXVideoPlaybackStatusPaneControl
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version:  1 %
       
    19 
       
    20 
       
    21 
       
    22 #ifndef MPXVIDEOPLAYBACKSTATUSPANECONTROL_H_
       
    23 #define MPXVIDEOPLAYBACKSTATUSPANECONTROL_H_
       
    24 
       
    25 
       
    26 #include "mpxvideoplaybackfullscreencontrol.h"
       
    27 
       
    28 
       
    29 class QMPXVideoPlaybackControlsController;
       
    30 
       
    31 class QMPXVideoPlaybackStatusPaneControl : public QMPXVideoPlaybackFullScreenControl
       
    32 {
       
    33     Q_OBJECT
       
    34 
       
    35     public:
       
    36         QMPXVideoPlaybackStatusPaneControl( QMPXVideoPlaybackControlsController* controller, 
       
    37                                             TMPXVideoPlaybackControls index,
       
    38                                             HbWidget* widget, 
       
    39                                             TUint controlproperties );
       
    40 
       
    41         virtual ~QMPXVideoPlaybackStatusPaneControl();
       
    42 
       
    43 };
       
    44 
       
    45 #endif /*MPXVIDEOPLAYBACKSTATUSPANECONTROL_H_*/
       
    46