videoplayback/videoplaybackview/tsrc/testfullscreencontrol/stub/src/videoplaybackcontrolscontroller.cpp
changeset 52 e3cecb93e76a
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 VideoPlaybackControlsController
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version:  5 %
       
    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/videoplaybackviewfiledetails.h"
       
    33 #include "../inc/videoplaybackcontrolscontroller.h"
       
    34 
       
    35 #include "videoplaybackcontrolconfiguration.h"
       
    36 
       
    37 
       
    38 // ================= MEMBER FUNCTIONS ==============================================================
       
    39 
       
    40 // -------------------------------------------------------------------------------------------------
       
    41 // VideoPlaybackControlsController::VideoPlaybackControlsController()
       
    42 // -------------------------------------------------------------------------------------------------
       
    43 //
       
    44 VideoPlaybackControlsController::VideoPlaybackControlsController()
       
    45 {
       
    46 }
       
    47 
       
    48 // -------------------------------------------------------------------------------------------------
       
    49 // VideoPlaybackControlsController::~VideoPlaybackControlsController
       
    50 // -------------------------------------------------------------------------------------------------
       
    51 //
       
    52 VideoPlaybackControlsController::~VideoPlaybackControlsController()
       
    53 {
       
    54     MPX_DEBUG(_L("VideoPlaybackControlsController::~VideoPlaybackControlsController"));
       
    55 }
       
    56 
       
    57 // -------------------------------------------------------------------------------------------------
       
    58 //   VideoPlaybackControlsController::handleCommand()
       
    59 // -------------------------------------------------------------------------------------------------
       
    60 //
       
    61 void VideoPlaybackControlsController::handleCommand( 
       
    62         TMPXVideoPlaybackViewCommandIds command, int value )
       
    63 {
       
    64     Q_UNUSED( command );
       
    65     Q_UNUSED( value );
       
    66 }
       
    67 
       
    68 // End of File