class Format

Base class for address book formats. More...

Contains pure virtuals
Full nameKABC::Format
Definition#include <format.h>
Inherited bySimpleFormat, VCardFormat
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

This class provides an abstract interface for address book file formats.

bool  load ( AddressBook *, const QString &fileName )

load

[pure virtual]

Load addressbook from file.

bool  save ( AddressBook *, const QString &fileName )

save

[pure virtual]

Save addressbook to file.


Generated by: caleb on tcdevel on Tue Jan 28 12:54:33 2003, using kdoc $.