phonebookui/pbkcommonui/inc/cntfavoritesview.h
changeset 31 2a11b5b00470
parent 27 de1630741fbe
child 40 b46a585f6909
equal deleted inserted replaced
27:de1630741fbe 31:2a11b5b00470
    32 
    32 
    33 QTM_USE_NAMESPACE
    33 QTM_USE_NAMESPACE
    34 
    34 
    35 class CntFavoritesView : public QObject, public CntAbstractView
    35 class CntFavoritesView : public QObject, public CntAbstractView
    36 {
    36 {
       
    37     friend class TestCntFavoritesView;
    37     Q_OBJECT
    38     Q_OBJECT
    38     
    39     
    39 public:
    40 public:
    40     CntFavoritesView();
    41     CntFavoritesView();
    41     ~CntFavoritesView();
    42     ~CntFavoritesView();
    48     int viewId() const { return collectionFavoritesView; }
    49     int viewId() const { return collectionFavoritesView; }
    49 
    50 
    50 private slots:
    51 private slots:
    51     void showPreviousView();
    52     void showPreviousView();
    52     void openSelectionPopup();
    53     void openSelectionPopup();
       
    54     void handleMemberSelection(HbAction *action);
    53     void setOrientation(Qt::Orientation orientation);
    55     void setOrientation(Qt::Orientation orientation);
    54     
    56     
    55 #ifdef PBK_UNIT_TEST
    57 #ifdef PBK_UNIT_TEST
    56 public:
    58 public:
    57 #else
    59 #else