phonebookui/pbkcommonui/inc/cntgroupactionsview.h
changeset 50 77bc263e1626
parent 27 de1630741fbe
child 53 e6aff7b69165
--- a/phonebookui/pbkcommonui/inc/cntgroupactionsview.h	Wed Jul 21 11:09:07 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntgroupactionsview.h	Wed Jul 21 11:21:49 2010 +0300
@@ -30,6 +30,7 @@
 class HbAbstractViewItem;
 class QModelIndex;
 class QStandardItemModel;
+class CntActionLauncher;
 
 
 QTM_BEGIN_NAMESPACE
@@ -61,13 +62,17 @@
     
     void showPreviousView();
     void editGroup();
+    void listItemSelected(const QModelIndex &index);
+    void executeAction(QContact&, QContactDetail, QString);
+    void actionExecuted(CntActionLauncher* aAction);
+    void actionCancelled();
 
 #ifdef PBK_UNIT_TEST
 public:
 #else
 private:
 #endif      
-    void populatelist(QString label,HbIcon icon, QString secondaryText);
+    void populatelist(QString label,HbIcon icon, QString secondaryText, QString action);
    
 #ifdef PBK_UNIT_TEST
 public:
@@ -84,7 +89,8 @@
 
     HbAction*                   mSoftkey; // owned by view
     HbListView*                 mListView; // owned by layout
-
+    int                         mPopupCount;
+    QStringList                 mActionParams;
 };
 
 #endif // CNTGROUPACTIONSVIEW_H