videoplayback/videoplaybackview/tsrc/testvideoplaybackview/stub/inc/videoactivitystate.h
equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: stub VideoActivityState class definition for collection view unite tests |
14 * Description: stub VideoActivityState class definition for collection view unite tests |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // Version : %version: 1 % |
18 // Version : %version: 2 % |
19 |
19 |
20 #ifndef __VIDEOACTIVITYSTATE_H__ |
20 #ifndef __VIDEOACTIVITYSTATE_H__ |
21 #define __VIDEOACTIVITYSTATE_H__ |
21 #define __VIDEOACTIVITYSTATE_H__ |
22 |
22 |
23 #include <qhash.h> |
23 #include <qhash.h> |
27 // videoplayer activity id |
27 // videoplayer activity id |
28 static const QString ACTIVITY_VIDEOPLAYER_MAINVIEW = "VideosMainView"; |
28 static const QString ACTIVITY_VIDEOPLAYER_MAINVIEW = "VideosMainView"; |
29 |
29 |
30 // last position of the last played media clip (int) |
30 // last position of the last played media clip (int) |
31 static const QString KEY_LAST_PLAY_POSITION_ID = "_VideoActivity_last_play_position_id_"; |
31 static const QString KEY_LAST_PLAY_POSITION_ID = "_VideoActivity_last_play_position_id_"; |
|
32 |
|
33 // TMPXId of the last played media file |
|
34 static const QString KEY_LAST_PLAYED_MEDIA_ID = "_VideoActivity_last_played_media_id_"; |
32 |
35 |
33 // name of the media clip last played (QString) |
36 // name of the media clip last played (QString) |
34 static const QString KEY_LAST_PLAYED_CLIP = "_VideoActivity_last_played_clip_"; |
37 static const QString KEY_LAST_PLAYED_CLIP = "_VideoActivity_last_played_clip_"; |
35 |
38 |
36 // Key for plugin type in activity manager |
39 // Key for plugin type in activity manager |