kabc
#include <vcardformat.h>

Public Member Functions | |
bool | checkFormat (QFile *file) const |
bool | load (Addressee &, QFile *file) |
bool | loadAll (AddressBook *, Resource *, QFile *file) |
void | save (const Addressee &, QFile *file) |
void | saveAll (AddressBook *, Resource *, QFile *file) |
virtual bool | checkFormat (QFile *file) const =0 |
virtual bool | load (Addressee &, QFile *file)=0 |
virtual bool | loadAll (AddressBook *, Resource *, QFile *file)=0 |
virtual void | save (const Addressee &, QFile *file)=0 |
virtual void | saveAll (AddressBook *, Resource *, QFile *file)=0 |
![]() | |
Plugin () | |
virtual | ~Plugin () |
virtual QString | descriptionLabel () const |
virtual QString | nameLabel () const |
virtual void | setDescriptionLabel (const QString &label) |
virtual void | setNameLabel (const QString &label) |
virtual void | setType (const QString &type) |
virtual QString | type () 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 vcardformat.h.
Constructor & Destructor Documentation
◆ VCardFormat()
VCardFormat::VCardFormat | ( | ) |
Definition at line 30 of file vcardformat.cpp.
◆ ~VCardFormat()
|
virtual |
Definition at line 35 of file vcardformat.cpp.
Member Function Documentation
◆ checkFormat()
|
virtual |
Checks if given file contains the right format.
Implements KABC::Format.
Definition at line 107 of file vcardformat.cpp.
◆ load()
|
virtual |
Load single addressee from file.
Implements KABC::Format.
Definition at line 40 of file vcardformat.cpp.
◆ loadAll()
|
virtual |
Load whole addressbook from file.
Implements KABC::Format.
Definition at line 57 of file vcardformat.cpp.
◆ save()
|
virtual |
Save a single Addressee to file.
Implements KABC::Format.
Definition at line 78 of file vcardformat.cpp.
◆ saveAll()
|
virtual |
Save whole addressbook to file.
Implements KABC::Format.
Definition at line 90 of file vcardformat.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.