taskswitcher/taskswitcherui/taskswitcherapp/inc/tsfastswaparea.h
branchRCL_3
changeset 34 d05a55b217df
parent 30 b8fae6b8a148
child 38 79311d856354
--- a/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsfastswaparea.h	Wed Mar 31 21:17:19 2010 +0300
+++ b/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsfastswaparea.h	Wed Apr 14 15:47:59 2010 +0300
@@ -218,6 +218,11 @@
      */
     TPoint ViewPos()const;
     
+    /**
+     * Checks if the app with the given window group id is closing
+     */
+    TBool IsAppClosing( TInt aWgId );
+    
 public:    
     // from CCoeControl    
     TInt CountComponentControls() const;
@@ -270,6 +275,11 @@
     void ReCreateGridL();
     
     /**
+     * Setup grid layout
+     */
+    void LayoutGridL();
+    
+    /**
      * Returns rectangles for fast swap area controls
      */
     void GetFastSwapAreaRects( RArray<TAknLayoutRect>& aRects );
@@ -431,6 +441,7 @@
     // Key event handling
     TBool iConsumeEvent;
     TBool iKeyEvent;
+    RArray<TInt> iIsClosing;
     };
 
 #endif // TSFASTSWAPAREA_H