videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/stub/src/mpxvideoplaybackstatuspanecontrol.cpp
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 #include "mpxvideo_debug.h"
       
    22 #include "mpxvideoplaybackstatuspanecontrol.h"
       
    23 #include "mpxvideoplaybackcontrolscontroller.h"
       
    24 
       
    25 
       
    26 // -------------------------------------------------------------------------------------------------
       
    27 // QMPXVideoPlaybackStatusPaneControl::QMPXVideoPlaybackStatusPaneControl()
       
    28 // -------------------------------------------------------------------------------------------------
       
    29 //
       
    30 QMPXVideoPlaybackStatusPaneControl::QMPXVideoPlaybackStatusPaneControl( 
       
    31         QMPXVideoPlaybackControlsController* controller, 
       
    32         TMPXVideoPlaybackControls index, 
       
    33         HbWidget* widget, 
       
    34         TUint controlproperties )
       
    35     : QMPXVideoPlaybackFullScreenControl( controller, index, widget, controlproperties )
       
    36 {
       
    37     MPX_ENTER_EXIT(_L("QMPXVideoPlaybackStatusPaneControl::QMPXVideoPlaybackStatusPaneControl()"));
       
    38 }
       
    39 
       
    40 // -------------------------------------------------------------------------------------------------
       
    41 // QMPXVideoPlaybackStatusPaneControl::~QMPXVideoPlaybackStatusPaneControl()
       
    42 // -------------------------------------------------------------------------------------------------
       
    43 //
       
    44 QMPXVideoPlaybackStatusPaneControl::~QMPXVideoPlaybackStatusPaneControl()
       
    45 {
       
    46 }
       
    47 
       
    48 
       
    49 // End of file