idlehomescreen/widgetmanager/inc/wmmaincontainer.h
branchRCL_3
changeset 12 9674c1a575e9
parent 11 ff572dfe6d86
child 17 b8fae6b8a148
equal deleted inserted replaced
11:ff572dfe6d86 12:9674c1a575e9
    82     /** 2nd phase constructor */
    82     /** 2nd phase constructor */
    83     void ConstructL( 
    83     void ConstructL( 
    84             const TRect& aRect );
    84             const TRect& aRect );
    85 
    85 
    86 public: // new functions	
    86 public: // new functions	
    87 
    87     
       
    88     /** 
       
    89      * @return true, if widgets loading operation is ongoing. 
       
    90      */
       
    91     TBool IsLoadingWidgets();
       
    92     
    88     /** 
    93     /** 
    89      * @return true, if portal button is currently selected 
    94      * @return true, if portal button is currently selected 
    90      */
    95      */
    91     TBool PortalSelected();
    96     TBool PortalSelected();
    92     
    97     
   246     /**
   251     /**
   247      * Process foregound events.
   252      * Process foregound events.
   248      * @param aForeground ETrue indicates foreground
   253      * @param aForeground ETrue indicates foreground
   249      */
   254      */
   250     void ProcessForegroundEvent( TBool aForeground );
   255     void ProcessForegroundEvent( TBool aForeground );
       
   256     
       
   257     /**
       
   258      * access to WM list
       
   259      */
       
   260     CWmListBox& WmListBox();
   251     
   261     
   252 protected: // from base class CCoeControl
   262 protected: // from base class CCoeControl
   253     
   263     
   254     /**
   264     /**
   255      * Sets the control's extent, specifying a rectangle.
   265      * Sets the control's extent, specifying a rectangle.