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

Detailed Description
A more complex Job to delete files and directories.Don't create the job directly, but use KIO::del() instead.
- See also:
- KIO::del()
Definition at line 1738 of file jobclasses.h.
Signals | |
void | totalFiles (KIO::Job *job, unsigned long files) |
void | totalDirs (KIO::Job *job, unsigned long dirs) |
void | processedFiles (KIO::Job *job, unsigned long files) |
void | processedDirs (KIO::Job *job, unsigned long dirs) |
void | deleting (KIO::Job *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) |
void | slotProcessedSize (KIO::Job *, KIO::filesize_t data_size) |
void | slotReport () |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Constructor & Destructor Documentation
|
Do not create a DeleteJob directly. Use KIO::del() instead.
|
Member Function Documentation
|
Sends the URL of the file that is currently being deleted.
|
|
Sends the number of processed directories.
|
|
Sends the number of processed files.
|
|
Forward signal from subjob.
|
|
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. |
|
Emitted when the toal number of direcotries is known.
|
|
Emitted when the total number of files is known.
|
|
Returns the list of URLs.
Definition at line 1757 of file jobclasses.h. |
The documentation for this class was generated from the following files: