emailuis/emailui/inc/FreestyleEmailUiTextureManager.h
branchRCL_3
changeset 26 67369d1b217f
parent 16 4ce476e64c59
--- a/emailuis/emailui/inc/FreestyleEmailUiTextureManager.h	Tue May 11 15:57:15 2010 +0300
+++ b/emailuis/emailui/inc/FreestyleEmailUiTextureManager.h	Tue May 25 12:23:16 2010 +0300
@@ -159,6 +159,20 @@
     EFolderListServerFoldersTexturePopup,
     EFolderListEmailAccountTexturePopup,
     // SORT LIST ICONS
+    ESortListAttachmentAscTexturePopup,
+    ESortListAttachmentDescTexturePopup,
+    ESortListDateAscTexturePopup,
+    ESortListDateDescTexturePopup,
+    ESortListFollowAscTexturePopup,
+    ESortListFollowDescTexturePopup,
+    ESortListPriorityAscTexturePopup,
+    ESortListPriorityDescTexturePopup,
+    ESortListSenderAscTexturePopup,
+    ESortListSenderDescTexturePopup,
+    ESortListSubjectAscTexturePopup,
+    ESortListSubjectDescTexturePopup,
+    ESortListUnreadAscTexturePopup,
+    ESortListUnreadDescTexturePopup,    
     ESortListAttachmentAscTexture,
     ESortListAttachmentDescTexture,
     ESortListDateAscTexture,
@@ -242,6 +256,8 @@
 	CAlfTexture& WatermarkBackgroundForThisResolutionL();	
 	// Get any texture by ID
 	CAlfTexture& TextureByIndex( TFSEmailUiTextures aIndex );
+	// Clear any texture by ID
+	void ClearTextureByIndex( TFSEmailUiTextures aIndex );
 	// Get new skinned selector brush object for gen ui list.
 	// Ownership is NOT transferred to caller.
 	CAlfFrameBrush* ListSelectorBrushL();