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

Public Member Functions | |
| SimpleJobPrivate (const KUrl &url, int command, const QByteArray &packedArgs) | |
| void | _k_slotSlaveInfoMessage (const QString &s) |
| void | restartAfterRedirection (KUrl *redirectionUrl) |
| void | simpleJobInit () |
| void | slaveDone () |
| void | slotConnected () |
| void | slotProcessedSize (KIO::filesize_t data_size) |
| void | slotSpeed (unsigned long speed) |
| void | slotTotalSize (KIO::filesize_t data_size) |
| virtual void | start (KIO::Slave *slave) |
Static Public Member Functions | |
| static SimpleJobPrivate * | get (KIO::SimpleJob *job) |
| static SimpleJob * | newJob (const KUrl &url, int command, const QByteArray &packedArgs, JobFlags flags=HideProgressInfo) |
| static SimpleJob * | newJobNoUi (const KUrl &url, int command, const QByteArray &packedArgs) |
Public Attributes | |
| bool | m_checkOnHold |
| int | m_command |
| QByteArray | m_packedArgs |
| QString | m_protocol |
| QStringList | m_proxyList |
| bool | m_redirectionHandlingEnabled |
| int | m_schedSerial |
| Slave * | m_slave |
| KUrl | m_subUrl |
| KUrl | m_url |
Detailed Description
Constructor & Destructor Documentation
| KIO::SimpleJobPrivate::SimpleJobPrivate | ( | const KUrl & | url, |
| int | command, | ||
| const QByteArray & | packedArgs | ||
| ) | [inline] |
Member Function Documentation
| void SimpleJobPrivate::_k_slotSlaveInfoMessage | ( | const QString & | s | ) |
| static SimpleJobPrivate* KIO::SimpleJobPrivate::get | ( | KIO::SimpleJob * | job | ) | [inline, static] |
| static SimpleJob* KIO::SimpleJobPrivate::newJob | ( | const KUrl & | url, |
| int | command, | ||
| const QByteArray & | packedArgs, | ||
| JobFlags | flags = HideProgressInfo |
||
| ) | [inline, static] |
| static SimpleJob* KIO::SimpleJobPrivate::newJobNoUi | ( | const KUrl & | url, |
| int | command, | ||
| const QByteArray & | packedArgs | ||
| ) | [inline, static] |
| void SimpleJobPrivate::restartAfterRedirection | ( | KUrl * | redirectionUrl | ) |
| void SimpleJobPrivate::simpleJobInit | ( | ) |
| void SimpleJobPrivate::slaveDone | ( | ) |
| void SimpleJobPrivate::slotConnected | ( | ) |
| void SimpleJobPrivate::slotProcessedSize | ( | KIO::filesize_t | data_size | ) |
| void SimpleJobPrivate::slotSpeed | ( | unsigned long | speed | ) |
| void SimpleJobPrivate::slotTotalSize | ( | KIO::filesize_t | data_size | ) |
| void SimpleJobPrivate::start | ( | KIO::Slave * | slave | ) | [virtual] |
Called by the scheduler when a slave gets to work on this job.
Reimplemented in KIO::TransferJobPrivate.
Member Data Documentation
| QByteArray KIO::SimpleJobPrivate::m_packedArgs |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:55:30 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:55:30 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.