emailuis/emailui/inc/FreestyleEmailUiTextureManager.h
branchRCL_3
changeset 17 67369d1b217f
parent 12 4ce476e64c59
equal deleted inserted replaced
16:b5fbb9b25d57 17:67369d1b217f
   157     EFolderListSentTexturePopup,
   157     EFolderListSentTexturePopup,
   158     EFolderListDeletedItemsTexturePopup,
   158     EFolderListDeletedItemsTexturePopup,
   159     EFolderListServerFoldersTexturePopup,
   159     EFolderListServerFoldersTexturePopup,
   160     EFolderListEmailAccountTexturePopup,
   160     EFolderListEmailAccountTexturePopup,
   161     // SORT LIST ICONS
   161     // SORT LIST ICONS
       
   162     ESortListAttachmentAscTexturePopup,
       
   163     ESortListAttachmentDescTexturePopup,
       
   164     ESortListDateAscTexturePopup,
       
   165     ESortListDateDescTexturePopup,
       
   166     ESortListFollowAscTexturePopup,
       
   167     ESortListFollowDescTexturePopup,
       
   168     ESortListPriorityAscTexturePopup,
       
   169     ESortListPriorityDescTexturePopup,
       
   170     ESortListSenderAscTexturePopup,
       
   171     ESortListSenderDescTexturePopup,
       
   172     ESortListSubjectAscTexturePopup,
       
   173     ESortListSubjectDescTexturePopup,
       
   174     ESortListUnreadAscTexturePopup,
       
   175     ESortListUnreadDescTexturePopup,    
   162     ESortListAttachmentAscTexture,
   176     ESortListAttachmentAscTexture,
   163     ESortListAttachmentDescTexture,
   177     ESortListAttachmentDescTexture,
   164     ESortListDateAscTexture,
   178     ESortListDateAscTexture,
   165     ESortListDateDescTexture,
   179     ESortListDateDescTexture,
   166     ESortListFollowAscTexture,
   180     ESortListFollowAscTexture,
   240 	CAlfTexture& BackgroundForThisResolutionL();
   254 	CAlfTexture& BackgroundForThisResolutionL();
   241 	// Get flush background image for the current resolution
   255 	// Get flush background image for the current resolution
   242 	CAlfTexture& WatermarkBackgroundForThisResolutionL();	
   256 	CAlfTexture& WatermarkBackgroundForThisResolutionL();	
   243 	// Get any texture by ID
   257 	// Get any texture by ID
   244 	CAlfTexture& TextureByIndex( TFSEmailUiTextures aIndex );
   258 	CAlfTexture& TextureByIndex( TFSEmailUiTextures aIndex );
       
   259 	// Clear any texture by ID
       
   260 	void ClearTextureByIndex( TFSEmailUiTextures aIndex );
   245 	// Get new skinned selector brush object for gen ui list.
   261 	// Get new skinned selector brush object for gen ui list.
   246 	// Ownership is NOT transferred to caller.
   262 	// Ownership is NOT transferred to caller.
   247 	CAlfFrameBrush* ListSelectorBrushL();
   263 	CAlfFrameBrush* ListSelectorBrushL();
   248 	// Get new skinned grid selector brush object
   264 	// Get new skinned grid selector brush object
   249 	// Ownership is NOT transferred to caller.
   265 	// Ownership is NOT transferred to caller.