KIO::DeleteJob Class Reference
#include <jobclasses.h>
Inheritance diagram for KIO::DeleteJob:

Protected Slots | |
virtual void | slotResult (KIO::Job *job) |
Called whenever a subjob finishes. | |
void | slotProcessedSize (KIO::Job *, KIO::filesize_t data_size) |
Forward signal from subjob. | |
Protected Methods | |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
A more complex Job to delete files and directories.
Definition at line 1036 of file jobclasses.h.
Member Function Documentation
|
Called whenever a subjob finishes. Default implementation checks for errors and propagates to parent job, then calls removeSubjob. Override if you don't want subjobs errors to be propagated. Reimplemented from KIO::Job. Definition at line 3269 of file job.cpp. References KIO::Job::addSubjob(), QValueList< UDSAtom >::begin(), QObject::connect(), KURL::directory(), QValueList< UDSAtom >::end(), KIO::Job::error(), QPtrList< Job >::isEmpty(), KURL::isLocalFile(), KIO::listRecursive(), KURL::path(), QPtrList< Job >::remove(), KIO::UDS_FILE_TYPE, KIO::UDS_LINK_DEST, KIO::UDS_SIZE, and KURL::url(). |
|
Forward signal from subjob.
Definition at line 3241 of file job.cpp. References KIO::Job::percent(), and KIO::Job::processedSize(). |
The documentation for this class was generated from the following files: