mobilemessaging/postcard/postcardinc/PostcardController.h
branchRCL_3
changeset 77 da6ac9d688df
parent 0 72b543305e3a
--- a/mobilemessaging/postcard/postcardinc/PostcardController.h	Wed Sep 15 12:08:45 2010 +0300
+++ b/mobilemessaging/postcard/postcardinc/PostcardController.h	Wed Oct 13 14:27:34 2010 +0300
@@ -227,6 +227,23 @@
                                 const TDesC& aFileName,
                                 const TInt aFileBitmapId,
                                 const TInt aFileMaskId = -1 );
+        
+        
+
+        /**
+        *   DoLoadIconforUpandDownarrowL
+        *   Calls AknsUtils::CreateColorIconLC to load icons defined by parameters.
+        *   Param IN aId - the id of the icon in AknsConstants.h
+        *            aFileName - the name of the file where icons are loaded
+        *            aFileBitmapId - the id of the bitmap file
+        *   Returns - icon created by the function
+        */
+        CGulIcon* DoLoadIconforUpandDownarrowL(  const TAknsItemID& aId,
+                                   const TDesC& aFileName,
+                                   const TInt aFileBitmapId,
+                                   const TInt aFileMaskId = -1 );
+        
+        
                                
     private: //Data