videoplayback/hbvideoplaybackview/tsrc/testfullscreencontrol/stub/src/mpxvideoplaybackcontrolscontroller.cpp
changeset 44 518105d52e45
parent 42 17f382c040b1
child 49 824471cb468a
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 MPXVideoPlaybackControlsController
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version:  4 %
       
    19 
       
    20 
       
    21 
       
    22 // INCLUDE FILES
       
    23 #include <coecntrl.h>
       
    24 #include <bautils.h>
       
    25 #include <barsread.h>
       
    26 #include <f32file.h>
       
    27 
       
    28 #include <hblabel.h>
       
    29 #include <hbaction.h>
       
    30 #include <hbiconanimator.h>
       
    31 
       
    32 #include "../inc/mpxvideoplaybackviewfiledetails.h"
       
    33 #include "../inc/mpxvideoplaybackcontrolscontroller.h"
       
    34 
       
    35 #include "mpxvideoplaybackcontrolconfiguration.h"
       
    36 
       
    37 
       
    38 // ================= MEMBER FUNCTIONS ==============================================================
       
    39 
       
    40 // -------------------------------------------------------------------------------------------------
       
    41 // QMPXVideoPlaybackControlsController::QMPXVideoPlaybackControlsController()
       
    42 // -------------------------------------------------------------------------------------------------
       
    43 //
       
    44 QMPXVideoPlaybackControlsController::QMPXVideoPlaybackControlsController()
       
    45 {
       
    46 }
       
    47 
       
    48 // -------------------------------------------------------------------------------------------------
       
    49 // QMPXVideoPlaybackControlsController::~QMPXVideoPlaybackControlsController
       
    50 // -------------------------------------------------------------------------------------------------
       
    51 //
       
    52 QMPXVideoPlaybackControlsController::~QMPXVideoPlaybackControlsController()
       
    53 {
       
    54     MPX_DEBUG(_L("QMPXVideoPlaybackControlsController::~QMPXVideoPlaybackControlsController"));
       
    55 }
       
    56 
       
    57 // -------------------------------------------------------------------------------------------------
       
    58 //   QMPXVideoPlaybackControlsController::handleCommand()
       
    59 // -------------------------------------------------------------------------------------------------
       
    60 //
       
    61 void QMPXVideoPlaybackControlsController::handleCommand( 
       
    62         TMPXVideoPlaybackViewCommandIds command, int value )
       
    63 {
       
    64     Q_UNUSED( command );
       
    65     Q_UNUSED( value );
       
    66 }
       
    67 
       
    68 // End of File