• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeabc
 

tdeabc

  • TDEABC
  • VCardFormatImpl
Public Member Functions | Protected Member Functions | List of all members
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.

Member Function Documentation

◆ addAddressParam()

void VCardFormatImpl::addAddressParam ( VCARD::ContentLine *  cl,
int  type 
)
protected

Definition at line 434 of file vcardformatimpl.cpp.

◆ addAddressValue()

void VCardFormatImpl::addAddressValue ( VCARD::VCard *  vcard,
const Address &  a 
)
protected

Definition at line 398 of file vcardformatimpl.cpp.

◆ addAgentValue()

void VCardFormatImpl::addAgentValue ( VCARD::VCard *  vcard,
const Agent &  agent 
)
protected

Definition at line 763 of file vcardformatimpl.cpp.

◆ addClassValue()

void VCardFormatImpl::addClassValue ( VCARD::VCard *  vcard,
const Secrecy &  secrecy 
)
protected

Definition at line 479 of file vcardformatimpl.cpp.

◆ addCustomValue()

void VCardFormatImpl::addCustomValue ( VCARD::VCard *  v,
const TQString &  txt 
)
protected

Definition at line 349 of file vcardformatimpl.cpp.

◆ addDateTimeValue()

void VCardFormatImpl::addDateTimeValue ( VCARD::VCard *  vcard,
VCARD::EntityType  type,
const TQDateTime &  dateTime 
)
protected

Definition at line 385 of file vcardformatimpl.cpp.

◆ addDateValue()

void VCardFormatImpl::addDateValue ( VCARD::VCard *  vcard,
VCARD::EntityType  type,
const TQDate &  date 
)
protected

Definition at line 372 of file vcardformatimpl.cpp.

◆ addGeoValue()

void VCardFormatImpl::addGeoValue ( VCARD::VCard *  vcard,
const Geo &  geo 
)
protected

Definition at line 447 of file vcardformatimpl.cpp.

◆ addKeyValue()

void VCardFormatImpl::addKeyValue ( VCARD::VCard *  vcard,
const Key &  key 
)
protected

Definition at line 696 of file vcardformatimpl.cpp.

◆ addLabelValue()

void VCardFormatImpl::addLabelValue ( VCARD::VCard *  vcard,
const Address &  a 
)
protected

Definition at line 421 of file vcardformatimpl.cpp.

◆ addNValue()

void VCardFormatImpl::addNValue ( VCARD::VCard *  vcard,
const Addressee &  a 
)
protected

Definition at line 538 of file vcardformatimpl.cpp.

◆ addPictureValue()

void VCardFormatImpl::addPictureValue ( VCARD::VCard *  vcard,
VCARD::EntityType  type,
const Picture &  pic,
const Addressee &  addr,
bool  intern 
)
protected

Definition at line 825 of file vcardformatimpl.cpp.

◆ addSoundValue()

void VCardFormatImpl::addSoundValue ( VCARD::VCard *  vcard,
const Sound &  sound,
const Addressee &  addr,
bool  intern 
)
protected

Definition at line 907 of file vcardformatimpl.cpp.

◆ addTelephoneValue()

void VCardFormatImpl::addTelephoneValue ( VCARD::VCard *  v,
const PhoneNumber &  p 
)
protected

Definition at line 563 of file vcardformatimpl.cpp.

◆ addTextValue()

void VCardFormatImpl::addTextValue ( VCARD::VCard *  v,
VCARD::EntityType  type,
const TQString &  txt 
)
protected

Definition at line 362 of file vcardformatimpl.cpp.

◆ addUTCValue()

void VCardFormatImpl::addUTCValue ( VCARD::VCard *  vcard,
const TimeZone &  tz 
)
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()

bool VCardFormatImpl::loadAddressee ( Addressee &  addressee,
VCARD::VCard &  v 
)
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()

int VCardFormatImpl::readAddressParam ( VCARD::ContentLine *  cl)
protected

Definition at line 519 of file vcardformatimpl.cpp.

◆ readAddressValue()

Address VCardFormatImpl::readAddressValue ( VCARD::ContentLine *  cl)
protected

Definition at line 502 of file vcardformatimpl.cpp.

◆ readAgentValue()

Agent VCardFormatImpl::readAgentValue ( VCARD::ContentLine *  cl)
protected

Definition at line 796 of file vcardformatimpl.cpp.

◆ readClassValue()

Secrecy VCardFormatImpl::readClassValue ( VCARD::ContentLine *  cl)
protected

Definition at line 674 of file vcardformatimpl.cpp.

◆ readDateTimeValue()

TQDateTime VCardFormatImpl::readDateTimeValue ( VCARD::ContentLine *  cl)
protected

Definition at line 644 of file vcardformatimpl.cpp.

◆ readDateValue()

TQDate VCardFormatImpl::readDateValue ( VCARD::ContentLine *  cl)
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()

Geo VCardFormatImpl::readGeoValue ( VCARD::ContentLine *  cl)
protected

Definition at line 653 of file vcardformatimpl.cpp.

◆ readKeyValue()

Key VCardFormatImpl::readKeyValue ( VCARD::ContentLine *  cl)
protected

Definition at line 725 of file vcardformatimpl.cpp.

◆ readNValue()

void VCardFormatImpl::readNValue ( VCARD::ContentLine *  cl,
Addressee &  a 
)
protected

Definition at line 553 of file vcardformatimpl.cpp.

◆ readPictureValue()

Picture VCardFormatImpl::readPictureValue ( VCARD::ContentLine *  cl,
VCARD::EntityType  type,
const Addressee &  addr 
)
protected

Definition at line 867 of file vcardformatimpl.cpp.

◆ readSoundValue()

Sound VCardFormatImpl::readSoundValue ( VCARD::ContentLine *  cl,
const Addressee &  addr 
)
protected

Definition at line 940 of file vcardformatimpl.cpp.

◆ readTelephoneValue()

PhoneNumber VCardFormatImpl::readTelephoneValue ( VCARD::ContentLine *  cl)
protected

Definition at line 592 of file vcardformatimpl.cpp.

◆ readTextValue()

TQString VCardFormatImpl::readTextValue ( VCARD::ContentLine *  cl)
protected

Definition at line 624 of file vcardformatimpl.cpp.

◆ readUTCValue()

TimeZone VCardFormatImpl::readUTCValue ( VCARD::ContentLine *  cl)
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()

void VCardFormatImpl::saveAddressee ( const Addressee &  addressee,
VCARD::VCard *  v,
bool  intern 
)
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:
  • vcardformatimpl.h
  • vcardformatimpl.cpp

tdeabc

Skip menu "tdeabc"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdeabc

Skip menu "tdeabc"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeabc by doxygen 1.9.4
This website is maintained by Timothy Pearson.