TDEABC::VCardFormatImpl Class Reference
#include <vcardformatimpl.h>
Public Member Functions | |
bool | load (Addressee &, TQFile *file) |
bool | loadAll (AddressBook *, Resource *, TQFile *file) |
void | save (const Addressee &, TQFile *file) |
void | saveAll (AddressBook *, Resource *, TQFile *file) |
bool | readFromString (const TQString &vcard, Addressee &addr) |
bool | writeToString (const Addressee &addressee, TQString &vcard) |
Protected Member Functions | |
bool | loadAddressee (Addressee &, VCARD::VCard &) |
void | saveAddressee (const Addressee &, VCARD::VCard *, bool intern) |
void | addTextValue (VCARD::VCard *, VCARD::EntityType, const TQString &) |
TQString | readTextValue (VCARD::ContentLine *) |
void | addDateValue (VCARD::VCard *, VCARD::EntityType, const TQDate &) |
TQDate | readDateValue (VCARD::ContentLine *) |
void | addDateTimeValue (VCARD::VCard *, VCARD::EntityType, const TQDateTime &) |
TQDateTime | readDateTimeValue (VCARD::ContentLine *) |
void | addAddressValue (VCARD::VCard *, const Address &) |
Address | readAddressValue (VCARD::ContentLine *) |
void | addLabelValue (VCARD::VCard *, const Address &) |
void | addTelephoneValue (VCARD::VCard *, const PhoneNumber &) |
PhoneNumber | readTelephoneValue (VCARD::ContentLine *) |
void | addNValue (VCARD::VCard *, const Addressee &) |
void | readNValue (VCARD::ContentLine *, Addressee &) |
void | addCustomValue (VCARD::VCard *, const TQString &) |
void | addAddressParam (VCARD::ContentLine *, int) |
int | readAddressParam (VCARD::ContentLine *) |
void | addGeoValue (VCARD::VCard *, const Geo &) |
Geo | readGeoValue (VCARD::ContentLine *) |
void | addUTCValue (VCARD::VCard *, const TimeZone &) |
TimeZone | readUTCValue (VCARD::ContentLine *) |
void | addClassValue (VCARD::VCard *, const Secrecy &) |
Secrecy | readClassValue (VCARD::ContentLine *) |
void | addKeyValue (VCARD::VCard *, const Key &) |
Key | readKeyValue (VCARD::ContentLine *) |
void | addPictureValue (VCARD::VCard *, VCARD::EntityType, const Picture &, const Addressee &, bool) |
Picture | readPictureValue (VCARD::ContentLine *, VCARD::EntityType, const Addressee &addr) |
void | addSoundValue (VCARD::VCard *, const Sound &, const Addressee &, bool) |
Sound | readSoundValue (VCARD::ContentLine *, const Addressee &addr) |
void | addAgentValue (VCARD::VCard *, const Agent &) |
Agent | readAgentValue (VCARD::ContentLine *) |
Detailed Description
- Deprecated:
- use VCardFormatPlugin instead.
Definition at line 43 of file vcardformatimpl.h.
The documentation for this class was generated from the following files: