|
|
A simple job (one url and one command) This is the base class for all jobs that are scheduled. Other jobs are high-level jobs (CopyJob, DeleteJob, FileCopyJob...) that manage subjobs but aren't scheduled directly.
|
|
const KURL& |
[const]
void |
[virtual]
Abort job This kills all subjobs and deletes the job
Parameters:
quietly | if true, Job will emit signal result Should only be set to false when the user kills the job (from kio_uiserver), not when you want to abort a job. |
Reimplemented from Job.
void |
[virtual]
Abort job Suspends slave to be reused by another job for the same request.
void |
[static]
Discard suspended slave
void |
[virtual]
Called by the scheduler when a slave gets to work on this job.
void |
Called to detach a slave from a job.
Slave * |
Slave in use by this job
int |
void |
[ protected slots: virtual slot]
Called when the slave marks the job as finished.
void |
[ protected slots: slot]
Called on a slave's warning
void |
[ protected slots: slot]
Called on a slave's info message
Reimplemented from Job.
void |
[ protected slots: slot]
Called on a slave's connected signal
void |
[ protected slots: slot]
Forward signal from the slave
void |
[ protected slots: slot]
Forward signal from the slave
void |
[ protected slots: slot]
Forward signal from the slave
Reimplemented from Job.
void |
[virtual slot]
Called on a slave's error Made public for the scheduler
void |
[ protected slots: slot]
Slave * |
[ protected: ]
QByteArray |
[ protected: ]
KURL |
[ protected: ]
KURL |
[ protected: ]
int |
[ protected: ]
unsigned long |
[ protected: ]
Generated by: marc@yogi on Tue Mar 27 13:07:59 2001, using kdoc 2.0a48. |