plugins/contacts/maemo5/qcontactabook_p.h
changeset 5 603d3f8b6302
parent 0 876b1a06bc25
equal deleted inserted replaced
3:e4ebb16b39ea 5:603d3f8b6302
   117   QContactAvatar* getAvatarDetail(EContact *eContact) const;
   117   QContactAvatar* getAvatarDetail(EContact *eContact) const;
   118   QContactBirthday* getBirthdayDetail(EContact *eContact) const;
   118   QContactBirthday* getBirthdayDetail(EContact *eContact) const;
   119   QContactGender* getGenderDetail(EContact *eContact) const;
   119   QContactGender* getGenderDetail(EContact *eContact) const;
   120   QContactGuid* getGuidDetail(EContact *eContact) const;
   120   QContactGuid* getGuidDetail(EContact *eContact) const;
   121   QContactNote* getNoteDetail(EContact *eContact) const;
   121   QContactNote* getNoteDetail(EContact *eContact) const;
   122   void getOnlineAccountAndPresenceDetails(EContact *eContact, 
   122   QList<QContactOnlineAccount*> getOnlineAccountDetail(EContact *eContact) const;
   123                                          QList<QContactOnlineAccount*>& onlineAccounts,
       
   124                                          QList<QContactPresence*>& presences) const;
       
   125   QContactOrganization* getOrganizationDetail(EContact *eContact) const;
   123   QContactOrganization* getOrganizationDetail(EContact *eContact) const;
   126   QList<QContactPhoneNumber*> getPhoneDetail(EContact *eContact) const;
   124   QList<QContactPhoneNumber*> getPhoneDetail(EContact *eContact) const;
   127   QList<QContactPresence*> getPresenceDetail(EContact *eContact) const;
   125   QList<QContactPresence*> getPresenceDetail(EContact *eContact) const;
   128   QContactTimestamp* getTimestampDetail(EContact *eContact) const; 
   126   QContactTimestamp* getTimestampDetail(EContact *eContact) const; 
   129   QContactThumbnail* getThumbnailDetail(EContact *eContact) const;
   127   QContactThumbnail* getThumbnailDetail(EContact *eContact) const;