kaddressbook
ContactSelectionWidget Class Reference
#include <contactselectionwidget.h>
Inherits QWidget.
Public Member Functions | |
ContactSelectionWidget (QItemSelectionModel *selectionModel, QWidget *parent=0) | |
KABC::Addressee::List | selectedContacts () const |
void | setDefaultAddressBook (const Akonadi::Collection &addressBook) |
void | setMessageText (const QString &message) |
Detailed Description
A widget to select a group of contacts.
Definition at line 42 of file contactselectionwidget.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new contact selection widget.
- Parameters
-
selectionModel The model that contains the currently selected contacts. parent The parent widget.
Definition at line 39 of file contactselectionwidget.cpp.
Member Function Documentation
KABC::Addressee::List ContactSelectionWidget::selectedContacts | ( | ) | const |
Returns the list of selected contacts.
Definition at line 72 of file contactselectionwidget.cpp.
void ContactSelectionWidget::setDefaultAddressBook | ( | const Akonadi::Collection & | addressBook | ) |
Sets the default addressbook.
Definition at line 67 of file contactselectionwidget.cpp.
void ContactSelectionWidget::setMessageText | ( | const QString & | message | ) |
Sets the message
text.
Definition at line 62 of file contactselectionwidget.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.