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) |
|
virtual void | start (KIO::Slave *slave) |
|
| JobPrivate () |
|
void | slotSpeed (KJob *job, unsigned long speed) |
|
KIO::JobUiDelegate * | ui () const |
|
| KCompositeJobPrivate () |
|
| ~KCompositeJobPrivate () |
|
| KJobPrivate () |
|
virtual | ~KJobPrivate () |
|
void | _k_speedTimeout () |
|
|
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 259 of file job_p.h.
◆ TransferJobPrivate() [1/2]
KIO::TransferJobPrivate::TransferJobPrivate |
( |
const KUrl & |
url, |
|
|
int |
command, |
|
|
const QByteArray & |
packedArgs, |
|
|
const QByteArray & |
_staticData |
|
) |
| |
|
inline |
◆ TransferJobPrivate() [2/2]
KIO::TransferJobPrivate::TransferJobPrivate |
( |
const KUrl & |
url, |
|
|
int |
command, |
|
|
const QByteArray & |
packedArgs, |
|
|
QIODevice * |
ioDevice |
|
) |
| |
|
inline |
◆ internalResume()
void TransferJobPrivate::internalResume |
( |
| ) |
|
Flow control.
Resume data processing from the slave.
Definition at line 1220 of file job.cpp.
◆ internalSuspend()
void TransferJobPrivate::internalSuspend |
( |
| ) |
|
Flow control.
Suspend data processing from the slave.
Definition at line 1213 of file job.cpp.
◆ newJob() [1/2]
static TransferJob * KIO::TransferJobPrivate::newJob |
( |
const KUrl & |
url, |
|
|
int |
command, |
|
|
const QByteArray & |
packedArgs, |
|
|
const QByteArray & |
_staticData, |
|
|
JobFlags |
flags |
|
) |
| |
|
inlinestatic |
◆ newJob() [2/2]
static TransferJob * KIO::TransferJobPrivate::newJob |
( |
const KUrl & |
url, |
|
|
int |
command, |
|
|
const QByteArray & |
packedArgs, |
|
|
QIODevice * |
ioDevice, |
|
|
JobFlags |
flags |
|
) |
| |
|
inlinestatic |
◆ slotCanResume()
◆ slotDataReqFromDevice()
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 1321 of file job.cpp.
◆ slotErrorPage()
void TransferJobPrivate::slotErrorPage |
( |
| ) |
|
◆ slotNeedSubUrlData()
void TransferJobPrivate::slotNeedSubUrlData |
( |
| ) |
|
◆ slotPostRedirection()
void TransferJobPrivate::slotPostRedirection |
( |
| ) |
|
◆ slotSubUrlData()
void TransferJobPrivate::slotSubUrlData |
( |
KIO::Job * |
, |
|
|
const QByteArray & |
data |
|
) |
| |
◆ start()
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 1242 of file job.cpp.
◆ m_errorPage
bool KIO::TransferJobPrivate::m_errorPage |
◆ m_internalSuspended
bool KIO::TransferJobPrivate::m_internalSuspended |
◆ m_isMimetypeEmitted
bool KIO::TransferJobPrivate::m_isMimetypeEmitted |
◆ m_mimetype
QString KIO::TransferJobPrivate::m_mimetype |
◆ m_outgoingDataSource
QPointer<QIODevice> KIO::TransferJobPrivate::m_outgoingDataSource |
◆ m_redirectionList
KUrl::List KIO::TransferJobPrivate::m_redirectionList |
◆ m_redirectionURL
KUrl KIO::TransferJobPrivate::m_redirectionURL |
◆ m_subJob
◆ staticData
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.