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> 
   69     int clientNumber() 
const;
 
   75     bool isActive() 
const;
 
   83     void setCompletionWeight( 
int weight );
 
   88     int completionWeight() 
const;
 
   94     void setServer( 
const KLDAP::LdapServer &server );
 
  100     const KLDAP::LdapServer server() 
const;
 
  108     void setAttributes( 
const QStringList &attributes );
 
  114     QStringList attributes() 
const;
 
  121     void setScope( 
const QString scope );
 
  126     void startQuery( 
const QString &filter );
 
  144     void error( 
const QString &message );
 
  157     Q_PRIVATE_SLOT( d, 
void slotData( KIO::Job*, 
const QByteArray& ) )
 
  158     Q_PRIVATE_SLOT( d, 
void slotData( 
const QByteArray& ) )
 
  159     Q_PRIVATE_SLOT( d, 
void slotInfoMessage( 
KJob*, 
const QString&, 
const QString& ) )
 
  160     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-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.