widgets/widgetapp/inc/WidgetUiWindowManager.h
changeset 27 60c5402cb945
parent 17 c8a366e56285
child 36 0ed94ceaa377
--- a/widgets/widgetapp/inc/WidgetUiWindowManager.h	Thu Sep 24 12:53:48 2009 +0300
+++ b/widgets/widgetapp/inc/WidgetUiWindowManager.h	Mon Oct 26 08:28:45 2009 +0200
@@ -382,6 +382,8 @@
         */        
         void NotifyConnecionChange(TBool aConn);
         TBrCtlDefs::TCursorSettings CursorShowMode() {return iWidgetCursorMode;}
+        
+        TBrCtlDefs::TEnterKeySettings  EnterKeyMode() {return iWidgetEnterKeyMode;}
 
         /**
         * AnyWidgetOnHs
@@ -423,7 +425,13 @@
         */        
         void SetLastWidgetRestartTime(TTime aStartTime){iTimeLastWidgetOpen = aStartTime;}
 #endif  // OOM_WIDGET_CLOSEALL
-        
+           /**  
+           * CloseAllWidgets  
+           * Basic pre-exit routine to make sure all widgets are closed out  
+           * @param none  
+           * @return none  
+           */          
+           void CloseAllWidgets(); 
     protected:
 
         /**
@@ -566,6 +574,8 @@
         TNetworkMode                        iNetworkMode;       // unknown mode =  0, online mode = 1, offline mode = 2
         TBool                               iNetworkConnected;  // ETrue if there is an active network connection, else EFalse
         TBrCtlDefs::TCursorSettings                     iWidgetCursorMode;
+        TBrCtlDefs::TEnterKeySettings       iWidgetEnterKeyMode;
+        
 #ifdef BRDO_WRT_HS_FF       
         CCpsPublisher*                      iCpsPublisher;      // Owned, interface to publish bitmap to CPS
 #endif