creator/engine/inc/creator_phonebookapi.h
changeset 51 b048e15729d6
parent 31 e7a04a6385be
equal deleted inserted replaced
44:5db69f4c3d06 51:b048e15729d6
    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;