KIO::MultiGetJob Class Reference
The MultiGetJob is a TransferJob that allows you to get several files from a single server. More...
#include <jobclasses.h>
Inheritance diagram for KIO::MultiGetJob:


| Signals | |
| void | data (long id, const QByteArray &data) | 
| void | mimetype (long id, const QString &type) | 
| void | result (long id) | 
| Public Member Functions | |
| MultiGetJob (const KURL &url, bool showProgressInfo) | |
| virtual void | start (Slave *slave) | 
| void | get (long id, const KURL &url, const MetaData &metaData) | 
| Protected Slots | |
| virtual void | slotRedirection (const KURL &url) | 
| virtual void | slotFinished () | 
| virtual void | slotData (const QByteArray &data) | 
| virtual void | slotMimetype (const QString &mimetype) | 
| Protected Member Functions | |
| virtual void | virtual_hook (int id, void *data) | 
Detailed Description
The MultiGetJob is a TransferJob that allows you to get several files from a single server.Don't create directly, but use KIO::multi_get() instead.
- See also:
- KIO::multi_get()
Definition at line 900 of file jobclasses.h.
Constructor & Destructor Documentation
| 
 | ||||||||||||
| Do not create a MultiGetJob directly, use KIO::multi_get() instead. 
 
 Definition at line 3649 of file job.cpp. References QPtrList< GetRequest >::setAutoDelete(). | 
Member Function Documentation
| 
 | ||||||||||||||||
| Get an additional file. 
 
 Definition at line 3658 of file job.cpp. References QPtrList< GetRequest >::append(). Referenced by KIO::multi_get(). | 
| 
 | ||||||||||||
| Data from the slave has arrived. 
 
 | 
| 
 | ||||||||||||
| Mimetype determined. 
 
 | 
| 
 | 
| File transfer completed. When all files have been processed, result(KIO::Job *) gets emitted. 
 Referenced by slotFinished(). | 
| 
 | 
| Called when the slave marks the job as finished. 
 Reimplemented from KIO::TransferJob. Definition at line 3761 of file job.cpp. References QPtrList< GetRequest >::at(), QMap< QString, QString >::clear(), QPtrList< GetRequest >::count(), KURL::isEmpty(), QPtrList< GetRequest >::removeRef(), result(), and KURL::url(). | 
The documentation for this class was generated from the following files:

