taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappview.h
branchRCL_3
changeset 34 d05a55b217df
parent 30 b8fae6b8a148
child 38 79311d856354
equal deleted inserted replaced
30:b8fae6b8a148 34:d05a55b217df
   106     /**
   106     /**
   107      * Orders window invalidation to perform full
   107      * Orders window invalidation to perform full
   108      * background redraw.
   108      * background redraw.
   109      */
   109      */
   110     void EnableDragEvents( TBool aEnable );
   110     void EnableDragEvents( TBool aEnable );
       
   111     
       
   112     /**
       
   113      * Checks if app with the given wg id is closing
       
   114      * 
       
   115      * @param  aWgId  id of window group which is checked
       
   116      *                if it is closing
       
   117      * @return  ETrue if application is being closed, EFalse otherwise
       
   118      */
       
   119     TBool AppCloseInProgress( TInt aWgId );
   111 
   120 
   112 protected:
   121 protected:
   113     // from MCoeControlObserver
   122     // from MCoeControlObserver
   114     void HandleControlEventL( CCoeControl* aControl, TCoeEvent aEventType );
   123     void HandleControlEventL( CCoeControl* aControl, TCoeEvent aEventType );
   115 
   124 
   190      */
   199      */
   191     void LaunchFeedback( TTouchLogicalFeedback aType,
   200     void LaunchFeedback( TTouchLogicalFeedback aType,
   192 		TTouchFeedbackType aFeedbackType,
   201 		TTouchFeedbackType aFeedbackType,
   193 		const TPointerEvent& aPointerEvent);
   202 		const TPointerEvent& aPointerEvent);
   194     
   203     
   195 
   204     /**
   196     
   205      * Area, where drag events are being handled.
       
   206      */
       
   207     TRect DragArea();
       
   208         
   197 public://From MTsEventControlerObserver
   209 public://From MTsEventControlerObserver
   198     /**
   210     /**
   199      * Declare drag gesture handling.
   211      * Declare drag gesture handling.
   200      * @param aOffset - drag distance
   212      * @param aOffset - drag distance
   201      */
   213      */