taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappui.h
branchRCL_3
changeset 17 b8fae6b8a148
parent 12 9674c1a575e9
child 18 d05a55b217df
equal deleted inserted replaced
12:9674c1a575e9 17:b8fae6b8a148
    94      * Functions for showing/hiding popups.
    94      * Functions for showing/hiding popups.
    95      */
    95      */
    96     void RequestPopUpL();
    96     void RequestPopUpL();
    97     void DisablePopUpL();
    97     void DisablePopUpL();
    98     
    98     
       
    99     /**
       
   100      * Function for layout change check
       
   101      */
       
   102     TBool LayoutChangeAllowed();
       
   103     
    99 public:
   104 public:
   100     /**
   105     /**
   101      * From MTsCenrepChangeObserver
   106      * From MTsCenrepChangeObserver
   102      */
   107      */
   103     void CenrepChanged( TUint32 aKey, TInt aNewValue );
   108     void CenrepChanged( TUint32 aKey, TInt aNewValue );
   180     RWindowGroup iWg;
   185     RWindowGroup iWg;
   181     
   186     
   182     // Monitors popup mode
   187     // Monitors popup mode
   183     TBool iIsPopUpShown;
   188     TBool iIsPopUpShown;
   184     
   189     
       
   190     // For starting in background
       
   191     TBool iUiStarted;
       
   192     TBool iDisableAppKeyHandling;
       
   193     
   185     };
   194     };
   186 
   195 
   187 #endif // TSAPPUI_H
   196 #endif // TSAPPUI_H