KIO
#include <job_p.h>
|
| TransferJobPrivate (const KUrl &url, int command, const QByteArray &packedArgs, const QByteArray &_staticData) |
|
| TransferJobPrivate (const KUrl &url, int command, const QByteArray &packedArgs, QIODevice *ioDevice) |
|
void | internalResume () |
|
void | internalSuspend () |
|
void | slotCanResume (KIO::filesize_t offset) |
|
virtual void | slotDataReqFromDevice () |
|
void | slotErrorPage () |
|
void | slotNeedSubUrlData () |
|
void | slotPostRedirection () |
|
void | slotSubUrlData (KIO::Job *, const QByteArray &) |
|
virtual void | start (KIO::Slave *slave) |
|
| SimpleJobPrivate (const KUrl &url, int command, const QByteArray &packedArgs) |
|
void | _k_slotSlaveInfoMessage (const QString &s) |
|
int | requestMessageBox (int type, const QString &text, const QString &caption, const QString &buttonYes, const QString &buttonNo, const QString &iconYes=QString(), const QString &iconNo=QString(), const QString &dontAskAgainName=QString(), const KIO::MetaData &sslMetaData=KIO::MetaData()) |
|
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) |
|
| JobPrivate () |
|
void | slotSpeed (KJob *job, unsigned long speed) |
|
KIO::JobUiDelegate * | ui () const |
|
| KCompositeJobPrivate () |
|
| ~KCompositeJobPrivate () |
|
virtual | ~KJobPrivate () |
|
void | _k_speedTimeout () |
|
| KJobPrivate () |
|
|
static TransferJob * | newJob (const KUrl &url, int command, const QByteArray &packedArgs, const QByteArray &_staticData, JobFlags flags) |
|
static TransferJob * | newJob (const KUrl &url, int command, const QByteArray &packedArgs, QIODevice *ioDevice, JobFlags flags) |
|
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) |
|
static void | emitCopying (KIO::Job *, const KUrl &src, const KUrl &dest) |
|
static void | emitCreatingDir (KIO::Job *, const KUrl &dir) |
|
static void | emitDeleting (KIO::Job *, const KUrl &url) |
|
static void | emitMounting (KIO::Job *, const QString &dev, const QString &point) |
|
static void | emitMoving (KIO::Job *, const KUrl &src, const KUrl &dest) |
|
static void | emitStating (KIO::Job *, const KUrl &url) |
|
static void | emitTransferring (KIO::Job *, const KUrl &url) |
|
static void | emitUnmounting (KIO::Job *, const QString &point) |
|
Definition at line 257 of file job_p.h.
KIO::TransferJobPrivate::TransferJobPrivate |
( |
const KUrl & |
url, |
|
|
int |
command, |
|
|
const QByteArray & |
packedArgs, |
|
|
const QByteArray & |
_staticData |
|
) |
| |
|
inline |
KIO::TransferJobPrivate::TransferJobPrivate |
( |
const KUrl & |
url, |
|
|
int |
command, |
|
|
const QByteArray & |
packedArgs, |
|
|
QIODevice * |
ioDevice |
|
) |
| |
|
inline |
void TransferJobPrivate::internalResume |
( |
| ) |
|
Flow control.
Resume data processing from the slave.
Definition at line 1222 of file job.cpp.
void TransferJobPrivate::internalSuspend |
( |
| ) |
|
Flow control.
Suspend data processing from the slave.
Definition at line 1215 of file job.cpp.
static TransferJob* KIO::TransferJobPrivate::newJob |
( |
const KUrl & |
url, |
|
|
int |
command, |
|
|
const QByteArray & |
packedArgs, |
|
|
const QByteArray & |
_staticData, |
|
|
JobFlags |
flags |
|
) |
| |
|
inlinestatic |
static TransferJob* KIO::TransferJobPrivate::newJob |
( |
const KUrl & |
url, |
|
|
int |
command, |
|
|
const QByteArray & |
packedArgs, |
|
|
QIODevice * |
ioDevice, |
|
|
JobFlags |
flags |
|
) |
| |
|
inlinestatic |
void TransferJobPrivate::slotDataReqFromDevice |
( |
| ) |
|
|
virtual |
Called when the ioslave needs the data to send the server. This slot is invoked when the data is to be sent is read from a QIODevice rather instead of a QByteArray buffer.
Definition at line 1323 of file job.cpp.
void TransferJobPrivate::slotErrorPage |
( |
| ) |
|
void TransferJobPrivate::slotNeedSubUrlData |
( |
| ) |
|
void TransferJobPrivate::slotPostRedirection |
( |
| ) |
|
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.
Definition at line 1244 of file job.cpp.
bool KIO::TransferJobPrivate::m_errorPage |
bool KIO::TransferJobPrivate::m_internalSuspended |
bool KIO::TransferJobPrivate::m_isMimetypeEmitted |
QString KIO::TransferJobPrivate::m_mimetype |
QWeakPointer<QIODevice> KIO::TransferJobPrivate::m_outgoingDataSource |
KUrl::List KIO::TransferJobPrivate::m_redirectionList |
KUrl KIO::TransferJobPrivate::m_redirectionURL |
QByteArray KIO::TransferJobPrivate::staticData |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:05 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.