Signals |
Public Member Functions |
Protected Slots |
Protected Member Functions |
Protected Attributes
TDEIO::MkdirJob Class Reference
#include <jobclasses.h>
Inheritance diagram for TDEIO::MkdirJob:
Signals | |
| void | redirection (TDEIO::Job *job, const KURL &url) |
| void | permanentRedirection (TDEIO::Job *job, const KURL &fromUrl, const KURL &toUrl) |
Public Member Functions | |
| MkdirJob (const KURL &url, int command, const TQByteArray &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 |
Detailed Description
A TDEIO job that creates a directory.
- See also:
- TDEIO::mkdir()
- Since:
- 3.3
Definition at line 780 of file jobclasses.h.
Constructor & Destructor Documentation
| MkdirJob::MkdirJob | ( | const KURL & | url, |
| int | command, | ||
| const TQByteArray & | packedArgs, | ||
| bool | showProgressInfo | ||
| ) |
Do not use this constructor to create a MkdirJob, use TDEIO::mkdir() instead.
- Parameters:
-
url the url of the file or directory to check command the command to issue packedArgs the arguments showProgressInfo true to show progress information to the user
Member Function Documentation
| void TDEIO::MkdirJob::permanentRedirection | ( | TDEIO::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 TDEIO::MkdirJob::redirection | ( | TDEIO::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 TDEIO::SimpleJob.
The documentation for this class was generated from the following files:
Trinity API Reference