widgets/widgetapp/inc/WidgetUiWindowManager.h
changeset 11 c8a366e56285
parent 10 a359256acfc6
child 15 60c5402cb945
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
   379         * Notify widgets of a network connection change
   379         * Notify widgets of a network connection change
   380         * @since 5.0
   380         * @since 5.0
   381         * @return void
   381         * @return void
   382         */        
   382         */        
   383         void NotifyConnecionChange(TBool aConn);
   383         void NotifyConnecionChange(TBool aConn);
       
   384         TBrCtlDefs::TCursorSettings CursorShowMode() {return iWidgetCursorMode;}
       
   385 
       
   386         /**
       
   387         * AnyWidgetOnHs
       
   388         * Checks to see if any widget is on HS
       
   389         * @since 5.0
       
   390         * @return TBool
       
   391         */		
       
   392 		TBool AnyWidgetOnHs();
       
   393 		
       
   394         /**
       
   395         * AnyWidgetOnHs
       
   396         * Checks to see if any widget is Publishing on HS
       
   397         * @since 5.0
       
   398         * @return TBool
       
   399         */  		
       
   400 		TBool AnyWidgetPublishing();
       
   401         
   384         
   402         
   385 #ifdef  OOM_WIDGET_CLOSEALL
   403 #ifdef  OOM_WIDGET_CLOSEALL
   386         /**
   404         /**
   387         * CloseAllWidgetsUnderOOM
   405         * CloseAllWidgetsUnderOOM
   388         * @param none
   406         * @param none
   545         TBool                               iStrictMode;
   563         TBool                               iStrictMode;
   546         CBrowserDialogsProvider*            iDialogsProvider;// owned, responsible for deleting
   564         CBrowserDialogsProvider*            iDialogsProvider;// owned, responsible for deleting
   547         CInternetConnectionManager*         iConnection;        // owned, responsible for deleting
   565         CInternetConnectionManager*         iConnection;        // owned, responsible for deleting
   548         TNetworkMode                        iNetworkMode;       // unknown mode =  0, online mode = 1, offline mode = 2
   566         TNetworkMode                        iNetworkMode;       // unknown mode =  0, online mode = 1, offline mode = 2
   549         TBool                               iNetworkConnected;  // ETrue if there is an active network connection, else EFalse
   567         TBool                               iNetworkConnected;  // ETrue if there is an active network connection, else EFalse
       
   568         TBrCtlDefs::TCursorSettings                     iWidgetCursorMode;
   550 #ifdef BRDO_WRT_HS_FF       
   569 #ifdef BRDO_WRT_HS_FF       
   551         CCpsPublisher*                      iCpsPublisher;      // Owned, interface to publish bitmap to CPS
   570         CCpsPublisher*                      iCpsPublisher;      // Owned, interface to publish bitmap to CPS
   552 #endif
   571 #endif
   553         // TODO should this be created only when needed?
   572         // TODO should this be created only when needed?
   554         CActiveApDb*                        iDb;                // owned, responsible for deleting        
   573         CActiveApDb*                        iDb;                // owned, responsible for deleting