equal
deleted
inserted
replaced
26 const long int KMusicPlayerUid = {0x10207C62}; |
26 const long int KMusicPlayerUid = {0x10207C62}; |
27 const long int KCollectionViewUid = {0x10207C63}; |
27 const long int KCollectionViewUid = {0x10207C63}; |
28 const long int KPlaybackViewUid = {0x10207C64}; |
28 const long int KPlaybackViewUid = {0x10207C64}; |
29 const long int KSettingsViewUid = {0x10207C66}; |
29 const long int KSettingsViewUid = {0x10207C66}; |
30 const long int KDetailsViewUid = {0x2002D0AA}; |
30 const long int KDetailsViewUid = {0x2002D0AA}; |
|
31 const long int KMediaWallViewUid = {0x10207C94}; |
31 |
32 |
32 /*! |
33 /*! |
33 Command code sent from the views to the application main window |
34 Command code sent from the views to the application main window |
34 through command signal. |
35 through command signal. |
35 */ |
36 */ |
36 enum MpCommandCode { |
37 enum MpCommandCode { |
37 Exit, |
38 Exit, |
|
39 SendToBackground, |
38 ActivateCollectionView, |
40 ActivateCollectionView, |
39 ActivatePlaybackView, |
41 ActivatePlaybackView, |
40 ActivateSettingsView, |
42 ActivateSettingsView, |
41 ActivateDetailsView |
43 ActivateDetailsView |
42 }; |
44 }; |
43 |
45 |
44 /*! |
46 /*! |
45 View's mode. |
47 View's mode. |
46 DefaultView - Default mode; normal Music Player operation. |
48 DefaultView - Default mode; normal Music Player operation. |
49 enum MpViewMode { |
51 enum MpViewMode { |
50 DefaultView, |
52 DefaultView, |
51 FetchView, |
53 FetchView, |
52 EmbeddedView |
54 EmbeddedView |
53 }; |
55 }; |
|
56 |
|
57 /*! |
|
58 Thumbnail type, used in collection model. |
|
59 */ |
|
60 enum MpThumbType{ |
|
61 ListThumb, |
|
62 TBoneThumb, |
|
63 MediaWallThumb, |
|
64 }; |
54 } |
65 } |
55 |
66 |
56 #endif // MPCOMMONDEFS_H |
67 #endif // MPCOMMONDEFS_H |