classicui_pub/lists_api/inc/EIKCLB.H
branchRCL_3
changeset 23 3d340a0166ff
parent 0 2f259fa3e83a
equal deleted inserted replaced
18:0aa5fbdfbc30 23:3d340a0166ff
   197 
   197 
   198     IMPORT_C void CColumnListBoxItemDrawer_Reserved();
   198     IMPORT_C void CColumnListBoxItemDrawer_Reserved();
   199 
   199 
   200 protected:
   200 protected:
   201 
   201 
   202     /**
       
   203      * Draw the item background.
       
   204      *
       
   205      * Internal member, not intended for use.
       
   206      *
       
   207      * @param aRect Drawing area. 
       
   208      */
       
   209     void DrawCurrentItemRect(const TRect& aRect) const;
       
   210 	
       
   211     /** 
   202     /** 
   212      * Array of properties.
   203      * Array of properties.
   213      */
   204      */
   214     CArrayFix<SListProperties>* iPropertyArray;
   205     CArrayFix<SListProperties>* iPropertyArray;
   215 	
   206