phonebookui/pbkcommonui/inc/cntnamesview_p.h
changeset 37 fd64c38c277d
parent 31 2a11b5b00470
child 40 b46a585f6909
--- a/phonebookui/pbkcommonui/inc/cntnamesview_p.h	Fri May 14 15:42:23 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntnamesview_p.h	Thu May 27 12:45:19 2010 +0300
@@ -74,17 +74,25 @@
     void showContactView( const QModelIndex& );
     void showContactEditorView( QContact& aContact );
     void showContextMenu(HbAbstractViewItem* aItem, QPointF aPoint);
-        
+    void showSettings();
+    
     void executeAction( QContact& aContact, QString aAction );
     void actionExecuted( CntAction* aAction );
     void handleDeleteContact( HbAction* aAction );
     void importSim();
-
+    
+    void handleContactAddition(const QList<QContactLocalId> & aAddedList);
+    void handleContactRemoval(const QList<QContactLocalId> & aRemovedList);
+    void handleSelfContactIdChange(const QContactLocalId & aOldId, const QContactLocalId & aNewId);
+    
 public:
     bool isFinderVisible();
     void activate( CntAbstractViewManager* aMgr, const CntViewParameters aArgs );
     void deactivate();
     
+private:
+    void disableDeleteAction();
+    
 public:
     CntNamesView *q_ptr;