idlehomescreen/widgetmanager/inc/wmmaincontainer.h
branchRCL_3
changeset 34 d05a55b217df
parent 30 b8fae6b8a148
child 54 1b758917cafc
equal deleted inserted replaced
30:b8fae6b8a148 34:d05a55b217df
   156 	void ActivateFindPaneL( TBool aActivateAdaptive = 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(TBool aLayout = ETrue);
   162 	
   162 	
   163     /** 
   163     /** 
   164      * sorts the widget list in alphabetical order
   164      * sorts the widget list in alphabetical order
   165      */
   165      */
   166     void SortListAlphabeticallyL();
   166     void SortListAlphabeticallyL();
   192      */
   192      */
   193 	void HandleWidgetListChanged();
   193 	void HandleWidgetListChanged();
   194 
   194 
   195 public:
   195 public:
   196 
   196 
       
   197 	/**
       
   198      * Handles focus changed events.
       
   199      *
       
   200      * @see CCoeControl::FocusChanged
       
   201      */    
       
   202     void FocusChanged( TDrawNow aDrawNow );    
       
   203 	
   197     /**
   204     /**
   198      * Handles key events.
   205      * Handles key events.
   199      * 
   206      * 
   200      * @see CCoeControl::OfferKeyEventL
   207      * @see CCoeControl::OfferKeyEventL
   201      */
   208      */
   315             const TKeyEvent& aKeyEvent, 
   322             const TKeyEvent& aKeyEvent, 
   316             TEventCode aType );
   323             TEventCode aType );
   317     TKeyResponse HandleSearchKeyEventL( 
   324     TKeyResponse HandleSearchKeyEventL( 
   318             const TKeyEvent& aKeyEvent, 
   325             const TKeyEvent& aKeyEvent, 
   319             TEventCode aType );
   326             TEventCode aType );
       
   327     TInt OperatorButtonHigherPriority( TInt aIndex );
       
   328     
   320 private:
   329 private:
   321 
   330 
   322     /**
   331     /**
   323      * the plugin root
   332      * the plugin root
   324      */
   333      */