KPIM::LdapClient Class Reference
This class is internal.
More...
#include <ldapclient.h>
Inherits QObject.
List of all members.
Public Slots
Signals
Public Member Functions
-
LdapClient (int clientNumber, QObject *parent=0, const char *name=0)
- bool isActive () const
-
int clientNumber () const
-
int completionWeight () const
-
void setCompletionWeight (int)
-
const LdapServer & server ()
-
void setServer (const LdapServer &server)
- QStringList attrs () const
Protected Slots
-
void slotData (KIO::Job *, const QByteArray &data)
-
void slotInfoMessage (KIO::Job *, const QString &info)
-
void slotDone ()
Protected Member Functions
-
void startParseLDIF ()
-
void parseLDIF (const QByteArray &data)
-
void endParseLDIF ()
-
void finishCurrentObject ()
Protected Attributes
-
LdapServer mServer
-
QString mScope
-
QStringList mAttrs
-
QGuardedPtr< KIO::SimpleJob > mJob
-
bool mActive
-
bool mReportObjectClass
-
LdapObject mCurrentObject
Detailed Description
This class is internal.
Binary compatibility might be broken any time without notification. Do not use it.
We mean it!
Member Function Documentation
bool KPIM::LdapClient::isActive |
( |
|
) |
const [inline] |
|
|
returns true if there is a query running |
QStringList KPIM::LdapClient::attrs |
( |
|
) |
const [inline] |
|
|
Return the attributes that should be returned, or an empty list if all attributes are wanted |
void KPIM::LdapClient::done |
( |
|
) |
[signal] |
|
|
Emitted when the query is done |
void KPIM::LdapClient::error |
( |
const QString & |
|
) |
[signal] |
|
|
Emitted once for each object returned from the query |
void LdapClient::setAttrs |
( |
const QStringList & |
attrs |
) |
[slot] |
|
|
Set the attributes that should be returned, or an empty list if all attributes are wanted |
void LdapClient::startQuery |
( |
const QString & |
filter |
) |
[slot] |
|
|
Start the query with filter filter |
void LdapClient::cancelQuery |
( |
|
) |
[slot] |
|
The documentation for this class was generated from the following files:
- ldapclient.h
- ldapclient.cpp