classicui_pub/lists_api/inc/EIKLBV.H
branchRCL_3
changeset 23 3d340a0166ff
parent 0 2f259fa3e83a
child 51 fcdfafb36fe7
equal deleted inserted replaced
18:0aa5fbdfbc30 23:3d340a0166ff
   844      *
   844      *
   845      * @return @c ETrue if the item is partially visible,
   845      * @return @c ETrue if the item is partially visible,
   846      *         @c EFalse if it's not visible or fully visible.
   846      *         @c EFalse if it's not visible or fully visible.
   847      */
   847      */
   848     IMPORT_C TBool ItemIsPartiallyVisible( TInt aItemIndex ) const;
   848     IMPORT_C TBool ItemIsPartiallyVisible( TInt aItemIndex ) const;
       
   849     
       
   850     /**
       
   851      * Resets the selection state so that there is nothing selected.
       
   852      *
       
   853      * @param  aDrawItems  Whether or not to draw the items which are
       
   854      *                     deselected.
       
   855      *
       
   856      * @panic  EEikPanicListBoxNoSelIndexArray  Panics if selection indexes
       
   857      *                                          have not been defined for
       
   858      *                                          this class. 
       
   859      */
       
   860     void ClearSelection( TBool aDrawItems );
   849 
   861 
   850 protected:
   862 protected:
   851 
   863 
   852 	// functions for accessing the flags
   864 	// functions for accessing the flags
   853     /**
   865     /**