widgets/widgetapp/inc/WidgetUiWindow.h
branchRCL_3
changeset 41 4bd5176e1bc8
parent 38 4917f9bf7995
child 44 800203832575
equal deleted inserted replaced
40:8bfb9186a8b8 41:4bd5176e1bc8
    75 class CCpsPublisher;
    75 class CCpsPublisher;
    76 class CFbsBitmap;
    76 class CFbsBitmap;
    77 class CSchemeHandler;
    77 class CSchemeHandler;
    78 class CBrCtlInterface;
    78 class CBrCtlInterface;
    79 class CJpgSaver;
    79 class CJpgSaver;
       
    80 class CBrowserDialogsProvider;
    80 // CLASS DECLARATION
    81 // CLASS DECLARATION
    81 
    82 
    82 /**
    83 /**
    83 *
    84 *
    84 *
    85 *
   539         void NeedToNotifyNetworkState(TBool aNetworkState);
   540         void NeedToNotifyNetworkState(TBool aNetworkState);
   540         
   541         
   541         TBool CanBeDeleted();
   542         TBool CanBeDeleted();
   542         
   543         
   543         static TInt DeleteItself(TAny* aPtr);
   544         static TInt DeleteItself(TAny* aPtr);
   544         
   545 
       
   546 #ifdef BRDO_OCC_ENABLED_FF        
       
   547         void CancelAllDialogs();
       
   548         
       
   549         
       
   550         TBool IsDialogsLaunched();        
       
   551 #endif
       
   552 
   545         
   553         
   546     protected:
   554     protected:
   547 
   555 
   548         /**
   556         /**
   549         * CWidgetUiWindow
   557         * CWidgetUiWindow
   645         CActiveSchedulerWait*           iNetworkModeWait;
   653         CActiveSchedulerWait*           iNetworkModeWait;
   646         TBool                           iNeedToNotifyNetworkState;        
   654         TBool                           iNeedToNotifyNetworkState;        
   647         TBool                           iConnecting;                            
   655         TBool                           iConnecting;                            
   648         TBool                           iDeleteItself;
   656         TBool                           iDeleteItself;
   649         CAsyncCallBack*                 iAsyncCallBack;    
   657         CAsyncCallBack*                 iAsyncCallBack;    
       
   658         CBrowserDialogsProvider*        iDialogsProvider;// owned, responsible for deleting
   650 #ifdef BRDO_OCC_ENABLED_FF
   659 #ifdef BRDO_OCC_ENABLED_FF
   651         CConnectionStageNotifierWCB*    iConnStageNotifier;                                
   660         CConnectionStageNotifierWCB*    iConnStageNotifier;                                
   652 #endif
   661 #endif
   653    };
   662    };
   654 
   663