widgets/widgetapp/inc/WidgetUiWindowManager.h
changeset 36 0ed94ceaa377
parent 27 60c5402cb945
child 37 cb62a4f66ebe
equal deleted inserted replaced
32:9a9a761f03f1 36:0ed94ceaa377
    19 #ifndef WIDGETUIWINDOWMANAGER_H_
    19 #ifndef WIDGETUIWINDOWMANAGER_H_
    20 #define WIDGETUIWINDOWMANAGER_H_
    20 #define WIDGETUIWINDOWMANAGER_H_
    21 
    21 
    22 // INCLUDES FILES
    22 // INCLUDES FILES
    23 
    23 
    24 #include <WidgetRegistryClient.h>
    24 #include <widgetregistryclient.h>
    25 #include <aknglobalconfirmationquery.h>
    25 #include <aknglobalconfirmationquery.h>
    26 #include <coecntrl.h>
    26 #include <coecntrl.h>
    27 #include "WidgetUiObserver.h"
    27 #include "WidgetUiObserver.h"
    28 #include "Browser_platform_variant.hrh"
    28 #include "browser_platform_variant.hrh"
    29 // CONSTANTS
    29 // CONSTANTS
    30 
    30 
    31 enum TNetworkMode
    31 enum TNetworkMode
    32     {
    32     {
    33     EUnknownMode = 0,
    33     EUnknownMode = 0,
   398         * Checks to see if any widget is Publishing on HS
   398         * Checks to see if any widget is Publishing on HS
   399         * @since 5.0
   399         * @since 5.0
   400         * @return TBool
   400         * @return TBool
   401         */  		
   401         */  		
   402 		TBool AnyWidgetPublishing();
   402 		TBool AnyWidgetPublishing();
   403         
   403 		
       
   404         /**
       
   405         * Returns a reference to the Appui of WidgetUi
       
   406         * @return reference to CWidgetUiAppUi 
       
   407         */
       
   408         CWidgetUiAppUi& AppUi(){ return iAppUi; }
       
   409 
       
   410         /**
       
   411         * Returns the count of the windows in the widget
       
   412         * @return count of the windows
       
   413         */
       
   414         TInt WindowListCount(){ return iWindowList.Count(); }
   404         
   415         
   405 #ifdef  OOM_WIDGET_CLOSEALL
   416 #ifdef  OOM_WIDGET_CLOSEALL
   406         /**
   417         /**
   407         * CloseAllWidgetsUnderOOM
   418         * CloseAllWidgetsUnderOOM
   408         * @param none
   419         * @param none