uifw/AknGlobalUI/AknCapServer/inc/AknEikSgcs.h
branchRCL_3
changeset 15 08e69e956a8c
parent 9 aabf2c525e0f
child 55 aecbbf00d063
equal deleted inserted replaced
10:9f56a4e1b8ab 15:08e69e956a8c
    61 	void FadeColorGenerationL(); 
    61 	void FadeColorGenerationL(); 
    62 	
    62 	
    63 	void MoveAppL(TInt aAppWindowGroupId, TSgcMoveAppToWhere aWhere);
    63 	void MoveAppL(TInt aAppWindowGroupId, TSgcMoveAppToWhere aWhere);
    64 
    64 
    65     static TInt LayoutInstallationCallBack(TAny* aPtr);
    65     static TInt LayoutInstallationCallBack(TAny* aPtr);
       
    66     
       
    67     void SetBackgroundAppsStateChangeDeferred(TBool aDeferred);
       
    68     TBool BackgroundAppsStateChangeDeferred() const;
    66     
    69     
    67 private:
    70 private:
    68     class TWgState
    71     class TWgState
    69         {
    72         {
    70     public:
    73     public:
   177     // Touch compatibility mode interface and screen mode
   180     // Touch compatibility mode interface and screen mode
   178 	CAknCompaIf* iTouchCompaModeIf;
   181 	CAknCompaIf* iTouchCompaModeIf;
   179 	TInt iTouchCompaScreenMode;
   182 	TInt iTouchCompaScreenMode;
   180     CEComPluginNotifier* iLayoutNotifier; // Owned
   183     CEComPluginNotifier* iLayoutNotifier; // Owned
   181     REComPluginInfoArray iPrevPluginInfo;
   184     REComPluginInfoArray iPrevPluginInfo;
       
   185     TInt iBackgroundLayoutDeferred;
   182     };
   186     };
   183 
   187 
   184 #endif // EIKSGCS_H
   188 #endif // EIKSGCS_H