mobilemessaging/postcard/postcardinc/PostcardController.h
branchRCL_3
changeset 77 da6ac9d688df
parent 0 72b543305e3a
equal deleted inserted replaced
71:17302fa075e1 77:da6ac9d688df
   225         */
   225         */
   226         CGulIcon* DoLoadIconL(  const TAknsItemID& aId,
   226         CGulIcon* DoLoadIconL(  const TAknsItemID& aId,
   227                                 const TDesC& aFileName,
   227                                 const TDesC& aFileName,
   228                                 const TInt aFileBitmapId,
   228                                 const TInt aFileBitmapId,
   229                                 const TInt aFileMaskId = -1 );
   229                                 const TInt aFileMaskId = -1 );
       
   230         
       
   231         
       
   232 
       
   233         /**
       
   234         *   DoLoadIconforUpandDownarrowL
       
   235         *   Calls AknsUtils::CreateColorIconLC to load icons defined by parameters.
       
   236         *   Param IN aId - the id of the icon in AknsConstants.h
       
   237         *            aFileName - the name of the file where icons are loaded
       
   238         *            aFileBitmapId - the id of the bitmap file
       
   239         *   Returns - icon created by the function
       
   240         */
       
   241         CGulIcon* DoLoadIconforUpandDownarrowL(  const TAknsItemID& aId,
       
   242                                    const TDesC& aFileName,
       
   243                                    const TInt aFileBitmapId,
       
   244                                    const TInt aFileMaskId = -1 );
       
   245         
       
   246         
   230                                
   247                                
   231     private: //Data
   248     private: //Data
   232 
   249 
   233         // Reference to AppUi
   250         // Reference to AppUi
   234         CPostcardDocument& iDocument;
   251         CPostcardDocument& iDocument;