idlehomescreen/widgetmanager/inc/wmmaincontainerview.h
branchRCL_3
changeset 18 d05a55b217df
parent 9 f966699dea19
equal deleted inserted replaced
17:b8fae6b8a148 18:d05a55b217df
    19 #ifndef WMMAINCONTAINERVIEW_H
    19 #ifndef WMMAINCONTAINERVIEW_H
    20 #define WMMAINCONTAINERVIEW_H
    20 #define WMMAINCONTAINERVIEW_H
    21 
    21 
    22 #include <aknview.h>
    22 #include <aknview.h>
    23 
    23 
    24 
       
    25 class CWmMainContainer;
    24 class CWmMainContainer;
       
    25 class CWmSpBgCleaner;
    26 class CWmPlugin;
    26 class CWmPlugin;
    27 
    27 
    28 /**
    28 /**
    29  * Avkon view class for WmMainContainerView. It is register with the view server
    29  * Avkon view class for WmMainContainerView. It is register with the view server
    30  * by the AppUi. It owns the container control.
    30  * by the AppUi. It owns the container control.
   101 	void DoActivateL(
   101 	void DoActivateL(
   102 		const TVwsViewId& aPrevViewId,
   102 		const TVwsViewId& aPrevViewId,
   103 		TUid aCustomMessageId,
   103 		TUid aCustomMessageId,
   104 		const TDesC8& aCustomMessage );
   104 		const TDesC8& aCustomMessage );
   105 	
   105 	
   106    /**
       
   107      * Event handler for status pane size changes.
       
   108      * 
       
   109      * @see CAknView::HandleStatusPaneSizeChange
       
   110      */
       
   111 	void HandleStatusPaneSizeChange();
       
   112 
       
   113 protected:	// From MEikMenuObserver
   106 protected:	// From MEikMenuObserver
   114     /*
   107     /*
   115      * Menu observer interface.
   108      * Menu observer interface.
   116      * 
   109      * 
   117      * @see MEikMenuObserver::DynInitMenuPaneL
   110      * @see MEikMenuObserver::DynInitMenuPaneL
   137     /** 
   130     /** 
   138      * the container 
   131      * the container 
   139      */
   132      */
   140 	CWmMainContainer* iWmMainContainer;
   133 	CWmMainContainer* iWmMainContainer;
   141 
   134 
       
   135     /** 
       
   136      * Statuspane background cleaner 
       
   137      */
       
   138 	CWmSpBgCleaner* iWmSpBgCleaner;
       
   139 	
   142 	/** 
   140 	/** 
   143 	 * the plugin root (not owned) 
   141 	 * the plugin root (not owned) 
   144 	 */
   142 	 */
   145 	CWmPlugin& iWmPlugin;
   143 	CWmPlugin& iWmPlugin;
   146 
   144