Public Methods
- ListJob (const KURL& url, bool showProgressInfo,
bool recursive = false, QString prefix = QString::null)
- virtual void start ( Slave *slave )
Signals
Protected Slots
ListJob (const KURL& url, bool showProgressInfo,
bool recursive = false, QString prefix = QString::null)
| ListJob |
void start ( Slave *slave )
| start |
[virtual]
Reimplemented from SimpleJob.
[signal]
This signal emits the entry found by the job while listing.
The progress signals aren't specific to ListJob. It simply
uses SimpleJob's processedSize (number of entries listed) and
totalSize (total number of entries, if known),
as well as percent.
void redirection ( KIO::Job *, const KURL &url )
| redirection |
[signal]
Signals a redirection.
Use to update the URL shown to the user.
The redirection itself is handled internally.
void slotFinished ( )
| slotFinished |
[protected slots virtual slot]
Reimplemented from SimpleJob.
void slotResult ( KIO::Job *job )
| slotResult |
[protected slots virtual slot]
Reimplemented from Job.
[protected slots slot]
void slotRedirection ( const KURL &url )
| slotRedirection |
[protected slots slot]
[protected slots slot]
Generated by: dfaure on kde.faure.org on Thu Jan 17 22:16:53 2002, using kdoc 2.0a53. |