kaddressbook
CSVXXPort Class Reference
#include <csv_xxport.h>
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::Addressee::List | importContacts (const QString &data) const |
Public Member Functions | |
| CSVXXPort (KABC::AddressBook *ab, QWidget *parent, const char *name=0) | |
| QString | identifier () const |
Constructor & Destructor Documentation
| CSVXXPort::CSVXXPort | ( | KABC::AddressBook * | ab, | |
| QWidget * | parent, | |||
| const char * | name = 0 | |||
| ) |
Definition at line 40 of file csv_xxport.cpp.
Member Function Documentation
| bool CSVXXPort::exportContacts | ( | const KABC::AddresseeList & | list, | |
| const QString & | identifier | |||
| ) | [virtual, slot] |
Reimplement this method for exporting the contacts.
Reimplemented from KAB::XXPort.
Definition at line 47 of file csv_xxport.cpp.
| QString CSVXXPort::identifier | ( | ) | const [inline, virtual] |
Returns the unique identifier of this xxport module, 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.
| KABC::Addressee::List CSVXXPort::importContacts | ( | const QString & | identifier | ) | 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:
KDE 4.2 API Reference