menufw/menufwui/mmwidgets/inc/mmlistboxitemdrawer.h
changeset 4 4d54b72983ae
parent 0 f72a12da539e
child 16 9674c1a575e9
--- a/menufw/menufwui/mmwidgets/inc/mmlistboxitemdrawer.h	Fri Jan 22 09:35:14 2010 +0200
+++ b/menufw/menufwui/mmwidgets/inc/mmlistboxitemdrawer.h	Tue Jan 26 11:48:23 2010 +0200
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:  CMmListBoxItemDrawer
-*  Version     : %version: MM_38.1.14 % << Don't touch! Updated by Synergy at check-out.
+*  Version     : %version: MM_38.1.15 % << Don't touch! Updated by Synergy at check-out.
 *
 */
 
@@ -913,6 +913,22 @@
      * Set to ETrue if item has backdrop.
      */
     mutable TBool iItemHasBackdrop;
+    
+    /**
+     * Number of subcells in iData.
+     */
+    mutable TInt iCurrentNumberOfSubcellsSet;
+    
+    /**
+     * A structure that stores color information needed to draw an item.
+     */
+    mutable CFormattedCellListBoxData::TColors iColors;
+    
+    /**
+     * ETrue if the item that was last drawn was a floating item.
+     */
+    mutable TBool iLastDrawnItemWasFloating;
+
 	};
 
 #endif // MMLISTBOXITEMDRAWER_H