libkdepim
KLDAP::LdapSession Class Reference
#include <ldapsession.h>
Inheritance diagram for KLDAP::LdapSession:
Public Member Functions | |
LdapSession (QObject *parent=0) | |
LdapConnection & | connection () |
void | connectToServer (const LdapServer &server) |
void | disconnectAndDelete () |
LdapQueryJob * | get (const LdapUrl &url) |
LdapServer | server () const |
Protected Member Functions | |
void | connectToServerInternal () |
void | disconnectFromServerInternal () |
void | run () |
Detailed Description
Definition at line 37 of file ldapsession.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 33 of file ldapsession.cpp.
Member Function Documentation
LdapConnection & LdapSession::connection | ( | ) |
Definition at line 147 of file ldapsession.cpp.
void LdapSession::connectToServer | ( | const LdapServer & | server | ) |
call this instead of start()
Definition at line 42 of file ldapsession.cpp.
|
protected |
Definition at line 52 of file ldapsession.cpp.
void LdapSession::disconnectAndDelete | ( | ) |
call this instead of the dtor
Definition at line 65 of file ldapsession.cpp.
|
protected |
Definition at line 73 of file ldapsession.cpp.
LdapQueryJob * LdapSession::get | ( | const LdapUrl & | url | ) |
Definition at line 110 of file ldapsession.cpp.
|
protected |
Definition at line 122 of file ldapsession.cpp.
LdapServer LdapSession::server | ( | ) | const |
Definition at line 142 of file ldapsession.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:58:03 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:58:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.