libkdepim
Go to the documentation of this file.
22 #ifndef KLDAP_LDAPCLIENT_H
23 #define KLDAP_LDAPCLIENT_H
27 #include <QtCore/QObject>
28 #include <QtCore/QStringList>
67 int clientNumber()
const;
73 bool isActive()
const;
81 void setCompletionWeight(
int weight );
86 int completionWeight()
const;
92 void setServer(
const KLDAP::LdapServer &server );
98 const KLDAP::LdapServer server()
const;
106 void setAttributes(
const QStringList &attributes );
119 void setScope(
const QString scope );
124 void startQuery(
const QString &filter );
142 void error(
const QString &message );
155 Q_PRIVATE_SLOT( d,
void slotData( KIO::Job*,
const QByteArray& ) )
156 Q_PRIVATE_SLOT( d,
void slotData(
const QByteArray& ) )
158 Q_PRIVATE_SLOT( d,
void slotDone() )
An object that represents a configured LDAP server.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:50 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.