inc/mpcommondefs.h
changeset 29 8192e5b5c935
parent 22 ecf06a08d4d9
child 43 0f32e550d9d8
child 48 af3740e3753f
--- a/inc/mpcommondefs.h	Fri May 14 15:49:53 2010 +0300
+++ b/inc/mpcommondefs.h	Thu May 27 12:49:57 2010 +0300
@@ -28,6 +28,7 @@
     const long int KPlaybackViewUid     = {0x10207C64};
     const long int KSettingsViewUid     = {0x10207C66};
     const long int KDetailsViewUid      = {0x2002D0AA};
+    const long int KMediaWallViewUid    = {0x10207C94};
 
     /*!
      Command code sent from the views to the application main window
@@ -35,10 +36,11 @@
      */
     enum MpCommandCode {
         Exit,
+        SendToBackground,
         ActivateCollectionView,
         ActivatePlaybackView,
-		ActivateSettingsView,
-		ActivateDetailsView
+        ActivateSettingsView,
+        ActivateDetailsView
     };
 
     /*!
@@ -51,6 +53,15 @@
         FetchView,
         EmbeddedView
     };
+    
+    /*!
+    Thumbnail type, used in collection model.
+    */
+    enum MpThumbType{
+        ListThumb,
+        TBoneThumb,
+        MediaWallThumb,
+    };
 }
 
 #endif	// MPCOMMONDEFS_H