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

Detailed Description
A KIO job that creates a directory.
- See also:
- KIO::mkdir()
- Since:
- 3.3
Definition at line 768 of file jobclasses.h.
Signals | |
void | redirection (KIO::Job *job, const KURL &url) |
void | permanentRedirection (KIO::Job *job, const KURL &fromUrl, const KURL &toUrl) |
Public Member Functions | |
MkdirJob (const KURL &url, int command, const QByteArray &packedArgs, bool showProgressInfo) | |
virtual void | start (Slave *slave) |
Protected Slots | |
void | slotRedirection (const KURL &url) |
virtual void | slotFinished () |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Protected Attributes | |
KURL | m_redirectionURL |
Constructor & Destructor Documentation
|
Do not use this constructor to create a MkdirJob, use KIO::mkdir() instead.
|
Member Function Documentation
|
Signals a permanent redirection. The redirection itself is handled internally.
|
|
Signals a redirection. Use to update the URL shown to the user. The redirection itself is handled internally.
|
|
Called when the slave marks the job as finished.
Reimplemented from KIO::SimpleJob. |
The documentation for this class was generated from the following files: