classicui_pub/lists_api/inc/EIKLBV.H
branchRCL_3
changeset 72 a5e7a4f63858
parent 56 d48ab3b357f1
equal deleted inserted replaced
64:85902f042028 72:a5e7a4f63858
   856      * @panic  EEikPanicListBoxNoSelIndexArray  Panics if selection indexes
   856      * @panic  EEikPanicListBoxNoSelIndexArray  Panics if selection indexes
   857      *                                          have not been defined for
   857      *                                          have not been defined for
   858      *                                          this class. 
   858      *                                          this class. 
   859      */
   859      */
   860     void ClearSelection( TBool aDrawItems );
   860     void ClearSelection( TBool aDrawItems );
   861     
       
   862     /**
       
   863      * Sets all items selected.
       
   864      *
       
   865      * @param  aDrawItems  Whether or not to draw the items which are
       
   866      *                     selected.
       
   867      *
       
   868      * @panic EEikPanicListBoxNoSelIndexArray Panics if selection indexes have 
       
   869      *        not been defined for this class. 
       
   870      *        
       
   871      * @panic EEikPanicListBoxNoModel Panics if listbox model not existing.
       
   872      * 
       
   873      */
       
   874     void SelectAllL( TBool aDrawItems );
       
   875 
   861 
   876 protected:
   862 protected:
   877 
   863 
   878 	// functions for accessing the flags
   864 	// functions for accessing the flags
   879     /**
   865     /**