emailuis/emailui/inc/ceuiemaillisttouchmanager.h
changeset 2 5253a20d2a1e
parent 0 8466d47a6819
equal deleted inserted replaced
1:12c456ceeff2 2:5253a20d2a1e
    87      * 
    87      * 
    88      * @param aEvent Event which happend in the tree list.
    88      * @param aEvent Event which happend in the tree list.
    89      * @param aId Id of the node/item associated with the event. KFsTreeNoneID
    89      * @param aId Id of the node/item associated with the event. KFsTreeNoneID
    90      *            means that the event is not associated with a node/item.
    90      *            means that the event is not associated with a node/item.
    91      */
    91      */
    92     void TreeListEventL(const TFsTreeListEvent aEvent,
    92     void TreeListEventL( const TFsTreeListEvent aEvent,
    93             const TFsTreeItemId aId);
    93                          const TFsTreeItemId aId,
       
    94                          const TPoint& aPoint );
    94 
    95 
    95 private:
    96 private:
    96 
    97 
    97     CEUiEmailListTouchManager(CFSEmailUiMailListVisualiser& aVisualiser);
    98     CEUiEmailListTouchManager(CFSEmailUiMailListVisualiser& aVisualiser);
    98 
    99 
   100 
   101 
   101     /**
   102     /**
   102      * Helper class for handling long tap actions. 
   103      * Helper class for handling long tap actions. 
   103      *
   104      *
   104      * @since S60 v9.1
   105      * @since S60 v9.1
       
   106      * @param aPoint Coordinates of the long tap event.
   105      */
   107      */
   106     void DoHandleLongTapL();
   108     void DoHandleLongTapL( const TPoint& aPoint );
   107 
   109 
   108     /**
   110     /**
   109      * Helper class for handling actions. (Open viewer, expand/collapse etc.)
   111      * Helper class for handling actions. (Open viewer, expand/collapse etc.)
   110      * 
   112      * 
   111      * @since S60 v9.1
   113      * @since S60 v9.1