KDE PIM / Developers / API Docs / libkdepim

KPIM::LdapClient Class Reference

This class is internal. More...

#include <ldapclient.h>

Inherits QObject.

List of all members.

Public Slots

Signals

Public Member Functions

Protected Slots

Protected Member Functions

Protected Attributes


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 in case of error

void KPIM::LdapClient::result const KPIM::LdapObject  )  [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]
 

Abort a running query


The documentation for this class was generated from the following files: