kaddressbook
CSVXXPort Class Reference
Inheritance diagram for CSVXXPort:

Detailed Description
Definition at line 29 of file csv_xxport.h.
Public Slots | |
bool | exportContacts (const KABC::AddresseeList &list, const QString &data) |
KABC::AddresseeList | importContacts (const QString &data) const |
Public Member Functions | |
CSVXXPort (KABC::AddressBook *ab, QWidget *parent, const char *name=0) | |
QString | identifier () const |
Member Function Documentation
QString CSVXXPort::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 csv_xxport.h.
bool CSVXXPort::exportContacts | ( | const KABC::AddresseeList & | list, | |
const QString & | data | |||
) | [virtual, slot] |
Reimplement this method for exporting the contacts.
Reimplemented from KAB::XXPort.
Definition at line 46 of file csv_xxport.cpp.
KABC::AddresseeList CSVXXPort::importContacts | ( | const QString & | data | ) | const [virtual, slot] |
Reimplement this method for importing the contacts.
Reimplemented from KAB::XXPort.
Definition at line 82 of file csv_xxport.cpp.
The documentation for this class was generated from the following files: