idlehomescreen/widgetmanager/inc/wmmaincontainer.h
branchRCL_3
changeset 16 9674c1a575e9
parent 15 ff572dfe6d86
child 30 b8fae6b8a148
--- a/idlehomescreen/widgetmanager/inc/wmmaincontainer.h	Fri Mar 12 15:41:49 2010 +0200
+++ b/idlehomescreen/widgetmanager/inc/wmmaincontainer.h	Mon Mar 15 12:39:47 2010 +0200
@@ -84,7 +84,12 @@
             const TRect& aRect );
 
 public: // new functions	
-
+    
+    /** 
+     * @return true, if widgets loading operation is ongoing. 
+     */
+    TBool IsLoadingWidgets();
+    
     /** 
      * @return true, if portal button is currently selected 
      */
@@ -249,6 +254,11 @@
      */
     void ProcessForegroundEvent( TBool aForeground );
     
+    /**
+     * access to WM list
+     */
+    CWmListBox& WmListBox();
+    
 protected: // from base class CCoeControl
     
     /**