• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

libkdepim

  • sources
  • kde-4.12
  • kdepim
  • libkdepim
  • ldap
ldapqueryjob.h
Go to the documentation of this file.
1 /*
2  Copyright (c) 2010 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
3  Author: Volker Krause <volker.krause@kdab.com>
4 
5  This library is free software; you can redistribute it and/or modify it
6  under the terms of the GNU Library General Public License as published by
7  the Free Software Foundation; either version 2 of the License, or (at your
8  option) any later version.
9 
10  This library is distributed in the hope that it will be useful, but WITHOUT
11  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12  FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
13  License for more details.
14 
15  You should have received a copy of the GNU Library General Public License
16  along with this library; see the file COPYING.LIB. If not, write to the
17  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18  02110-1301, USA.
19 */
20 
21 #ifndef KLDAP_LDAPQUERYJOB_H
22 #define KLDAP_LDAPQUERYJOB_H
23 
24 #include <KJob>
25 #include <kldap/ldapurl.h>
26 #include "ldapsession.h"
27 #include <kldap/ldapoperation.h>
28 
29 namespace KLDAP {
30 
31 class LdapQueryJob : public KJob
32 {
33  Q_OBJECT
34  public:
35  LdapQueryJob( const LdapUrl &url, LdapSession * session );
36 
37  void start();
38 
39  public Q_SLOTS:
40  void triggerStart();
41 
42  signals:
43  void data( const QByteArray &data );
44 
45  private:
46  LdapUrl m_url;
47  LdapSession *m_session;
48  LdapOperation m_op;
49 };
50 
51 }
52 
53 #endif
KLDAP::LdapQueryJob::LdapQueryJob
LdapQueryJob(const LdapUrl &url, LdapSession *session)
Definition: ldapqueryjob.cpp:33
ldapsession.h
KLDAP::LdapSession
Definition: ldapsession.h:37
KLDAP::LdapQueryJob::data
void data(const QByteArray &data)
KLDAP::LdapQueryJob::triggerStart
void triggerStart()
Definition: ldapqueryjob.cpp:41
KLDAP::LdapQueryJob::start
void start()
Definition: ldapqueryjob.cpp:46
KLDAP::LdapQueryJob
Definition: ldapqueryjob.h:31
KJob
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.

libkdepim

Skip menu "libkdepim"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal