kopete/libkopete
#include <addressbookselectordialog.h>

Public Member Functions | |
AddressBookSelectorDialog (const QString &title, const QString &message, const QString &preSelectUid, QWidget *parent=0L) | |
~AddressBookSelectorDialog () | |
AddressBookSelectorWidget * | addressBookSelectorWidget () const |
Static Public Member Functions | |
static KABC::Addressee | getAddressee (const QString &title, const QString &message, const QString &preSelectUid, QWidget *parent=0L) |
Protected Slots | |
virtual void | accept () |
virtual void | reject () |
void | slotWidgetAddresseeListClicked (Q3ListViewItem *addressee) |
Protected Attributes | |
AddressBookSelectorWidget * | m_addressBookSelectorWidget |
Detailed Description
A dialog that uses AddressBookSelectorWidget to allow the user to select a KDE addressbook contact.
If you want to use special features you can use
- See also
- addressBookSelectorWidget() to get the pointer to the AddressBookSelectorWidget object and set the desired options there.
Definition at line 49 of file addressbookselectordialog.h.
Constructor & Destructor Documentation
Kopete::UI::AddressBookSelectorDialog::AddressBookSelectorDialog | ( | const QString & | title, |
const QString & | message, | ||
const QString & | preSelectUid, | ||
QWidget * | parent = 0L |
||
) |
The constructor of an empty AddressBookSelectorWidget.
Definition at line 32 of file addressbookselectordialog.cpp.
Kopete::UI::AddressBookSelectorDialog::~AddressBookSelectorDialog | ( | ) |
The destructor of the dialog.
Definition at line 55 of file addressbookselectordialog.cpp.
Member Function Documentation
|
protectedvirtualslot |
Definition at line 79 of file addressbookselectordialog.cpp.
|
inline |
- Returns
- the AddressBookSelectorWidget widget so that additional parameters can be set by using it.
Definition at line 68 of file addressbookselectordialog.h.
|
static |
Creates a modal dialog, lets the user to select a addressbook contact and returns when the dialog is closed.
- Returns
- the selected contact, or a null addressee if the user pressed the Cancel button. Optionally
Definition at line 59 of file addressbookselectordialog.cpp.
|
protectedvirtualslot |
Definition at line 84 of file addressbookselectordialog.cpp.
|
protectedslot |
Definition at line 73 of file addressbookselectordialog.cpp.
Member Data Documentation
|
protected |
Definition at line 85 of file addressbookselectordialog.h.
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:53:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.