vcardformatplugin.cpp
void setResource(Resource *resource)
Set resource where the addressee is from.
Definition: addressee.src.cpp:1013
Class to converting contact objects into vCard format and vice versa.
Definition: vcardconverter.h:54
TQString createVCards(Addressee::List list, Version version=v3_0)
Creates a string in vCard format which contains the given list of contact.
Definition: vcardconverter.cpp:54
Addressee::List parseVCards(const TQString &vcard)
Parses a string in vCard format and returns a list of contact objects.
Definition: vcardconverter.cpp:68
bool load(Addressee &, TQFile *file)
Load single addressee from file.
Definition: vcardformatplugin.cpp:39
void saveAll(AddressBook *, Resource *, TQFile *file)
Save whole addressbook to file.
Definition: vcardformatplugin.cpp:98
bool checkFormat(TQFile *file) const
Checks if given file contains the right format.
Definition: vcardformatplugin.cpp:118
void save(const Addressee &, TQFile *file)
Save a single Addressee to file.
Definition: vcardformatplugin.cpp:81
bool loadAll(AddressBook *, Resource *, TQFile *file)
Load whole addressbook from file.
Definition: vcardformatplugin.cpp:58