TDEABC::BinaryFormat Class Reference
#include <binaryformat.h>
Inheritance diagram for TDEABC::BinaryFormat:
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
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 TDEABC::FormatPlugin.
Definition at line 120 of file binaryformat.cpp.
◆ load()
|
virtual |
Load single addressee from file.
Implements TDEABC::FormatPlugin.
Definition at line 47 of file binaryformat.cpp.
◆ loadAll()
|
virtual |
Load whole addressee from file.
Implements TDEABC::FormatPlugin.
Definition at line 60 of file binaryformat.cpp.
◆ save()
|
virtual |
Save single addressee to file.
Implements TDEABC::FormatPlugin.
Definition at line 84 of file binaryformat.cpp.
◆ saveAll()
|
virtual |
Save all addressees to file.
Implements TDEABC::FormatPlugin.
Definition at line 97 of file binaryformat.cpp.
The documentation for this class was generated from the following files:
Trinity API Reference