phonebookui/pbkcommonui/inc/cntcollectionview.h
changeset 50 77bc263e1626
parent 40 b46a585f6909
child 53 e6aff7b69165
equal deleted inserted replaced
49:74b30151afd6 50:77bc263e1626
    56 public: // From CntExtensionGroupCallback
    56 public: // From CntExtensionGroupCallback
    57     void openView(CntViewParameters& viewParams);
    57     void openView(CntViewParameters& viewParams);
    58 
    58 
    59 private slots:
    59 private slots:
    60     void showPreviousView();
    60     void showPreviousView();
       
    61     void showNamesViewWithFinder();
    61     void openGroup(const QModelIndex &index);
    62     void openGroup(const QModelIndex &index);
    62     
    63     
    63     void showContextMenu(HbAbstractViewItem *item, const QPointF &coords);
    64     void showContextMenu(HbAbstractViewItem *item, const QPointF &coords);
    64     void handleMenu(HbAction* action);
    65     void handleMenu(HbAction* action);
    65     
    66     
    68     void handleNewGroupMembers();
    69     void handleNewGroupMembers();
    69     
    70     
    70     void refreshDataModel();
    71     void refreshDataModel();
    71     
    72     
    72     void deleteGroup(QContact group);
    73     void deleteGroup(QContact group);
    73     void handleDeleteGroup(HbAction* action);
    74     void handleDeleteGroup(int action);
    74     
    75     
    75     void deleteGroups();
    76     void deleteGroups();
    76     void handleDeleteGroups(HbAction* action);
    77     void handleDeleteGroups(HbAction* action);
    77     
    78     
    78 private:
    79 private: