kaddressbook
#include <contactselectiondialog.h>
![Inheritance graph](classContactSelectionDialog__inherit__graph.png)
Public Member Functions | |
ContactSelectionDialog (QItemSelectionModel *selectionModel, bool allowToSelectTypeToExport, QWidget *parent=0) | |
VCardExportSelectionWidget::ExportFields | exportType () const |
ContactList | selectedContacts () const |
void | setAddGroupContact (bool addGroupContact) |
void | setDefaultAddressBook (const Akonadi::Collection &addressBook) |
void | setMessageText (const QString &message) |
Detailed Description
A dialog to select a group of contacts.
Definition at line 40 of file contactselectiondialog.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new contact selection dialog.
- Parameters
-
selectionModel The model that contains the currently selected contacts. parent The parent widget.
Definition at line 27 of file contactselectiondialog.cpp.
Member Function Documentation
VCardExportSelectionWidget::ExportFields ContactSelectionDialog::exportType | ( | ) | const |
Definition at line 67 of file contactselectiondialog.cpp.
ContactList ContactSelectionDialog::selectedContacts | ( | ) | const |
Returns the list of selected contacts.
Definition at line 62 of file contactselectiondialog.cpp.
void ContactSelectionDialog::setAddGroupContact | ( | bool | addGroupContact | ) |
Definition at line 76 of file contactselectiondialog.cpp.
void ContactSelectionDialog::setDefaultAddressBook | ( | const Akonadi::Collection & | addressBook | ) |
Sets the default addressbook.
Definition at line 57 of file contactselectiondialog.cpp.
void ContactSelectionDialog::setMessageText | ( | const QString & | message | ) |
Sets the message
text.
Definition at line 52 of file contactselectiondialog.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.