kaddressbook
#include <xxportmanager.h>
Public Slots | |
void | setDefaultAddressBook (const Akonadi::Collection &addressBook) |
Public Member Functions | |
XXPortManager (QWidget *parent=0) | |
~XXPortManager () | |
void | addExportAction (QAction *action, const QString &identifier) |
void | addImportAction (QAction *action, const QString &identifier) |
void | setSelectionModel (QItemSelectionModel *model) |
Detailed Description
The class that manages import and export of contacts.
Definition at line 40 of file xxportmanager.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new xxport manager.
- Parameters
-
parent The widget that is used as parent for dialogs.
Definition at line 40 of file xxportmanager.cpp.
XXPortManager::~XXPortManager | ( | ) |
Destroys the xxport manager.
Definition at line 53 of file xxportmanager.cpp.
Member Function Documentation
void XXPortManager::addExportAction | ( | QAction * | action, |
const QString & | identifier | ||
) |
Adds a new action to export contacts.
- Parameters
-
action The action object. identifier The identifier that will be passed to the xxport module.
Definition at line 63 of file xxportmanager.cpp.
void XXPortManager::addImportAction | ( | QAction * | action, |
const QString & | identifier | ||
) |
Adds a new action to import contacts.
- Parameters
-
action The action object. identifier The identifier that will be passed to the xxport module.
Definition at line 57 of file xxportmanager.cpp.
|
slot |
Sets the addressBook
that shall be preselected in the ContactSelectionDialog.
Definition at line 74 of file xxportmanager.cpp.
void XXPortManager::setSelectionModel | ( | QItemSelectionModel * | model | ) |
Sets the model
that contains the current selection.
- Note
- This model is used by the ContactSelectionDialog.
Definition at line 69 of file xxportmanager.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.