emailuis/uicomponents/inc/fstreevisualizerobserver.h
changeset 2 5253a20d2a1e
parent 1 12c456ceeff2
equal deleted inserted replaced
1:12c456ceeff2 2:5253a20d2a1e
   129      * through this function.
   129      * through this function.
   130      * 
   130      * 
   131      * @param aEvent Event which happend in the tree list.
   131      * @param aEvent Event which happend in the tree list.
   132      * @param aId Id of the node/item associated with the event. KFsTreeNoneID
   132      * @param aId Id of the node/item associated with the event. KFsTreeNoneID
   133      *            means that the event is not associated with a node/item.
   133      *            means that the event is not associated with a node/item.
       
   134      * @param aPoint Event coordinates. Only valid for touch events.
   134      */
   135      */
   135     // <cmail> Touch
   136     // <cmail> Touch
   136     virtual void TreeVisualizerEventL( 
   137     virtual void TreeVisualizerEventL( 
   137             const TFsTreeVisualizerEvent aEvent, 
   138             const TFsTreeVisualizerEvent aEvent, 
   138             const TFsTreeItemId aId = KFsTreeNoneID ) const = 0;
   139             const TFsTreeItemId aId = KFsTreeNoneID,
       
   140             const TPoint& aPoint = TPoint( 0,0 ) ) const = 0;
   139     // </cmail>
   141     // </cmail>
   140     
   142     
   141     };
   143     };
   142     
   144     
   143      
   145