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

Public Methods | |
VCardFormatPlugin () | |
virtual | ~VCardFormatPlugin () |
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 37 of file vcardformatplugin.h.
Member Function Documentation
|
Load single addressee from file.
Implements KABC::FormatPlugin. Definition at line 39 of file vcardformatplugin.cpp. References KABC::VCardConverter::parseVCards(), QTextStream::read(), and QTextStream::setEncoding(). |
|
Load whole addressbook from file.
Implements KABC::FormatPlugin. Definition at line 58 of file vcardformatplugin.cpp. References KABC::VCardConverter::parseVCards(), QTextStream::read(), KABC::Addressee::setChanged(), QTextStream::setEncoding(), and KABC::Addressee::setResource(). |
|
Save a single Addressee to file.
Implements KABC::FormatPlugin. Definition at line 81 of file vcardformatplugin.cpp. References KABC::VCardConverter::createVCards(), and QTextStream::setEncoding(). |
|
Save whole addressbook to file.
Implements KABC::FormatPlugin. Definition at line 94 of file vcardformatplugin.cpp. References KABC::VCardConverter::createVCards(), and QTextStream::setEncoding(). |
|
Checks if given file contains the right format.
Implements KABC::FormatPlugin. Definition at line 110 of file vcardformatplugin.cpp. References QFile::readLine(), and QString::stripWhiteSpace(). |
The documentation for this class was generated from the following files: