videoplayback/videoplaybackview/tsrc/testcontrolscontroller/stub/src/videoplaybackcontrolbar.cpp
changeset 44 518105d52e45
equal deleted inserted replaced
42:17f382c040b1 44:518105d52e45
       
     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 VideoPlaybackControlBar
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version:  2 %
       
    19 
       
    20 
       
    21 
       
    22 #include <hbframeitem.h>
       
    23 #include <hbframedrawer.h>
       
    24 
       
    25 #include "mpxvideo_debug.h"
       
    26 #include "videoplaybackcontrolbar.h"
       
    27 #include "mpxcommonvideoplaybackview.hrh"
       
    28 #include "videoplaybackcontrolscontroller.h"
       
    29 
       
    30 
       
    31 // -------------------------------------------------------------------------------------------------
       
    32 // VideoPlaybackControlBar::VideoPlaybackControlBar()
       
    33 // -------------------------------------------------------------------------------------------------
       
    34 //
       
    35 VideoPlaybackControlBar::VideoPlaybackControlBar( 
       
    36         VideoPlaybackControlsController* controller )
       
    37     : mController( controller )
       
    38 {
       
    39     MPX_ENTER_EXIT(_L("VideoPlaybackControlBar::VideoPlaybackControlBar"));
       
    40 }
       
    41 
       
    42 // -------------------------------------------------------------------------------------------------
       
    43 // VideoPlaybackControlBar::~VideoPlaybackControlBar()
       
    44 // -------------------------------------------------------------------------------------------------
       
    45 //
       
    46 VideoPlaybackControlBar::~VideoPlaybackControlBar()
       
    47 {
       
    48     MPX_DEBUG(_L("VideoPlaybackControlBar::~VideoPlaybackControlBar()"));
       
    49 }
       
    50 
       
    51 // -------------------------------------------------------------------------------------------------
       
    52 // VideoPlaybackControlBar::initialize()
       
    53 // -------------------------------------------------------------------------------------------------
       
    54 //
       
    55 void VideoPlaybackControlBar::initialize()
       
    56 {
       
    57 }
       
    58 
       
    59 //End of file