phonebookui/pbkcommonui/inc/cntcollectionview.h
changeset 59 a642906a277a
parent 40 b46a585f6909
child 65 ae724a111993
--- a/phonebookui/pbkcommonui/inc/cntcollectionview.h	Tue Jul 06 14:05:47 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntcollectionview.h	Wed Aug 18 09:39:00 2010 +0300
@@ -29,7 +29,6 @@
 class HbView;
 class HbListView;
 class CntCollectionListModel;
-class CntFetchContacts;
 class QModelIndex;
 class QActionGroup;
 class HbAbstractViewItem;
@@ -58,6 +57,7 @@
 
 private slots:
     void showPreviousView();
+    void showNamesViewWithFinder();
     void openGroup(const QModelIndex &index);
     
     void showContextMenu(HbAbstractViewItem *item, const QPointF &coords);
@@ -65,12 +65,14 @@
     
     void newGroup();
     void handleNewGroup(HbAction* action);
-    void handleNewGroupMembers();
+    void handleNewGroupMembers( QSet<QContactLocalId> aMembers );
+    void handleCancelGroupMembers();
+    void notifyNewGroup();
     
     void refreshDataModel();
     
     void deleteGroup(QContact group);
-    void handleDeleteGroup(HbAction* action);
+    void handleDeleteGroup(int action);
     
     void deleteGroups();
     void handleDeleteGroups(HbAction* action);
@@ -95,7 +97,6 @@
     HbAction*               mDeleteGroupsAction; // owned by view
     
     QContact*               mHandledContact; // own, needed for asynchronous popups
-    CntFetchContacts*       mFetchView;
     QSet<QContactLocalId>   mSelectedContactsSet;
     
     QActionGroup*           mActionGroup;