videoplayback/hbvideoplaybackview/tsrc/testfullscreencontrol/stub/src/mpxvideoplaybackdetailsplaybackwindow.cpp
changeset 52 e3cecb93e76a
parent 47 45e72b57a2fd
child 59 a76e86df7ccd
equal deleted inserted replaced
47:45e72b57a2fd 52:e3cecb93e76a
     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 #include <qfileinfo>
       
    23 #include <qgraphicsscenemouseevent>
       
    24 
       
    25 #include <hblabel.h>
       
    26 #include <hbpushbutton.h>
       
    27 
       
    28 #include "mpxvideo_debug.h"
       
    29 #include "mpxvideoplaybackcontrolscontroller.h"
       
    30 #include "mpxvideoplaybackdetailsplaybackwindow.h"
       
    31 
       
    32 // -------------------------------------------------------------------------------------------------
       
    33 // QMPXVideoPlaybackDetailsPlaybackWindow::QMPXVideoPlaybackDetailsPlaybackWindow
       
    34 // -------------------------------------------------------------------------------------------------
       
    35 //
       
    36 QMPXVideoPlaybackDetailsPlaybackWindow::QMPXVideoPlaybackDetailsPlaybackWindow( 
       
    37         QMPXVideoPlaybackControlsController* controller )
       
    38     : mController( controller )
       
    39     , mInitialized( false )
       
    40 {
       
    41     MPX_ENTER_EXIT(_L("QMPXVideoPlaybackDetailsPlaybackWindow::QMPXVideoPlaybackDetailsPlaybackWindow()"));
       
    42 }
       
    43 
       
    44 // -------------------------------------------------------------------------------------------------
       
    45 // QMPXVideoPlaybackDetailsPlaybackWindow::~QMPXVideoPlaybackDetailsPlaybackWindow
       
    46 // -------------------------------------------------------------------------------------------------
       
    47 //
       
    48 QMPXVideoPlaybackDetailsPlaybackWindow::~QMPXVideoPlaybackDetailsPlaybackWindow()
       
    49 {
       
    50     MPX_ENTER_EXIT(_L("QMPXVideoPlaybackDetailsPlaybackWindow::~QMPXVideoPlaybackDetailsPlaybackWindow()"));
       
    51 }
       
    52 
       
    53 
       
    54 // -------------------------------------------------------------------------------------------------
       
    55 // QMPXVideoPlaybackDetailsPlaybackWindow::updateState()
       
    56 // -------------------------------------------------------------------------------------------------
       
    57 //
       
    58 void QMPXVideoPlaybackDetailsPlaybackWindow::updateState( TMPXPlaybackState state )
       
    59 {
       
    60     MPX_DEBUG(_L("QMPXVideoPlaybackDetailsPlaybackWindow::updateState() state = %d"), state );
       
    61 }
       
    62 
       
    63 //End of file