phonebookui/pbkcommonui/inc/cnteditview_p.h
changeset 46 efe85016a067
parent 40 b46a585f6909
child 47 7cbcb2896f0e
equal deleted inserted replaced
40:b46a585f6909 46:efe85016a067
    40 class HbAction;
    40 class HbAction;
    41 class QAction;
    41 class QAction;
    42 class HbMenu;
    42 class HbMenu;
    43 
    43 
    44 QTM_BEGIN_NAMESPACE
    44 QTM_BEGIN_NAMESPACE
       
    45 class QContact;
    45 class QContactDetail;
    46 class QContactDetail;
    46 class QContactId;
    47 class QContactId;
    47 QTM_END_NAMESPACE
    48 QTM_END_NAMESPACE
    48 QTM_USE_NAMESPACE
    49 QTM_USE_NAMESPACE
    49 
    50 
    92     void loadAvatar();
    93     void loadAvatar();
    93     HbMenu* createPopup( const QModelIndex aIndex, CntEditViewItem* aDetail );
    94     HbMenu* createPopup( const QModelIndex aIndex, CntEditViewItem* aDetail );
    94     void addDetail( CntEditViewItem* aDetail );
    95     void addDetail( CntEditViewItem* aDetail );
    95     void editDetail( CntEditViewItem* aDetail );
    96     void editDetail( CntEditViewItem* aDetail );
    96     void removeDetail( CntEditViewItem* aDetail, const QModelIndex& aIndex );
    97     void removeDetail( CntEditViewItem* aDetail, const QModelIndex& aIndex );
       
    98     void setSelectedContact( QContact aContact );
    97     
    99     
    98 public:
   100 public:
    99     HbView* mView;
   101     HbView* mView;
   100     HbListView* mListView;
   102     HbListView* mListView;
   101     CntEditViewListModel* mModel;
   103     CntEditViewListModel* mModel;