videoplayback/hbvideoplaybackview/controlinc/mpxvideoplaybackbuttonbar.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
    13 *
    13 *
    14 * Description:  Implementation of QMPXVideoPlaybackButtonBar
    14 * Description:  Implementation of QMPXVideoPlaybackButtonBar
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: da1mmcf#8 %
    18 // Version : %version: da1mmcf#9 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #ifndef MPXVIDEOPLAYBACKBUTTONBAR_H_
    22 #ifndef MPXVIDEOPLAYBACKBUTTONBAR_H_
    23 #define MPXVIDEOPLAYBACKBUTTONBAR_H_
    23 #define MPXVIDEOPLAYBACKBUTTONBAR_H_
    25 #include <hbwidget.h>
    25 #include <hbwidget.h>
    26 #include <MMFScalingCustomCommandConstants.h>
    26 #include <MMFScalingCustomCommandConstants.h>
    27 #include <mpxplaybackframeworkdefs.h>
    27 #include <mpxplaybackframeworkdefs.h>
    28 
    28 
    29 
    29 
    30 class HbFrameItem;
       
    31 class HbPushButton;
    30 class HbPushButton;
    32 class QActionGroup;
    31 class QActionGroup;
    33 class QMPXVideoPlaybackViewFileDetails;
    32 class QMPXVideoPlaybackViewFileDetails;
    34 class QMPXVideoPlaybackControlsController;
    33 class QMPXVideoPlaybackControlsController;
    35 
    34 
    73     private:
    72     private:
    74         QMPXVideoPlaybackControlsController *mController;
    73         QMPXVideoPlaybackControlsController *mController;
    75 
    74 
    76         QList<HbPushButton*>                 mButtons;
    75         QList<HbPushButton*>                 mButtons;
    77         bool                                 mInitialized;
    76         bool                                 mInitialized;
    78 
       
    79         HbFrameItem                         *mFrameItem;
       
    80 };
    77 };
    81 
    78 
    82 #endif /*MPXVIDEOPLAYBACKBUTTONBAR_H_*/
    79 #endif /*MPXVIDEOPLAYBACKBUTTONBAR_H_*/