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