videoplayback/videoplaybackview/tsrc/testcontrolscontroller/stub/inc/videoplaybackcontrolbar.h
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 VideoPlaybackControlBar
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: 2 %
       
    19 
       
    20 
       
    21 
       
    22 #ifndef VIDEOPLAYBACKCONTROLBAR_H_
       
    23 #define VIDEOPLAYBACKCONTROLBAR_H_
       
    24 
       
    25 
       
    26 
       
    27 #include <hbwidget.h>
       
    28 #include <mpxplaybackframeworkdefs.h>
       
    29 
       
    30 class VideoPlaybackViewFileDetails;
       
    31 class VideoPlaybackControlsController;
       
    32 
       
    33 class VideoPlaybackControlBar : public HbWidget
       
    34 {
       
    35     Q_OBJECT
       
    36 
       
    37     public:
       
    38         VideoPlaybackControlBar( VideoPlaybackControlsController* controller );
       
    39         virtual ~VideoPlaybackControlBar();
       
    40         void initialize();
       
    41 
       
    42     public:
       
    43         VideoPlaybackControlsController *mController;
       
    44 };
       
    45 
       
    46 #endif /*VIDEOPLAYBACKCONTROLBAR_H_*/