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


Signals | |
void | totalFiles (KIO::Job *, unsigned long files) |
void | totalDirs (KIO::Job *, unsigned long dirs) |
void | processedFiles (KIO::Job *, unsigned long files) |
void | processedDirs (KIO::Job *, unsigned long dirs) |
void | deleting (KIO::Job *, const KURL &file) |
Public Member Functions | |
DeleteJob (const KURL::List &src, bool shred, bool showProgressInfo) | |
KURL::List | urls () const |
Protected Slots | |
void | slotStart () |
void | slotEntries (KIO::Job *, const KIO::UDSEntryList &list) |
virtual void | slotResult (KIO::Job *job) |
Called whenever a subjob finishes. | |
void | slotProcessedSize (KIO::Job *, KIO::filesize_t data_size) |
Forward signal from subjob. | |
void | slotReport () |
Protected Member Functions | |
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 3268 of file job.cpp. References KIO::Job::addSubjob(), QValueList< KURL >::append(), QValueList::begin(), QObject::connect(), KURL::directory(), QValueList::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, KIO::UDSEntry, and KURL::url(). |
|
Forward signal from subjob.
Definition at line 3240 of file job.cpp. References KIO::Job::percent(), and KIO::Job::processedSize(). |
The documentation for this class was generated from the following files: