KIO
KIO::DavJob Class Reference
#include <davjob.h>
Inheritance diagram for KIO::DavJob:

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.
Definition at line 53 of file davjob.h.
Public Member Functions | |
QDomDocument & | response () |
Protected Slots | |
virtual void | slotData (const QByteArray &data) |
virtual void | slotFinished () |
Protected Member Functions | |
DavJob (DavJobPrivate &dd, int, const QString &) |
Constructor & Destructor Documentation
DavJob::DavJob | ( | DavJobPrivate & | dd, | |
int | method, | |||
const QString & | request | |||
) | [protected] |
Definition at line 75 of file davjob.cpp.
Member Function Documentation
QDomDocument & DavJob::response | ( | ) |
Returns the response as a QDomDocument.
- Returns:
- the response document
Definition at line 91 of file davjob.cpp.
void DavJob::slotData | ( | const QByteArray & | data | ) | [protected, virtual, slot] |
void DavJob::slotFinished | ( | ) | [protected, virtual, slot] |
Called when the slave marks the job as finished.
Reimplemented from KIO::TransferJob.
Definition at line 106 of file davjob.cpp.
The documentation for this class was generated from the following files: