idlehomescreen/widgetmanager/inc/wmmaincontainerview.h
branchRCL_3
changeset 102 ba63c83f4716
parent 93 b01126ce0bec
--- a/idlehomescreen/widgetmanager/inc/wmmaincontainerview.h	Wed Sep 15 12:00:00 2010 +0300
+++ b/idlehomescreen/widgetmanager/inc/wmmaincontainerview.h	Wed Oct 13 14:18:30 2010 +0300
@@ -79,7 +79,15 @@
      * @see CAknView::DoActivateL
      */
     void DoDeactivate();
-
+		
+public: // from MeikMenuObserver
+	
+    /** 
+     * Foreground event handling function.  
+     * @param aForeground Indicates the required focus state of the control.
+     */ 
+    void HandleForegroundEventL( TBool aForeground );
+	    
 private:
     CWmMainContainerView( CWmPlugin& aWmPlugin );    
     void ConstructL();    
@@ -106,6 +114,7 @@
 private:
     
     /** menu commands */
+    TBool HandleOpenMenuItemSelectedL();
     TBool HandleAddMenuItemSelectedL();
     TBool HandleLaunchMenuItemSelectedL();
     TBool HandleSearchMenuItemSelectedL();
@@ -116,8 +125,6 @@
 	TBool HandleDeactivateFindPaneL();
 	/** setup title in status pane */
 	void SetTitleL();
-	/** setup msk icon */
-	void UpdateMSKIconL();
 
 private:
     /** 
@@ -134,6 +141,7 @@
 	 * the plugin root (not owned) 
 	 */
 	CWmPlugin& iWmPlugin;
+
 	};
 
 #endif // WMMAINCONTAINERVIEW_H