
Classes | |
| struct | mapping |
Public Member Functions | |
| vCard2ABPerson (string &vcard, ABPersonRef person) | |
| void | toPerson () |
| void | fromPerson (bool asVCard30) |
Definition at line 216 of file AddressBookSource.cpp.
| vCard2ABPerson::vCard2ABPerson | ( | string & | vcard, | |
| ABPersonRef | person | |||
| ) | [inline] |
Definition at line 218 of file AddressBookSource.cpp.
| void vCard2ABPerson::fromPerson | ( | bool | asVCard30 | ) | [inline] |
convert person into vCard 2.1 or 3.0 and store it in string
Definition at line 297 of file AddressBookSource.cpp.
References ref< T, doRelease >::set().
Referenced by AddressBookSource::createItem().
| void vCard2ABPerson::toPerson | ( | ) | [inline] |
parses vcard and stores result in person
Definition at line 224 of file AddressBookSource.cpp.
References PersonSetImageDataWrapper, and EvolutionSyncClient::throwError().
Referenced by AddressBookSource::insertItem().
1.5.7.1