phonebookui/pbkcommonui/inc/cntgroupdeletepopup.h
changeset 31 2a11b5b00470
parent 25 76a2435edfd4
child 46 efe85016a067
equal deleted inserted replaced
27:de1630741fbe 31:2a11b5b00470
    18 #ifndef CNTGROUPDELETEPOPUP_H
    18 #ifndef CNTGROUPDELETEPOPUP_H
    19 #define CNTGROUPDELETEPOPUP_H
    19 #define CNTGROUPDELETEPOPUP_H
    20 
    20 
    21 #include <QObject>
    21 #include <QObject>
    22 #include <hbdialog.h>
    22 #include <hbdialog.h>
    23 #include <hblistview.h>
    23 #include <qmobilityglobal.h>
    24 #include "qmobilityglobal.h"
    24 #include <qcontactid.h>
    25 #include "cntgroupdeletepopupmodel.h"
    25 #include "cntgroupdeletepopupmodel.h"
    26 
    26 
    27 class HbListView;
    27 class HbListView;
    28 
    28 
    29 QTM_BEGIN_NAMESPACE
    29 QTM_BEGIN_NAMESPACE
    39 public:
    39 public:
    40     CntGroupDeletePopup(QContactManager *manager, QGraphicsItem *parent = 0);
    40     CntGroupDeletePopup(QContactManager *manager, QGraphicsItem *parent = 0);
    41     ~CntGroupDeletePopup();
    41     ~CntGroupDeletePopup();
    42 
    42 
    43     void populateListOfGroup();
    43     void populateListOfGroup();
    44     void deleteGroup();
    44     QList<QContactLocalId> deleteGroup() const;
    45 
    45 
    46 #ifdef PBK_UNIT_TEST
    46 #ifdef PBK_UNIT_TEST
    47 public:
    47 public:
    48 #else
    48 #else
    49 private:
    49 private:
    50 #endif
    50 #endif
    51     HbListView              *mListView;
    51     HbListView               *mListView;
    52     QContactManager         *mContactManager;
    52     QContactManager          *mContactManager;
    53     CntGroupDeletePopupModel * mModel;  
    53     CntGroupDeletePopupModel *mModel;  
    54 };
    54 };
    55 
    55 
    56 #endif // CNTGROUPDELETEPOPUP_H
    56 #endif // CNTGROUPDELETEPOPUP_H