emailuis/uicomponents/inc/fstreevisualizerbase.h
changeset 2 5253a20d2a1e
parent 0 8466d47a6819
child 3 a4d6f1ea0416
equal deleted inserted replaced
1:12c456ceeff2 2:5253a20d2a1e
  1926 
  1926 
  1927     /**
  1927     /**
  1928      * Sets focused item and send event of touch focusing.
  1928      * Sets focused item and send event of touch focusing.
  1929      */
  1929      */
  1930     void SetFocusedItemAndSendEventL( const TFsTreeItemId aItem,
  1930     void SetFocusedItemAndSendEventL( const TFsTreeItemId aItem,
  1931         TPointerEventType aEventType );
  1931         TPointerEventType aEventType, const TPoint& aPoint );
  1932 
  1932 
  1933     /**
  1933     /**
  1934      * Just a wrapper for SetFocusedItemAndSendEventL which returns the
  1934      * Just a wrapper for SetFocusedItemAndSendEventL which returns the
  1935      * error code instead of leaving.
  1935      * error code instead of leaving.
  1936      */
  1936      */
  1937     TInt SetFocusedItemAndSendEvent( const TFsTreeItemId aItem,
  1937     TInt SetFocusedItemAndSendEvent( const TFsTreeItemId aItem,
  1938         TPointerEventType aEventType );
  1938         TPointerEventType aEventType, const TPoint& aPoint );
  1939 
  1939 
  1940 private: // from MAknPhysicsObserver
  1940 private: // from MAknPhysicsObserver
  1941 
  1941 
  1942    /**
  1942    /**
  1943     * @see MAknPhysicsObserver::ViewPositionChanged
  1943     * @see MAknPhysicsObserver::ViewPositionChanged