classicui_pub/lists_api/inc/EIKLBV.H
branchRCL_3
changeset 18 fcdfafb36fe7
parent 10 3d340a0166ff
equal deleted inserted replaced
17:a1caeb42b3a3 18:fcdfafb36fe7
   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 );
   861 
   875 
   862 protected:
   876 protected:
   863 
   877 
   864 	// functions for accessing the flags
   878 	// functions for accessing the flags
   865     /**
   879     /**