kaddressbook
#include <xxport.h>
Public Member Functions | |
XXPort (QWidget *parent=0) | |
virtual | ~XXPort () |
virtual bool | exportContacts (const ContactList &contacts, VCardExportSelectionWidget::ExportFields) const =0 |
virtual ContactList | importContacts () const =0 |
QString | option (const QString &key) const |
void | setOption (const QString &key, const QString &value) |
Protected Member Functions | |
QString | contactFileName (const KABC::Addressee &contact) const |
QWidget * | parentWidget () const |
Detailed Description
Constructor & Destructor Documentation
|
explicit |
Creates a new xxport object.
- Parameters
-
parent The parent widget that shall be used as parent for GUI components.
Definition at line 22 of file xxport.cpp.
|
virtual |
Destroys the xxport object.
Definition at line 27 of file xxport.cpp.
Member Function Documentation
|
protected |
Returns a file name depending on the passed contact
.
Definition at line 46 of file xxport.cpp.
|
pure virtual |
Exports the list of contacts
.
Implemented in GMXXXPort, LDAPXXPort, LDIFXXPort, CsvXXPort, and VCardXXPort.
|
pure virtual |
Imports a list of contacts.
Implemented in GMXXXPort, LDIFXXPort, LDAPXXPort, CsvXXPort, and VCardXXPort.
Returns the module specific option value for the given key
.
Definition at line 36 of file xxport.cpp.
|
protected |
Returns the parent widget that can be used as parent for GUI components.
Definition at line 41 of file xxport.cpp.
Sets module specific options.
- Parameters
-
key The option key. value The option value.
Definition at line 31 of file xxport.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.