phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/inc/ccappcommlauncherheadercontrol.h
branchRCL_3
changeset 5 81f8547efd4f
parent 3 04ab22b956c2
equal deleted inserted replaced
3:04ab22b956c2 5:81f8547efd4f
   205       * Displays contact image if available  
   205       * Displays contact image if available  
   206       */  
   206       */  
   207     void ProcessContactImageDisplayL();
   207     void ProcessContactImageDisplayL();
   208     
   208     
   209     /**
   209     /**
       
   210      * Helper function for changing Favorite Icon size
       
   211      */
       
   212     void FavoriteIconSizeChanged();
       
   213     
       
   214     /**
   210      * The image control
   215      * The image control
   211      * Own.
   216      * Own.
   212      */
   217      */
   213     CEikImage* iImage;
   218     CEikImage* iImage;
   214     
   219     
   287     /** 
   292     /** 
   288       * Contact thumbnail data
   293       * Contact thumbnail data
   289       * Own
   294       * Own
   290       */ 
   295       */ 
   291     HBufC8* iContactThumbnailData;
   296     HBufC8* iContactThumbnailData;
       
   297 
       
   298     /** 
       
   299       * Store contact image path
       
   300       * Own
       
   301       */ 
       
   302     HBufC* iStoreContactImageFullName;
   292     
   303     
   293     TBool iStatusButtonVisibility;
   304     TBool iStatusButtonVisibility;
       
   305     
       
   306     /**
       
   307      * The Favorite Icon control
       
   308      * Own.
       
   309      */
       
   310     CEikImage* iFavContactIcon;
   294     };
   311     };
   295 
   312 
   296 #endif // CCCAPPCOMMLAUNCHERHEADERCONTROL_H
   313 #endif // CCCAPPCOMMLAUNCHERHEADERCONTROL_H