videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/stub/src/mpxvideoplaybackprogressbar.cpp
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
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 QMPXVideoPlaybackProgressBar
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version:  1 %
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 #include "mpxvideo_debug.h"
       
    25 #include "mpxvideoplaybackprogressbar.h"
       
    26 #include "mpxvideoplaybackcontrolscontroller.h"
       
    27 
       
    28 // -------------------------------------------------------------------------------------------------
       
    29 // QMPXVideoPlaybackProgressBar::QMPXVideoPlaybackProgressBar
       
    30 // -------------------------------------------------------------------------------------------------
       
    31 //
       
    32 QMPXVideoPlaybackProgressBar::QMPXVideoPlaybackProgressBar( 
       
    33         QMPXVideoPlaybackControlsController* controller )
       
    34     : mController( controller )
       
    35 {
       
    36     MPX_ENTER_EXIT(_L("QMPXVideoPlaybackProgressBar::QMPXVideoPlaybackProgressBar()"));
       
    37 }
       
    38 
       
    39 // -------------------------------------------------------------------------------------------------
       
    40 // QMPXVideoPlaybackProgressBar::~QMPXVideoPlaybackProgressBar
       
    41 // -------------------------------------------------------------------------------------------------
       
    42 //
       
    43 QMPXVideoPlaybackProgressBar::~QMPXVideoPlaybackProgressBar()
       
    44 {
       
    45     MPX_ENTER_EXIT(_L("QMPXVideoPlaybackProgressBar::~QMPXVideoPlaybackProgressBar()"));
       
    46 }
       
    47 
       
    48 // -------------------------------------------------------------------------------------------------
       
    49 // QMPXVideoPlaybackProgressBar::initialize
       
    50 // -------------------------------------------------------------------------------------------------
       
    51 //
       
    52 void QMPXVideoPlaybackProgressBar::initialize()
       
    53 {
       
    54     MPX_ENTER_EXIT(_L("QMPXVideoPlaybackProgressBar::initialize()"));
       
    55 }
       
    56 
       
    57 //End of file