#include <job_p.h>
List of all members.
Public Member Functions |
| | TransferJobPrivate (const KUrl &url, int command, const QByteArray &packedArgs, const QByteArray &_staticData) |
| | TransferJobPrivate (const KUrl &url, int command, const QByteArray &packedArgs, QIODevice *ioDevice) |
| void | internalResume () |
| void | internalSuspend () |
| void | slotCanResume (KIO::filesize_t offset) |
| virtual void | slotDataReqFromDevice () |
| void | slotErrorPage () |
| void | slotNeedSubUrlData () |
| void | slotPostRedirection () |
| void | slotSubUrlData (KIO::Job *, const QByteArray &) |
| virtual void | start (KIO::Slave *slave) |
Static Public Member Functions |
| static TransferJob * | newJob (const KUrl &url, int command, const QByteArray &packedArgs, const QByteArray &_staticData, JobFlags flags) |
| static TransferJob * | newJob (const KUrl &url, int command, const QByteArray &packedArgs, QIODevice *ioDevice, JobFlags flags) |
Public Attributes |
| bool | m_errorPage |
| bool | m_internalSuspended |
| bool | m_isMimetypeEmitted |
| QString | m_mimetype |
| QWeakPointer< QIODevice > | m_outgoingDataSource |
| KUrl::List | m_redirectionList |
| KUrl | m_redirectionURL |
| TransferJob * | m_subJob |
| QByteArray | staticData |
Constructor & Destructor Documentation
| KIO::TransferJobPrivate::TransferJobPrivate |
( |
const KUrl & |
url, |
|
|
int |
command, |
|
|
const QByteArray & |
packedArgs, |
|
|
const QByteArray & |
_staticData |
|
) |
| [inline] |
| KIO::TransferJobPrivate::TransferJobPrivate |
( |
const KUrl & |
url, |
|
|
int |
command, |
|
|
const QByteArray & |
packedArgs, |
|
|
QIODevice * |
ioDevice |
|
) |
| [inline] |
Member Function Documentation
| void TransferJobPrivate::internalResume |
( |
| ) |
|
Flow control.
Resume data processing from the slave.
Definition at line 1191 of file job.cpp.
| void TransferJobPrivate::internalSuspend |
( |
| ) |
|
Flow control.
Suspend data processing from the slave.
Definition at line 1184 of file job.cpp.
| static TransferJob* KIO::TransferJobPrivate::newJob |
( |
const KUrl & |
url, |
|
|
int |
command, |
|
|
const QByteArray & |
packedArgs, |
|
|
const QByteArray & |
_staticData, |
|
|
JobFlags |
flags |
|
) |
| [inline, static] |
| static TransferJob* KIO::TransferJobPrivate::newJob |
( |
const KUrl & |
url, |
|
|
int |
command, |
|
|
const QByteArray & |
packedArgs, |
|
|
QIODevice * |
ioDevice, |
|
|
JobFlags |
flags |
|
) |
| [inline, static] |
| void TransferJobPrivate::slotDataReqFromDevice |
( |
| ) |
[virtual] |
Called when the ioslave needs the data to send the server. This slot is invoked when the data is to be sent is read from a QIODevice rather instead of a QByteArray buffer.
Definition at line 1292 of file job.cpp.
| void TransferJobPrivate::slotErrorPage |
( |
| ) |
|
| void TransferJobPrivate::slotNeedSubUrlData |
( |
| ) |
|
| void TransferJobPrivate::slotPostRedirection |
( |
| ) |
|
| void TransferJobPrivate::slotSubUrlData |
( |
KIO::Job * |
, |
|
|
const QByteArray & |
data |
|
) |
| |
| void TransferJobPrivate::start |
( |
KIO::Slave * |
slave | ) |
[virtual] |
Called by the scheduler when a slave gets to work on this job.
- Parameters:
-
| slave | the slave that works on the job |
Reimplemented from KIO::SimpleJobPrivate.
Definition at line 1213 of file job.cpp.
Member Data Documentation
The documentation for this class was generated from the following files: