phoneuis/easydialing/inc/easydialingplugin.h
branchRCL_3
changeset 6 38529f706030
parent 5 2a26698d78ba
child 7 544e34b3255a
--- a/phoneuis/easydialing/inc/easydialingplugin.h	Mon Mar 15 12:40:24 2010 +0200
+++ b/phoneuis/easydialing/inc/easydialingplugin.h	Wed Mar 31 21:30:06 2010 +0300
@@ -255,6 +255,11 @@
     void NameOrderChanged();
     
     /**
+    * From MContactDataManagerObserver.
+    */
+    void FavouritesChanged();
+    
+    /**
     * From MEDContactorObserver.
     */
     void InformContactorEvent( MEDContactorObserver::TEvent aEvent );
@@ -368,7 +373,8 @@
         EVideoCallCurrentContact,
         ESendMessageCurrentContact,
         ELaunchCurrentContact,
-		ELaunchSearch
+        ELaunchSearch,
+        EInitializePcs
         };
  
    /**
@@ -393,6 +399,21 @@
      */
     void CancelActionLaunchAndInputBlock();
     
+    /**
+     * Handles change events from contact database and favourites view.
+     */
+    void DoHandleContactsChangedL();
+    
+    /**
+     * Makes contact listbox visible. Effect is used if feasible.
+     */  
+    void ShowContactListBoxWithEffect();
+    
+    /**
+     * Makes contact listbox invisible. Effect is used if feasible.
+     */  
+    void HideContactListBoxWithEffect();
+    
     
 private: