KIO
KIO::MkdirJob Class Reference
A KIO job that creates a directory. More...
#include <job_p.h>
Inheritance diagram for KIO::MkdirJob:

Signals | |
| void | permanentRedirection (KIO::Job *job, const KUrl &fromUrl, const KUrl &toUrl) |
| void | redirection (KIO::Job *job, const KUrl &url) |
Public Member Functions | |
| MkdirJob (MkdirJobPrivate &dd) | |
| ~MkdirJob () | |
Protected Slots | |
| virtual void | slotFinished () |
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
| void KIO::MkdirJob::permanentRedirection | ( | KIO::Job * | job, |
| const KUrl & | fromUrl, | ||
| const KUrl & | toUrl | ||
| ) | [signal] |
Signals a permanent redirection.
The redirection itself is handled internally.
- Parameters:
-
job the job that is redirected fromUrl the original URL toUrl the new URL
Signals a redirection.
Use to update the URL shown to the user. The redirection itself is handled internally.
- Parameters:
-
job the job that is redirected url the new url
| void MkdirJob::slotFinished | ( | ) | [protected, virtual, slot] |
Called when the slave marks the job as finished.
Reimplemented from KIO::SimpleJob.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference