emailuis/uicomponents/inc/fstreelistobserver.h
changeset 2 5253a20d2a1e
parent 1 12c456ceeff2
equal deleted inserted replaced
1:12c456ceeff2 2:5253a20d2a1e
   260      * through this function.
   260      * through this function.
   261      * 
   261      * 
   262      * @param aEvent Event which happend in the tree list.
   262      * @param aEvent Event which happend in the tree list.
   263      * @param aId Id of the node/item associated with the event. KFsTreeNoneID
   263      * @param aId Id of the node/item associated with the event. KFsTreeNoneID
   264      *            means that the event is not associated with a node/item.
   264      *            means that the event is not associated with a node/item.
       
   265      * @param aPoint Event coordinates. Valid only for touch events.
   265      */
   266      */
   266     // <cmail> Touch
   267     // <cmail> Touch
   267     virtual void TreeListEventL( const TFsTreeListEvent aEvent, 
   268     virtual void TreeListEventL( const TFsTreeListEvent aEvent, 
   268                                 const TFsTreeItemId aId = KFsTreeNoneID ) = 0;
   269                                  const TFsTreeItemId aId,
       
   270                                  const TPoint& aPoint ) = 0;
   269     // </cmail>
   271     // </cmail>
   270     
   272     
   271     };
   273     };
   272     
   274     
   273      
   275