KABC::VCardFormat Class Reference
Interface of vCard backend for address book. More...
#include <vcardformat.h>
Inheritance diagram for KABC::VCardFormat:

Public Member Functions | |
bool | load (AddressBook *, const QString &fileName) |
Load addressbook from file. | |
bool | save (AddressBook *, const QString &fileName) |
Save addressbook to file. |
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 38 of file vcardformat.h.
Member Function Documentation
|
Load addressbook from file.
Implements KABC::Format. Definition at line 37 of file vcardformat.cpp. References QFile::close(), KABC::VCardFormatImpl::loadAll(), and QFile::open(). |
|
Save addressbook to file.
Implements KABC::Format. Definition at line 49 of file vcardformat.cpp. References QFile::close(), QFile::open(), and KABC::VCardFormatImpl::saveAll(). |
The documentation for this class was generated from the following files: