equal
deleted
inserted
replaced
14 * Description: Implementation of MPXVideoPlaybackControlsController |
14 * Description: Implementation of MPXVideoPlaybackControlsController |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 // Version : %version: 20 % |
19 // Version : %version: 19 % |
20 |
20 |
21 |
21 |
22 #ifndef MPXVIDEOPLAYBACKCONTROLSCONTROLLER_H_ |
22 #ifndef MPXVIDEOPLAYBACKCONTROLSCONTROLLER_H_ |
23 #define MPXVIDEOPLAYBACKCONTROLSCONTROLLER_H_ |
23 #define MPXVIDEOPLAYBACKCONTROLSCONTROLLER_H_ |
24 |
24 |
226 * Return ETrue if any control is visible |
226 * Return ETrue if any control is visible |
227 */ |
227 */ |
228 TBool IsVisible(); |
228 TBool IsVisible(); |
229 |
229 |
230 /** |
230 /** |
231 * Return ETrue if real one bitmap is visible |
|
232 */ |
|
233 TBool IsRealOneBitmapVisible(); |
|
234 |
|
235 /** |
|
236 * Append a control based on control index |
231 * Append a control based on control index |
237 */ |
232 */ |
238 void AppendControlL( TMPXVideoPlaybackControls aControlIndex ); |
233 void AppendControlL( TMPXVideoPlaybackControls aControlIndex ); |
239 |
234 |
240 /** |
235 /** |