phoneuis/easydialing/inc/easydialingplugin.h
branchRCL_3
changeset 17 38529f706030
parent 15 2a26698d78ba
child 19 544e34b3255a
equal deleted inserted replaced
15:2a26698d78ba 17:38529f706030
   253     * From MContactDataManagerObserver.
   253     * From MContactDataManagerObserver.
   254     */
   254     */
   255     void NameOrderChanged();
   255     void NameOrderChanged();
   256     
   256     
   257     /**
   257     /**
       
   258     * From MContactDataManagerObserver.
       
   259     */
       
   260     void FavouritesChanged();
       
   261     
       
   262     /**
   258     * From MEDContactorObserver.
   263     * From MEDContactorObserver.
   259     */
   264     */
   260     void InformContactorEvent( MEDContactorObserver::TEvent aEvent );
   265     void InformContactorEvent( MEDContactorObserver::TEvent aEvent );
   261     
   266     
   262     /**
   267     /**
   366         ENoActionDefined,
   371         ENoActionDefined,
   367         ECallCurrentContact,
   372         ECallCurrentContact,
   368         EVideoCallCurrentContact,
   373         EVideoCallCurrentContact,
   369         ESendMessageCurrentContact,
   374         ESendMessageCurrentContact,
   370         ELaunchCurrentContact,
   375         ELaunchCurrentContact,
   371 		ELaunchSearch
   376         ELaunchSearch,
       
   377         EInitializePcs
   372         };
   378         };
   373  
   379  
   374    /**
   380    /**
   375      * Initiates asynchronous callback to launch action and sets
   381      * Initiates asynchronous callback to launch action and sets
   376      * input blocker active. 
   382      * input blocker active. 
   390     
   396     
   391     /**
   397     /**
   392      * Cancels async action launch and input block.
   398      * Cancels async action launch and input block.
   393      */
   399      */
   394     void CancelActionLaunchAndInputBlock();
   400     void CancelActionLaunchAndInputBlock();
       
   401     
       
   402     /**
       
   403      * Handles change events from contact database and favourites view.
       
   404      */
       
   405     void DoHandleContactsChangedL();
       
   406     
       
   407     /**
       
   408      * Makes contact listbox visible. Effect is used if feasible.
       
   409      */  
       
   410     void ShowContactListBoxWithEffect();
       
   411     
       
   412     /**
       
   413      * Makes contact listbox invisible. Effect is used if feasible.
       
   414      */  
       
   415     void HideContactListBoxWithEffect();
   395     
   416     
   396     
   417     
   397 private:
   418 private:
   398 
   419 
   399     /** Textual version of current search string. */
   420     /** Textual version of current search string. */