emailuis/uicomponents/inc/fstreevisualizerobserver.h
changeset 2 5253a20d2a1e
parent 1 12c456ceeff2
--- a/emailuis/uicomponents/inc/fstreevisualizerobserver.h	Thu Jan 07 12:38:38 2010 +0200
+++ b/emailuis/uicomponents/inc/fstreevisualizerobserver.h	Mon Jan 18 20:08:26 2010 +0200
@@ -131,11 +131,13 @@
      * @param aEvent Event which happend in the tree list.
      * @param aId Id of the node/item associated with the event. KFsTreeNoneID
      *            means that the event is not associated with a node/item.
+     * @param aPoint Event coordinates. Only valid for touch events.
      */
     // <cmail> Touch
     virtual void TreeVisualizerEventL( 
             const TFsTreeVisualizerEvent aEvent, 
-            const TFsTreeItemId aId = KFsTreeNoneID ) const = 0;
+            const TFsTreeItemId aId = KFsTreeNoneID,
+            const TPoint& aPoint = TPoint( 0,0 ) ) const = 0;
     // </cmail>
     
     };