Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KABC::VCardFormatPlugin Class Reference

Interface of vCard backend for address book. More...

#include <vcardformatplugin.h>

Inheritance diagram for KABC::VCardFormatPlugin:

KABC::FormatPlugin List of all members.

Public Methods

bool load (Addressee &, QFile *file)
bool loadAll (AddressBook *, Resource *, QFile *file)
void save (const Addressee &, QFile *file)
void saveAll (AddressBook *, Resource *, QFile *file)
bool checkFormat (QFile *file) const

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 vcardformatplugin.h.


Member Function Documentation

bool KABC::VCardFormatPlugin::checkFormat QFile *    file const [virtual]
 

Checks if given file contains the right format

Implements KABC::FormatPlugin.

bool KABC::VCardFormatPlugin::load Addressee  ,
QFile *    file
[virtual]
 

Load single addressee from file.

Implements KABC::FormatPlugin.

bool KABC::VCardFormatPlugin::loadAll AddressBook  ,
Resource *   ,
QFile *    file
[virtual]
 

Load whole addressbook from file.

Implements KABC::FormatPlugin.

void KABC::VCardFormatPlugin::save const Addressee  ,
QFile *    file
[virtual]
 

Save a single Addressee to file.

Implements KABC::FormatPlugin.

void KABC::VCardFormatPlugin::saveAll AddressBook  ,
Resource *   ,
QFile *    file
[virtual]
 

Save whole addressbook to file.

Implements KABC::FormatPlugin.


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:32 2003 for kdelibs by doxygen1.2.18