kaddressbook
VCardXXPort Class Reference
Inheritance diagram for VCardXXPort:

Detailed Description
Definition at line 29 of file vcard_xxport.h.
Public Slots | |
bool | exportContacts (const KABC::AddresseeList &list, const QString &data) |
KABC::AddresseeList | importContacts (const QString &data) const |
Public Member Functions | |
VCardXXPort (KABC::AddressBook *ab, QWidget *parent, const char *name=0) | |
QString | identifier () const |
Member Function Documentation
QString VCardXXPort::identifier | ( | ) | const [inline, virtual] |
Returns the unique identifier of this xxport modul, it should be the lowercase name of the import/export format e.g.
'vcard'
Implements KAB::XXPort.
Definition at line 36 of file vcard_xxport.h.
bool VCardXXPort::exportContacts | ( | const KABC::AddresseeList & | list, | |
const QString & | data | |||
) | [virtual, slot] |
Reimplement this method for exporting the contacts.
Reimplemented from KAB::XXPort.
Definition at line 104 of file vcard_xxport.cpp.
KABC::AddresseeList VCardXXPort::importContacts | ( | const QString & | data | ) | const [virtual, slot] |
Reimplement this method for importing the contacts.
Reimplemented from KAB::XXPort.
Definition at line 179 of file vcard_xxport.cpp.
The documentation for this class was generated from the following files: