taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappui.h
branchRCL_3
changeset 17 b8fae6b8a148
parent 12 9674c1a575e9
child 18 d05a55b217df
--- a/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappui.h	Mon Mar 15 12:39:47 2010 +0200
+++ b/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappui.h	Wed Mar 31 21:17:19 2010 +0300
@@ -96,6 +96,11 @@
     void RequestPopUpL();
     void DisablePopUpL();
     
+    /**
+     * Function for layout change check
+     */
+    TBool LayoutChangeAllowed();
+    
 public:
     /**
      * From MTsCenrepChangeObserver
@@ -182,6 +187,10 @@
     // Monitors popup mode
     TBool iIsPopUpShown;
     
+    // For starting in background
+    TBool iUiStarted;
+    TBool iDisableAppKeyHandling;
+    
     };
 
 #endif // TSAPPUI_H