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

tdeio/tdeio

  • TDEIO
  • TDEIO::DavJob
Public Member Functions | Protected Slots | Protected Attributes

TDEIO::DavJob Class Reference

The transfer job pumps data into and/or out of a Slave. More...

#include <davjob.h>

Inheritance diagram for TDEIO::DavJob:
TDEIO::TransferJob TDEIO::SimpleJob TDEIO::Job TQObject

List of all members.

Public Member Functions

 DavJob (const KURL &url, int method, const TQString &request, bool showProgressInfo)
TQDomDocument & response ()

Protected Slots

virtual void slotFinished ()
virtual void slotData (const TQByteArray &data)

Protected Attributes

bool m_suspended
TransferJob * m_subJob

Detailed Description

The transfer job pumps data into and/or out of a Slave.

Data is sent to the slave on request of the slave ( dataReq). If data coming from the slave can not be handled, the reading of data from the slave should be suspended.

See also:
TDEIO::davPropFind()
TDEIO::davPropPatch()
TDEIO::davSearch()
Since:
3.1

Definition at line 57 of file davjob.h.


Constructor & Destructor Documentation

DavJob::DavJob ( const KURL &  url,
int  method,
const TQString &  request,
bool  showProgressInfo 
)

Use TDEIO::davPropFind(), TDEIO::davPropPatch() and TDEIO::davSearch() to create a new DavJob.

Definition at line 52 of file davjob.cpp.


Member Function Documentation

TQDomDocument& TDEIO::DavJob::response (  )  [inline]

Returns the response as a TQDomDocument.

Returns:
the response document

Definition at line 71 of file davjob.h.

void DavJob::slotFinished (  )  [protected, virtual, slot]

Called when the slave marks the job as finished.

Reimplemented from TDEIO::TransferJob.

Definition at line 77 of file davjob.cpp.


The documentation for this class was generated from the following files:
  • davjob.h
  • davjob.cpp

tdeio/tdeio

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

tdeio/tdeio

Skip menu "tdeio/tdeio"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeio/tdeio by doxygen 1.7.1
This website is maintained by Timothy Pearson.