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

Public Slots | |
| void | slotTotalSize (KIO::filesize_t data_size) |
Public Methods | |
| virtual void | kill (bool quietly=true) |
| virtual void | putOnHold () |
Static Public Methods | |
| void | removeOnHold () |
Protected Slots | |
| virtual void | slotFinished () |
| void | slotInfoMessage (const QString &) |
| void | slotConnected () |
| void | slotProcessedSize (KIO::filesize_t data_size) |
| void | slotSpeed (unsigned long bytes_per_second) |
| virtual void | slotMetaData (const KIO::MetaData &_metaData) |
Protected Methods | |
| virtual void | virtual_hook (int id, void *data) |
Definition at line 364 of file jobclasses.h.
|
|
Abort job. This kills all subjobs and deletes the job.
Reimplemented from KIO::Job. |
|
|
Abort job. Suspends slave to be reused by another job for the same request. |
|
|
Discard suspended slave. |
|
|
Called on a slave's connected signal. |
|
|
Called when the slave marks the job as finished. Reimplemented in KIO::DavJob, and KIO::TransferJob. |
|
|
Called on a slave's info message. |
|
|
MetaData from the slave is received. |
|
|
Forward signal from the slave |
|
|
Forward signal from the slave |
|
|
Forward signal from the slave Can also be called by the parent job, when it knows the size |
1.2.18