• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kio/kio
 

kio/kio

  • kio
  • kio
davjob.h
1 // -*- c++ -*-
2 /* This file is part of the KDE libraries
3  Copyright (C) 2002 Jan-Pascal van Best <janpascal@vanbest.org>
4 
5  This library is free software; you can redistribute it and/or
6  modify it under the terms of the GNU Library General Public
7  License as published by the Free Software Foundation; either
8  version 2 of the License, or (at your option) any later version.
9 
10  This library is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  Library General Public 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
17  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  Boston, MA 02110-1301, USA.
19 */
20 
21 #ifndef __kio_davjob_h__
22 #define __kio_davjob_h__
23 
24 #include <kurl.h>
25 
26 #include <tqobject.h>
27 #include <tqptrlist.h>
28 #include <tqstring.h>
29 #include <tqstringlist.h>
30 #include <tqguardedptr.h>
31 #include <tqdom.h>
32 
33 #include <sys/types.h>
34 #include <sys/stat.h>
35 
36 #include <kio/jobclasses.h>
37 #include <kio/global.h>
38 
39 class Observer;
40 class TQTimer;
41 
42 namespace KIO {
43 
44  class Slave;
45  class SlaveInterface;
46 
57  class KIO_EXPORT DavJob : public TransferJob {
58  Q_OBJECT
59 
60  public:
65  DavJob(const KURL& url, int method,
66  const TQString& request, bool showProgressInfo);
71  TQDomDocument& response() { return m_response; }
72 
73  protected slots:
74  virtual void slotFinished();
75  virtual void slotData( const TQByteArray &data);
76 
77  protected:
78  bool m_suspended;
79  TransferJob *m_subJob;
80  private:
81  class DavJobPrivate;
82  DavJobPrivate *d;
83  TQString dummy; // kept around for BC reasons
84  TQDomDocument m_response;
85  };
86 
98  KIO_EXPORT DavJob* davPropFind( const KURL& url, const TQDomDocument& properties, TQString depth, bool showProgressInfo=true );
99 
110  KIO_EXPORT DavJob* davPropPatch( const KURL& url, const TQDomDocument& properties, bool showProgressInfo=true );
111 
122  KIO_EXPORT DavJob* davSearch( const KURL &url, const TQString& nsURI, const TQString& qName, const TQString& query, bool showProgressInfo=true );
123 
124 }
125 
126 #endif
127 

kio/kio

Skip menu "kio/kio"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kio/kio

Skip menu "kio/kio"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kio/kio by doxygen 1.8.3.1
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |