phonebookui/pbkcommonui/inc/cntnamesview_p.h
changeset 50 77bc263e1626
parent 47 7cbcb2896f0e
child 53 e6aff7b69165
equal deleted inserted replaced
49:74b30151afd6 50:77bc263e1626
    68     void showContactView( const QModelIndex& );
    68     void showContactView( const QModelIndex& );
    69     void showContactEditorView( QContact& aContact );
    69     void showContactEditorView( QContact& aContact );
    70     void showContextMenu(HbAbstractViewItem* aItem, QPointF aPoint);
    70     void showContextMenu(HbAbstractViewItem* aItem, QPointF aPoint);
    71     void showSettings();
    71     void showSettings();
    72     
    72     
    73      void executeAction( QContact& aContact, QContactDetail aDetail, QString aAction );
    73     void executeAction( QContact& aContact, QContactDetail aDetail, QString aAction );
    74     void actionExecuted( CntActionLauncher* aAction );
    74     void actionExecuted( CntActionLauncher* aAction );
    75     void handleDeleteContact( HbAction* aAction );
    75     void handleDeleteContact( int aAction );
    76     void importSim();
    76     void importSim();
    77     
    77     
    78     void handleContactAddition(const QList<QContactLocalId> & aAddedList);
    78     void handleContactAddition(const QList<QContactLocalId> & aAddedList);
    79     void handleContactRemoval(const QList<QContactLocalId> & aRemovedList);
    79     void handleContactRemoval(const QList<QContactLocalId> & aRemovedList);
    80     void handleSelfContactIdChange(const QContactLocalId & aOldId, const QContactLocalId & aNewId);
    80     void handleSelfContactIdChange(const QContactLocalId & aOldId, const QContactLocalId & aNewId);