idlehomescreen/widgetmanager/inc/wmlistbox.h
branchRCL_3
changeset 12 9674c1a575e9
parent 11 ff572dfe6d86
child 18 d05a55b217df
equal deleted inserted replaced
11:ff572dfe6d86 12:9674c1a575e9
   320      * Draws the control.
   320      * Draws the control.
   321      * 
   321      * 
   322      * @see CCoeControl::Draw
   322      * @see CCoeControl::Draw
   323      */
   323      */
   324     void Draw( const TRect& aRect ) const;
   324     void Draw( const TRect& aRect ) const;
   325 
       
   326 	/**
       
   327 	 * Handles pointer events.
       
   328 	 * 
       
   329 	 * @see CCoeControl::HandlePointerEventL
       
   330 	 */
       
   331 	void HandlePointerEventL( const TPointerEvent& aPointerEvent );
       
   332 	
   325 	
   333 private:
   326 private:
   334   	 /** Constructor for performing 1st stage construction */
   327   	 /** Constructor for performing 1st stage construction */
   335     CWmListBox( CWmPlugin& aWmPlugin );
   328     CWmListBox( CWmPlugin& aWmPlugin );
   336 
   329