creator/engine/inc/creator_phonebookapi.h
changeset 48 da3ec8478e66
parent 35 98924d2efce9
equal deleted inserted replaced
47:11fa016241a4 48:da3ec8478e66
    40     bool deleteAllContacts();
    40     bool deleteAllContacts();
    41     bool deleteAllContacts( const QString& type );
    41     bool deleteAllContacts( const QString& type );
    42     bool deleteContacts( const QList<QContactLocalId>& list );
    42     bool deleteContacts( const QList<QContactLocalId>& list );
    43     QContact contact( const QContactLocalId& contactId );
    43     QContact contact( const QContactLocalId& contactId );
    44 
    44 
       
    45     QString phoneNumber( const QContactLocalId& contactId );
       
    46     bool contactDetails( const QContactLocalId& contactId, QString& name, QString& phoneNumber, QString& email );
       
    47     
    45 private:
    48 private:
    46     bool IsContactGroupL( const QContact& contact );
    49     bool IsContactGroupL( const QContact& contact );
    47     
    50     
    48 private:
    51 private:
    49     QContactManager* mContactMngr;
    52     QContactManager* mContactMngr;