phonebookui/pbkcommonui/inc/cntfavoritesmemberview.h
changeset 31 2a11b5b00470
parent 27 de1630741fbe
child 37 fd64c38c277d
equal deleted inserted replaced
27:de1630741fbe 31:2a11b5b00470
    54 #else
    54 #else
    55 private slots:
    55 private slots:
    56 #endif
    56 #endif
    57 
    57 
    58     void manageFavorites();
    58     void manageFavorites();
       
    59     void handleManageFavorites(HbAction *action);
       
    60     
    59     void onLongPressed (HbAbstractViewItem *item, const QPointF &coords);
    61     void onLongPressed (HbAbstractViewItem *item, const QPointF &coords);
       
    62     void handleMenu(HbAction* action);
       
    63     
    60     void openContact(const QModelIndex &index);
    64     void openContact(const QModelIndex &index);
    61     void editContact(const QModelIndex &index);
    65     void editContact(const QModelIndex &index);
    62     void removeFromFavorites(const QModelIndex &index);
    66     void removeFromFavorites(const QModelIndex &index);
    63     void showPreviousView();
    67     void showPreviousView();
    64     
    68     
    75     CntAbstractViewManager*     mViewManager;
    79     CntAbstractViewManager*     mViewManager;
    76     HbDocumentLoader            mDocumentLoader;
    80     HbDocumentLoader            mDocumentLoader;
    77     HbView*                     mView; // own
    81     HbView*                     mView; // own
    78 
    82 
    79     HbAction*                   mSoftkey; // owned by view
    83     HbAction*                   mSoftkey; // owned by view
    80 
       
    81 };
    84 };
    82 
    85 
    83 #endif /* CNTFAVORITESMEMBERVIEW_H */
    86 #endif /* CNTFAVORITESMEMBERVIEW_H */