menufw/menufwui/mmwidgets/inc/mmlistboxitemdrawer.h
branchRCL_3
changeset 19 79311d856354
parent 12 9674c1a575e9
child 25 137ebc85284b
--- a/menufw/menufwui/mmwidgets/inc/mmlistboxitemdrawer.h	Wed Apr 14 15:47:59 2010 +0300
+++ b/menufw/menufwui/mmwidgets/inc/mmlistboxitemdrawer.h	Tue Apr 27 16:26:12 2010 +0300
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:  CMmListBoxItemDrawer
-*  Version     : %version: MM_38.1.16 % << Don't touch! Updated by Synergy at check-out.
+*  Version     : %version: MM_38.1.17 % << Don't touch! Updated by Synergy at check-out.
 *
 */
 
@@ -238,6 +238,14 @@
     void SetRedrawItemBackground( TBool aRedraw );
 
     /**
+     * Sets condition if separator line should be drawn.
+     *
+     * @since S60 v3.0
+     * @param aRedraw Should separator line be drawn.
+     */
+    void SetDrawSeparatorLines( TBool aDraw );
+
+    /**
      * Checks if item background redrawing is enabled.
      *
      * @since S60 v3.0
@@ -470,12 +478,12 @@
 	void SetHighlightShown( TBool aDrawn );
 
     /**
-     * Draws background and separator lines.
+     * Draws background.
      *
      * @since S60 v3.0
      * @param aItemTextRect Item rectangle.
      */
-    void DrawBackgroundAndSeparatorLines( const TRect& aItemTextRect ) const;
+    void DrawBackground( const TRect& aItemTextRect ) const;
 
 protected:
     /**
@@ -800,6 +808,11 @@
     TBool iRedrawBackground;
 
     /**
+     * Draw separators flag.
+     */
+    TBool iDrawSeparatorLines;
+
+    /**
      * Ratio of zooming animation.
      */
     TReal iIconAnimationZoomRatio;