KIO
KIO::TransferJobPrivate Class Reference
#include <job_p.h>
Inheritance diagram for KIO::TransferJobPrivate:

Public Member Functions | |
| TransferJobPrivate (const KUrl &url, int command, const QByteArray &packedArgs, const QByteArray &_staticData) | |
| void | internalResume () |
| void | internalSuspend () |
| void | slotCanResume (KIO::filesize_t offset) |
| void | slotErrorPage () |
| void | slotNeedSubUrlData () |
| void | slotPostRedirection () |
| void | slotSubUrlData (KIO::Job *, const QByteArray &) |
| virtual void | start (KIO::Slave *slave) |
Static Public Member Functions | |
| static TransferJob * | newJob (const KUrl &url, int command, const QByteArray &packedArgs, const QByteArray &_staticData, JobFlags flags) |
Public Attributes | |
| bool | m_errorPage |
| bool | m_internalSuspended |
| bool | m_isMimetypeEmitted |
| QString | m_mimetype |
| KUrl::List | m_redirectionList |
| KUrl | m_redirectionURL |
| TransferJob * | m_subJob |
| QByteArray | staticData |
Detailed Description
Constructor & Destructor Documentation
| KIO::TransferJobPrivate::TransferJobPrivate | ( | const KUrl & | url, |
| int | command, | ||
| const QByteArray & | packedArgs, | ||
| const QByteArray & | _staticData | ||
| ) | [inline] |
Member Function Documentation
| void TransferJobPrivate::internalResume | ( | ) |
| void TransferJobPrivate::internalSuspend | ( | ) |
| static TransferJob* KIO::TransferJobPrivate::newJob | ( | const KUrl & | url, |
| int | command, | ||
| const QByteArray & | packedArgs, | ||
| const QByteArray & | _staticData, | ||
| JobFlags | flags | ||
| ) | [inline, static] |
| void TransferJobPrivate::slotCanResume | ( | KIO::filesize_t | offset | ) |
| void TransferJobPrivate::slotSubUrlData | ( | KIO::Job * | , |
| const QByteArray & | data | ||
| ) |
| void TransferJobPrivate::start | ( | KIO::Slave * | slave | ) | [virtual] |
Called by the scheduler when a slave gets to work on this job.
- Parameters:
-
slave the slave that works on the job
Reimplemented from KIO::SimpleJobPrivate.
Member Data Documentation
| QByteArray KIO::TransferJobPrivate::staticData |
The documentation for this class was generated from the following files:
KDE 4.6 API Reference