phoneuis/easydialing/inc/easydialinglistboxdata.h
branchRCL_3
changeset 4 24062c24fe38
parent 3 8871b09be73b
child 5 2a26698d78ba
equal deleted inserted replaced
3:8871b09be73b 4:24062c24fe38
   173      * Draws the Favourite Icon. Takes the name rect as a parameter. Name rect
   173      * Draws the Favourite Icon. Takes the name rect as a parameter. Name rect
   174      * must be unmirrored, because the mirroring is done as the last thing
   174      * must be unmirrored, because the mirroring is done as the last thing
   175      * before drawing.
   175      * before drawing.
   176      * @param   aGc Graphics context.
   176      * @param   aGc Graphics context.
   177      * @param   aNameRectUnMirrored Name rect, where fav star is contained
   177      * @param   aNameRectUnMirrored Name rect, where fav star is contained
   178      * @param   aTextWidth The width of the name
       
   179      * @param   aEffectiveRect The whole listbox item rect. Used for mirroring.
   178      * @param   aEffectiveRect The whole listbox item rect. Used for mirroring.
   180      */
   179      */
   181     void DrawFavouriteIcon(
   180     void DrawFavouriteIcon(
   182             CWindowGc& aGc, 
   181             CWindowGc& aGc, 
   183             TRect aNameRectUnMirrored,
   182             TRect aNameRectUnMirrored,
   184             TInt aTextWidth,
       
   185             TRect aEffectiveRect) const;
   183             TRect aEffectiveRect) const;
   186     
   184     
   187 private:
   185 private:
   188     
   186     
   189     /** Font to be used showing contact name. Not owned. */
   187     /** Font to be used showing contact name. Not owned. */