kaddressbook
#include <xxport.h>
Public Member Functions | |
XXPort (QWidget *parent=0) | |
virtual | ~XXPort () |
virtual bool | exportContacts (const KABC::Addressee::List &contacts) const =0 |
virtual KABC::Addressee::List | 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 56 of file xxport.cpp.
|
pure virtual |
Exports the list of contacts
.
Implemented in LDAPXXPort, LDIFXXPort, CsvXXPort, and VCardXXPort.
Definition at line 36 of file xxport.cpp.
|
pure virtual |
Imports a list of contacts.
Implemented in GMXXXPort, LDIFXXPort, LDAPXXPort, CsvXXPort, and VCardXXPort.
Definition at line 31 of file xxport.cpp.
QString XXPort::option | ( | const QString & | key | ) | const |
Returns the module specific option value for the given key
.
Definition at line 46 of file xxport.cpp.
|
protected |
Returns the parent widget that can be used as parent for GUI components.
Definition at line 51 of file xxport.cpp.
void XXPort::setOption | ( | const QString & | key, |
const QString & | value | ||
) |
Sets module specific options.
- Parameters
-
key The option key. value The option value.
Definition at line 41 of file xxport.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.