#include <vcardformatplugin.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 | checkFormat (TQFile *file) const |
Detailed Description
Interface of vCard backend for address book.
This class implements the file format interface of address book entries for the vCard format.
Definition at line 37 of file vcardformatplugin.h.
Member Function Documentation
◆ checkFormat()
|
virtual |
Checks if given file contains the right format.
Implements TDEABC::FormatPlugin.
Definition at line 118 of file vcardformatplugin.cpp.
◆ load()
|
virtual |
Load single addressee from file.
Implements TDEABC::FormatPlugin.
Definition at line 39 of file vcardformatplugin.cpp.
◆ loadAll()
|
virtual |
Load whole addressbook from file.
Implements TDEABC::FormatPlugin.
Definition at line 58 of file vcardformatplugin.cpp.
◆ save()
|
virtual |
Save a single Addressee to file.
Implements TDEABC::FormatPlugin.
Definition at line 81 of file vcardformatplugin.cpp.
◆ saveAll()
|
virtual |
Save whole addressbook to file.
Implements TDEABC::FormatPlugin.
Definition at line 98 of file vcardformatplugin.cpp.
The documentation for this class was generated from the following files: