KIO
KIO::DeleteJob Class Reference
A more complex Job to delete files and directories. More...
#include <deletejob.h>
Inheritance diagram for KIO::DeleteJob:

Signals | |
void | deleting (KIO::Job *job, const KUrl &file) |
void | processedDirs (KIO::Job *job, unsigned long dirs) |
void | processedFiles (KIO::Job *job, unsigned long files) |
void | totalDirs (KJob *job, unsigned long dirs) |
void | totalFiles (KJob *job, unsigned long files) |
Public Member Functions | |
KUrl::List | urls () const |
virtual | ~DeleteJob () |
Protected Slots | |
virtual void | slotResult (KJob *job) |
Protected Member Functions | |
DeleteJob (DeleteJobPrivate &dd) |
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 43 of file deletejob.h.
Constructor & Destructor Documentation
DeleteJob::~DeleteJob | ( | ) | [virtual] |
Definition at line 130 of file deletejob.cpp.
DeleteJob::DeleteJob | ( | DeleteJobPrivate & | dd | ) | [protected] |
Definition at line 119 of file deletejob.cpp.
Member Function Documentation
void KIO::DeleteJob::deleting | ( | KIO::Job * | job, | |
const KUrl & | file | |||
) | [signal] |
Sends the URL of the file that is currently being deleted.
- Parameters:
-
job the job that emitted this signal file the URL of the file or directory that is being deleted
void KIO::DeleteJob::processedDirs | ( | KIO::Job * | job, | |
unsigned long | dirs | |||
) | [signal] |
Sends the number of processed directories.
- Parameters:
-
job the job that emitted this signal dirs the number of processed dirs
void KIO::DeleteJob::processedFiles | ( | KIO::Job * | job, | |
unsigned long | files | |||
) | [signal] |
Sends the number of processed files.
- Parameters:
-
job the job that emitted this signal files the number of processed files
void DeleteJob::slotResult | ( | KJob * | job | ) | [protected, virtual, slot] |
Definition at line 431 of file deletejob.cpp.
void KIO::DeleteJob::totalDirs | ( | KJob * | job, | |
unsigned long | dirs | |||
) | [signal] |
Emitted when the toal number of direcotries is known.
- Parameters:
-
job the job that emitted this signal dirs the total number of directories
void KIO::DeleteJob::totalFiles | ( | KJob * | job, | |
unsigned long | files | |||
) | [signal] |
Emitted when the total number of files is known.
- Parameters:
-
job the job that emitted this signal files the total number of files
KUrl::List DeleteJob::urls | ( | ) | const |
The documentation for this class was generated from the following files: