KIO
KIO::MkdirJob Class Reference
#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
| MkdirJob::MkdirJob | ( | MkdirJobPrivate & | dd | ) |
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
| void KIO::MkdirJob::redirection | ( | KIO::Job * | job, |
| const KUrl & | url | ||
| ) | [signal] |
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:21:59 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:21:59 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.