idlehomescreen/widgetmanager/inc/wmmaincontainer.h
branchRCL_3
changeset 11 ff572dfe6d86
parent 9 f966699dea19
child 12 9674c1a575e9
equal deleted inserted replaced
9:f966699dea19 11:ff572dfe6d86
   146 	void LaunchWidgetL();
   146 	void LaunchWidgetL();
   147 	
   147 	
   148 	/** 
   148 	/** 
   149 	 * executes findbox activation 
   149 	 * executes findbox activation 
   150 	 */
   150 	 */
   151 	void ActivateFindPaneL();
   151 	void ActivateFindPaneL( TBool aActivateAdabtive = EFalse );
   152 
   152 
   153     /** 
   153     /** 
   154 	 * executes findbox deactivation 
   154 	 * executes findbox deactivation 
   155 	 */
   155 	 */
   156     void DeactivateFindPaneL();
   156     void DeactivateFindPaneL();
   379     /**
   379     /**
   380      * The configuration
   380      * The configuration
   381      */
   381      */
   382     CWmConfiguration*       iConfiguration;
   382     CWmConfiguration*       iConfiguration;
   383     
   383     
       
   384 #ifdef _WM_UNIT_TEST
       
   385     friend class CWmUnitTest;
       
   386 #endif
   384     };
   387     };
   385 
   388 
   386 #endif // WMMAINCONTAINER_H
   389 #endif // WMMAINCONTAINER_H
   387 
   390 
   388 // End of File
   391 // End of File