kabc
KABC::BinaryFormat Class Reference
#include <binaryformat.h>
Inheritance diagram for KABC::BinaryFormat:

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) |
Detailed Description
binary file format for addressbook entries.
Member Function Documentation
bool BinaryFormat::checkFormat | ( | QFile * | file | ) | const [virtual] |
Check for valid format of a file.
Implements KABC::Format.
Definition at line 121 of file binaryformat.cpp.
bool BinaryFormat::load | ( | Addressee & | addressee, |
QFile * | file | ||
) | [virtual] |
Load single addressee from file.
Implements KABC::Format.
Definition at line 46 of file binaryformat.cpp.
bool BinaryFormat::loadAll | ( | AddressBook * | , |
Resource * | resource, | ||
QFile * | file | ||
) | [virtual] |
Load whole addressee from file.
Implements KABC::Format.
Definition at line 60 of file binaryformat.cpp.
void BinaryFormat::save | ( | const Addressee & | addressee, |
QFile * | file | ||
) | [virtual] |
Save single addressee to file.
Implements KABC::Format.
Definition at line 85 of file binaryformat.cpp.
void BinaryFormat::saveAll | ( | AddressBook * | , |
Resource * | resource, | ||
QFile * | file | ||
) | [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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu Aug 2 2012 15:26:08 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu Aug 2 2012 15:26:08 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.