#include <jobclasses.h>
Inheritance diagram for KIO::TransferJob:

Signals | |
| void | data (KIO::Job *, const QByteArray &data) |
| void | dataReq (KIO::Job *, QByteArray &data) |
| void | redirection (KIO::Job *, const KURL &url) |
| void | permanentRedirection (KIO::Job *, const KURL &fromUrl, const KURL &toUrl) |
| void | mimetype (KIO::Job *, const QString &type) |
Public Methods | |
| virtual void | start (Slave *slave) |
| virtual void | slotResult (KIO::Job *job) |
| void | suspend () |
| void | resume () |
| bool | isSuspended () const |
| bool | isErrorPage () const |
Protected Slots | |
| virtual void | slotFinished () |
Protected Methods | |
| virtual void | virtual_hook (int id, void *data) |
Definition at line 565 of file jobclasses.h.
|
||||||||||||
|
Data from the slave has arrived.
|
|
||||||||||||
|
Request for data. Please note, that you shouldn't put too large chunks of data in it as this requires copies within the frame work, so you should rather split the data you want to pass here in reasonable chunks (about 1MB maximum)
|
|
|
Definition at line 602 of file jobclasses.h. |
|
|
Flow control. Returns true if the job is suspended. Definition at line 594 of file jobclasses.h. |
|
||||||||||||
|
Mimetype determined |
|
||||||||||||||||
|
Signals a permanent redirection. The redirection itself is handled internally.
|
|
||||||||||||
|
Signals a redirection. Use to update the URL shown to the user. The redirection itself is handled internally. |
|
|
Flow control. Resume data processing from the slave. |
|
|
Called when the slave marks the job as finished. Reimplemented from KIO::SimpleJob. Reimplemented in KIO::DavJob. |
|
|
Called when m_subJob finishes. Reimplemented from KIO::Job. |
|
|
Flow control. Suspend data processing from the slave. |
1.2.18