idlehomescreen/widgetmanager/inc/wmmaincontainer.h
branchRCL_3
changeset 30 b8fae6b8a148
parent 16 9674c1a575e9
child 34 d05a55b217df
equal deleted inserted replaced
16:9674c1a575e9 30:b8fae6b8a148
   151 	void LaunchWidgetL();
   151 	void LaunchWidgetL();
   152 	
   152 	
   153 	/** 
   153 	/** 
   154 	 * executes findbox activation 
   154 	 * executes findbox activation 
   155 	 */
   155 	 */
   156 	void ActivateFindPaneL( TBool aActivateAdabtive = EFalse );
   156 	void ActivateFindPaneL( TBool aActivateAdaptive = EFalse );
   157 
   157 
   158     /** 
   158     /** 
   159 	 * executes findbox deactivation 
   159 	 * executes findbox deactivation 
   160 	 */
   160 	 */
   161     void DeactivateFindPaneL();
   161     void DeactivateFindPaneL();
   300     void InitializeControlsL( const TRect& aRect );
   300     void InitializeControlsL( const TRect& aRect );
   301     void LayoutControls();
   301     void LayoutControls();
   302     void StartLoadingWidgetsL();
   302     void StartLoadingWidgetsL();
   303     void RemoveCtrlsFromStack();
   303     void RemoveCtrlsFromStack();
   304     void UpdateFocusMode();
   304     void UpdateFocusMode();
       
   305     void ResetFocus( TDrawNow aDrawNow = ENoDrawNow );
   305     CCoeControl* FindChildControlByPoint( const TPoint& aPoint );
   306     CCoeControl* FindChildControlByPoint( const TPoint& aPoint );
   306     void HandleFindSizeChanged();
   307     void HandleFindSizeChanged();
   307     TKeyResponse MoveFocusByKeys(
   308     TKeyResponse MoveFocusByKeys(
   308             const TKeyEvent& aKeyEvent, 
   309             const TKeyEvent& aKeyEvent, 
   309             TEventCode aType );
   310             TEventCode aType );