kio Library API Documentation

KIO::DavJob Class Reference

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

#include <davjob.h>

Inheritance diagram for KIO::DavJob:

KIO::TransferJob KIO::SimpleJob KIO::Job QObject List of all members.

Protected Slots

virtual void slotFinished ()
 Called when the slave marks the job as finished.

virtual void slotData (const QByteArray &data)

Protected Attributes

bool m_suspended
TransferJobm_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.

Since:
3.1

Definition at line 54 of file davjob.h.


Member Function Documentation

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

Called when the slave marks the job as finished.

Reimplemented from KIO::TransferJob.

Definition at line 62 of file davjob.cpp.

References QDomDocument::createElementNS(), QDomDocument::createTextNode(), and QDomDocument::setContent().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:21:38 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001