kabc
#include <binaryformat.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) |
| Public Member Functions inherited from KABC::Plugin | |
| 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
binary file format for addressbook entries.
Definition at line 33 of file binaryformat.h.
Member Function Documentation
◆ checkFormat()
|
virtual |
Check for valid format of a file.
Implements KABC::Format.
Definition at line 121 of file binaryformat.cpp.
◆ load()
|
virtual |
Load single addressee from file.
Implements KABC::Format.
Definition at line 46 of file binaryformat.cpp.
◆ loadAll()
|
virtual |
Load whole addressee from file.
Implements KABC::Format.
Definition at line 60 of file binaryformat.cpp.
◆ save()
|
virtual |
Save single addressee to file.
Implements KABC::Format.
Definition at line 85 of file binaryformat.cpp.
◆ saveAll()
|
virtual |
Save all addressees to file.
Implements KABC::Format.
Definition at line 98 of file binaryformat.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jul 24 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.