#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 |
virtual bool | load (Addressee &, TQFile *file)=0 |
virtual bool | loadAll (AddressBook *, Resource *, TQFile *file)=0 |
virtual void | save (const Addressee &, TQFile *file)=0 |
virtual void | saveAll (AddressBook *, Resource *, TQFile *file)=0 |
virtual bool | checkFormat (TQFile *file) const =0 |
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.
Constructor & Destructor Documentation
◆ VCardFormatPlugin()
VCardFormatPlugin::VCardFormatPlugin | ( | ) |
Definition at line 31 of file vcardformatplugin.cpp.
◆ ~VCardFormatPlugin()
|
virtual |
Definition at line 35 of file vcardformatplugin.cpp.
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: