menufw/menufwui/mmwidgets/inc/mmlistboxitemdrawer.h
changeset 4 4d54b72983ae
parent 0 f72a12da539e
child 16 9674c1a575e9
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  CMmListBoxItemDrawer
    14 * Description:  CMmListBoxItemDrawer
    15 *  Version     : %version: MM_38.1.14 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_38.1.15 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef C_MMLISTBOXITEMDRAWER_H
    20 #ifndef C_MMLISTBOXITEMDRAWER_H
   911 
   911 
   912     /**
   912     /**
   913      * Set to ETrue if item has backdrop.
   913      * Set to ETrue if item has backdrop.
   914      */
   914      */
   915     mutable TBool iItemHasBackdrop;
   915     mutable TBool iItemHasBackdrop;
       
   916     
       
   917     /**
       
   918      * Number of subcells in iData.
       
   919      */
       
   920     mutable TInt iCurrentNumberOfSubcellsSet;
       
   921     
       
   922     /**
       
   923      * A structure that stores color information needed to draw an item.
       
   924      */
       
   925     mutable CFormattedCellListBoxData::TColors iColors;
       
   926     
       
   927     /**
       
   928      * ETrue if the item that was last drawn was a floating item.
       
   929      */
       
   930     mutable TBool iLastDrawnItemWasFloating;
       
   931 
   916 	};
   932 	};
   917 
   933 
   918 #endif // MMLISTBOXITEMDRAWER_H
   934 #endif // MMLISTBOXITEMDRAWER_H