equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Implementation of QMPXVideoPlaybackStatusPaneControl |
14 * Description: Implementation of QMPXVideoPlaybackStatusPaneControl |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // Version : %version: 9 % |
18 // Version : %version: 10 % |
19 |
19 |
20 |
20 |
21 |
21 |
22 #ifndef MPXVIDEOPLAYBACKSTATUSPANECONTROL_H_ |
22 #ifndef MPXVIDEOPLAYBACKSTATUSPANECONTROL_H_ |
23 #define MPXVIDEOPLAYBACKSTATUSPANECONTROL_H_ |
23 #define MPXVIDEOPLAYBACKSTATUSPANECONTROL_H_ |
26 #include "mpxvideoplaybackfullscreencontrol.h" |
26 #include "mpxvideoplaybackfullscreencontrol.h" |
27 |
27 |
28 |
28 |
29 class HbLabel; |
29 class HbLabel; |
30 class HbAction; |
30 class HbAction; |
31 class HbFrameItem; |
31 class HbGroupBox; |
|
32 class QGraphicsWidget; |
32 class QMPXVideoPlaybackViewFileDetails; |
33 class QMPXVideoPlaybackViewFileDetails; |
33 class QMPXVideoPlaybackControlsController; |
34 class QMPXVideoPlaybackControlsController; |
34 |
35 |
35 class QMPXVideoPlaybackStatusPaneControl : public QMPXVideoPlaybackFullScreenControl |
36 class QMPXVideoPlaybackStatusPaneControl : public QMPXVideoPlaybackFullScreenControl |
36 { |
37 { |
71 |
72 |
72 private: |
73 private: |
73 bool mVisible; |
74 bool mVisible; |
74 HbAction *mActionBack; |
75 HbAction *mActionBack; |
75 HbLabel *mTitleLabel; |
76 HbLabel *mTitleLabel; |
76 HbFrameItem *mFrameItem; |
77 HbGroupBox *mTitleGroupBox; |
|
78 QGraphicsWidget *mTitleLayout; |
77 }; |
79 }; |
78 |
80 |
79 #endif /*MPXVIDEOPLAYBACKSTATUSPANECONTROL_H_*/ |
81 #endif /*MPXVIDEOPLAYBACKSTATUSPANECONTROL_H_*/ |
80 |
82 |