TDEIO::LocalURLJob Class Reference
#include <jobclasses.h>
Inheritance diagram for TDEIO::LocalURLJob:
Signals | |
| void | localURL (TDEIO::LocalURLJob *job, const KURL &url, bool isLocal) |
Public Member Functions | |
| LocalURLJob (const KURL &url, int command, const TQByteArray &packedArgs, bool showProgressInfo) | |
| virtual void | start (Slave *slave) |
Protected Slots | |
| void | slotLocalURL (const KURL &url, bool isLocal) |
| virtual void | slotFinished () |
Protected Member Functions | |
| virtual void | virtual_hook (int id, void *data) |
Detailed Description
A TDEIO job that finds a local URL.
- See also:
- TDEIO::localURL()
- Since:
- R14.0.0
Definition at line 1866 of file jobclasses.h.
Constructor & Destructor Documentation
| LocalURLJob::LocalURLJob | ( | const KURL & | url, |
| int | command, | ||
| const TQByteArray & | packedArgs, | ||
| bool | showProgressInfo | ||
| ) |
Do not use this constructor to create a LocalURLJob, use TDEIO::localURL() 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::LocalURLJob::localURL | ( | TDEIO::LocalURLJob * | job, |
| const KURL & | url, | ||
| bool | isLocal | ||
| ) | [signal] |
- Parameters:
-
job the job that emitted this signal url the local url isLocal true if the returned URL is local, false if not
| void LocalURLJob::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