libkdepim
#include <ldapsearchdialog.h>
Signals | |
void | contactsAdded () |
Public Member Functions | |
LdapSearchDialog (QWidget *parent=0) | |
~LdapSearchDialog () | |
KABC::Addressee::List | selectedContacts () const |
void | setSearchText (const QString &text) |
Protected Slots | |
void | slotCustomContextMenuRequested (const QPoint &) |
void | slotUser1 () |
void | slotUser2 () |
Protected Member Functions | |
void | closeEvent (QCloseEvent *) |
Detailed Description
A dialog to search contacts in a LDAP directory.
This dialog allows the user to search for contacts inside a LDAP directory.
- Since
- 4.5
Definition at line 48 of file ldapsearchdialog.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new ldap search dialog.
- Parameters
-
parent The parent widget.
Definition at line 516 of file ldapsearchdialog.cpp.
LdapSearchDialog::~LdapSearchDialog | ( | ) |
Destroys the ldap search dialog.
Definition at line 643 of file ldapsearchdialog.cpp.
Member Function Documentation
|
protected |
Definition at line 852 of file ldapsearchdialog.cpp.
|
signal |
This signal is emitted whenever the user clicked the 'Add Selected' button.
KABC::Addressee::List LdapSearchDialog::selectedContacts | ( | ) | const |
Returns a list of contacts that have been selected in the LDAP search.
Definition at line 654 of file ldapsearchdialog.cpp.
void LdapSearchDialog::setSearchText | ( | const QString & | text | ) |
Sets the text
in the search line edit.
Definition at line 649 of file ldapsearchdialog.cpp.
|
protectedslot |
Definition at line 659 of file ldapsearchdialog.cpp.
|
protectedslot |
Definition at line 870 of file ldapsearchdialog.cpp.
|
protectedslot |
Definition at line 898 of file ldapsearchdialog.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:58:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.