classicui_pub/lists_api/inc/EIKLBI.H
branchRCL_3
changeset 23 3d340a0166ff
parent 15 08e69e956a8c
child 51 fcdfafb36fe7
equal deleted inserted replaced
18:0aa5fbdfbc30 23:3d340a0166ff
   324         ESingleClickEnabled = 0x0080,
   324         ESingleClickEnabled = 0x0080,
   325 
   325 
   326         /**
   326         /**
   327          * This flag indicates that simley icon is enabled.
   327          * This flag indicates that simley icon is enabled.
   328          */
   328          */
   329         EDrawSmileyIcon = 0x0100
   329         EDrawSmileyIcon = 0x0100,
       
   330 
       
   331         /**
       
   332          * This flag indicates that marking mode is enabled.
       
   333          */
       
   334         EMarkingModeEnabled = 0x0200,
       
   335 
       
   336         /**
       
   337          * If set then itemdrawer draws the whole list area's background in one
       
   338          * frame while scrolling. Normally background is drawn separately for
       
   339          * each list item.
       
   340          */
       
   341         EDrawWholeBackground = 0x0400,
       
   342         
       
   343         /**
       
   344          * Always set unless client application has implemented a custom item
       
   345          * drawer that overrides background drawing code. 
       
   346          */
       
   347         ENativeImplementation = 0x0800,
       
   348         
       
   349         /**
       
   350          * This flag is used during scrolling to indicate that background has
       
   351          * been already drawn.
       
   352          */
       
   353         EBackgroundDrawn = 0x1000
   330         };
   354         };
   331 
   355 
   332 public:
   356 public:
   333 
   357 
   334     /**
   358     /**