taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappview.h
branchRCL_3
changeset 34 d05a55b217df
parent 30 b8fae6b8a148
child 38 79311d856354
--- a/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappview.h	Wed Mar 31 21:17:19 2010 +0300
+++ b/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappview.h	Wed Apr 14 15:47:59 2010 +0300
@@ -108,6 +108,15 @@
      * background redraw.
      */
     void EnableDragEvents( TBool aEnable );
+    
+    /**
+     * Checks if app with the given wg id is closing
+     * 
+     * @param  aWgId  id of window group which is checked
+     *                if it is closing
+     * @return  ETrue if application is being closed, EFalse otherwise
+     */
+    TBool AppCloseInProgress( TInt aWgId );
 
 protected:
     // from MCoeControlObserver
@@ -192,8 +201,11 @@
 		TTouchFeedbackType aFeedbackType,
 		const TPointerEvent& aPointerEvent);
     
-
-    
+    /**
+     * Area, where drag events are being handled.
+     */
+    TRect DragArea();
+        
 public://From MTsEventControlerObserver
     /**
      * Declare drag gesture handling.