equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Implementation of QMPXVideoPlaybackControlBar |
14 * Description: Implementation of QMPXVideoPlaybackControlBar |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // Version : %version: 1 % |
18 // Version : %version: 2 % |
19 |
19 |
20 |
20 |
21 |
21 |
22 #ifndef MPXVIDEOPLAYBACKCONTROLBAR_H_ |
22 #ifndef MPXVIDEOPLAYBACKCONTROLBAR_H_ |
23 #define MPXVIDEOPLAYBACKCONTROLBAR_H_ |
23 #define MPXVIDEOPLAYBACKCONTROLBAR_H_ |
26 |
26 |
27 #include <hbeffect.h> |
27 #include <hbeffect.h> |
28 #include <hbwidget.h> |
28 #include <hbwidget.h> |
29 #include <mpxplaybackframeworkdefs.h> |
29 #include <mpxplaybackframeworkdefs.h> |
30 |
30 |
31 class HbFrameItem; |
31 class QMPXVideoPlaybackToolBar; |
32 class QMPXVideoPlaybackButtonBar; |
|
33 class QMPXVideoPlaybackProgressBar; |
32 class QMPXVideoPlaybackProgressBar; |
34 class QMPXVideoPlaybackViewFileDetails; |
33 class QMPXVideoPlaybackViewFileDetails; |
35 class QMPXVideoPlaybackControlsController; |
34 class QMPXVideoPlaybackControlsController; |
36 |
35 |
37 class QMPXVideoPlaybackControlBar : public HbWidget |
36 class QMPXVideoPlaybackControlBar : public HbWidget |
53 void appeared( const HbEffect::EffectStatus &status ); |
52 void appeared( const HbEffect::EffectStatus &status ); |
54 void disappeared( const HbEffect::EffectStatus &status ); |
53 void disappeared( const HbEffect::EffectStatus &status ); |
55 |
54 |
56 private: |
55 private: |
57 QMPXVideoPlaybackControlsController *mController; |
56 QMPXVideoPlaybackControlsController *mController; |
58 QMPXVideoPlaybackButtonBar *mButtonBar; |
57 QMPXVideoPlaybackToolBar *mToolBar; |
59 QMPXVideoPlaybackProgressBar *mProgressBar; |
58 QMPXVideoPlaybackProgressBar *mProgressBar; |
60 HbFrameItem *mFrameItem; |
|
61 }; |
59 }; |
62 |
60 |
63 #endif /*MPXVIDEOPLAYBACKCONTROLBAR_H_*/ |
61 #endif /*MPXVIDEOPLAYBACKCONTROLBAR_H_*/ |