#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.
Member Function Documentation
◆ addAddressParam()
|
protected |
Definition at line 434 of file vcardformatimpl.cpp.
◆ addAddressValue()
|
protected |
Definition at line 398 of file vcardformatimpl.cpp.
◆ addAgentValue()
|
protected |
Definition at line 763 of file vcardformatimpl.cpp.
◆ addClassValue()
|
protected |
Definition at line 479 of file vcardformatimpl.cpp.
◆ addCustomValue()
|
protected |
Definition at line 349 of file vcardformatimpl.cpp.
◆ addDateTimeValue()
|
protected |
Definition at line 385 of file vcardformatimpl.cpp.
◆ addDateValue()
|
protected |
Definition at line 372 of file vcardformatimpl.cpp.
◆ addGeoValue()
|
protected |
Definition at line 447 of file vcardformatimpl.cpp.
◆ addKeyValue()
|
protected |
Definition at line 696 of file vcardformatimpl.cpp.
◆ addLabelValue()
|
protected |
Definition at line 421 of file vcardformatimpl.cpp.
◆ addNValue()
|
protected |
Definition at line 538 of file vcardformatimpl.cpp.
◆ addPictureValue()
|
protected |
Definition at line 825 of file vcardformatimpl.cpp.
◆ addSoundValue()
|
protected |
Definition at line 907 of file vcardformatimpl.cpp.
◆ addTelephoneValue()
|
protected |
Definition at line 563 of file vcardformatimpl.cpp.
◆ addTextValue()
|
protected |
Definition at line 362 of file vcardformatimpl.cpp.
◆ addUTCValue()
|
protected |
Definition at line 462 of file vcardformatimpl.cpp.
◆ load()
| bool VCardFormatImpl::load | ( | Addressee & | addressee, |
| TQFile * | file | ||
| ) |
Definition at line 36 of file vcardformatimpl.cpp.
◆ loadAddressee()
|
protected |
Definition at line 117 of file vcardformatimpl.cpp.
◆ loadAll()
| bool VCardFormatImpl::loadAll | ( | AddressBook * | addressBook, |
| Resource * | resource, | ||
| TQFile * | file | ||
| ) |
Definition at line 56 of file vcardformatimpl.cpp.
◆ readAddressParam()
|
protected |
Definition at line 519 of file vcardformatimpl.cpp.
◆ readAddressValue()
|
protected |
Definition at line 502 of file vcardformatimpl.cpp.
◆ readAgentValue()
|
protected |
Definition at line 796 of file vcardformatimpl.cpp.
◆ readClassValue()
|
protected |
Definition at line 674 of file vcardformatimpl.cpp.
◆ readDateTimeValue()
|
protected |
Definition at line 644 of file vcardformatimpl.cpp.
◆ readDateValue()
|
protected |
Definition at line 635 of file vcardformatimpl.cpp.
◆ readFromString()
| bool VCardFormatImpl::readFromString | ( | const TQString & | vcard, |
| Addressee & | addr | ||
| ) |
Definition at line 972 of file vcardformatimpl.cpp.
◆ readGeoValue()
|
protected |
Definition at line 653 of file vcardformatimpl.cpp.
◆ readKeyValue()
|
protected |
Definition at line 725 of file vcardformatimpl.cpp.
◆ readNValue()
|
protected |
Definition at line 553 of file vcardformatimpl.cpp.
◆ readPictureValue()
|
protected |
Definition at line 867 of file vcardformatimpl.cpp.
◆ readSoundValue()
Definition at line 940 of file vcardformatimpl.cpp.
◆ readTelephoneValue()
|
protected |
Definition at line 592 of file vcardformatimpl.cpp.
◆ readTextValue()
|
protected |
Definition at line 624 of file vcardformatimpl.cpp.
◆ readUTCValue()
|
protected |
Definition at line 663 of file vcardformatimpl.cpp.
◆ save()
| void VCardFormatImpl::save | ( | const Addressee & | addressee, |
| TQFile * | file | ||
| ) |
Definition at line 78 of file vcardformatimpl.cpp.
◆ saveAddressee()
|
protected |
Definition at line 278 of file vcardformatimpl.cpp.
◆ saveAll()
| void VCardFormatImpl::saveAll | ( | AddressBook * | ab, |
| Resource * | resource, | ||
| TQFile * | file | ||
| ) |
Definition at line 95 of file vcardformatimpl.cpp.
◆ writeToString()
| bool VCardFormatImpl::writeToString | ( | const Addressee & | addressee, |
| TQString & | vcard | ||
| ) |
Definition at line 986 of file vcardformatimpl.cpp.
The documentation for this class was generated from the following files:
Trinity API Reference