videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/stub/src/mpxvideoplaybackcontrolbar.cpp
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 #include <hbframeitem.h>
       
    23 #include <hbframedrawer.h>
       
    24 
       
    25 #include "mpxvideo_debug.h"
       
    26 #include "mpxvideoplaybackcontrolbar.h"
       
    27 #include "mpxcommonvideoplaybackview.hrh"
       
    28 #include "mpxvideoplaybackcontrolscontroller.h"
       
    29 
       
    30 
       
    31 // -------------------------------------------------------------------------------------------------
       
    32 // QMPXVideoPlaybackControlBar::QMPXVideoPlaybackControlBar()
       
    33 // -------------------------------------------------------------------------------------------------
       
    34 //
       
    35 QMPXVideoPlaybackControlBar::QMPXVideoPlaybackControlBar( 
       
    36         QMPXVideoPlaybackControlsController* controller )
       
    37     : mController( controller )
       
    38 {
       
    39     MPX_ENTER_EXIT(_L("QMPXVideoPlaybackControlBar::QMPXVideoPlaybackControlBar"));
       
    40 }
       
    41 
       
    42 // -------------------------------------------------------------------------------------------------
       
    43 // QMPXVideoPlaybackControlBar::~QMPXVideoPlaybackControlBar()
       
    44 // -------------------------------------------------------------------------------------------------
       
    45 //
       
    46 QMPXVideoPlaybackControlBar::~QMPXVideoPlaybackControlBar()
       
    47 {
       
    48     MPX_DEBUG(_L("QMPXVideoPlaybackControlBar::~QMPXVideoPlaybackControlBar()"));
       
    49 }
       
    50 
       
    51 // -------------------------------------------------------------------------------------------------
       
    52 // QMPXVideoPlaybackControlBar::initialize()
       
    53 // -------------------------------------------------------------------------------------------------
       
    54 //
       
    55 void QMPXVideoPlaybackControlBar::initialize()
       
    56 {
       
    57 }
       
    58 
       
    59 
       
    60 
       
    61 //End of file