KIO
#include <job_p.h>
|
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 78 of file job_p.h.
KIO::SimpleJobPrivate::SimpleJobPrivate |
( |
const KUrl & |
url, |
|
|
int |
command, |
|
|
const QByteArray & |
packedArgs |
|
) |
| |
|
inline |
Creates a new simple job.
- Parameters
-
url | the url of the job |
command | the command of the job |
packedArgs | the arguments |
Definition at line 87 of file job_p.h.
void SimpleJobPrivate::_k_slotSlaveInfoMessage |
( |
const QString & |
s | ) |
|
Called on a slave's info message.
- Parameters
-
- See Also
- infoMessage()
Definition at line 514 of file job.cpp.
static SimpleJob* KIO::SimpleJobPrivate::newJob |
( |
const KUrl & |
url, |
|
|
int |
command, |
|
|
const QByteArray & |
packedArgs, |
|
|
JobFlags |
flags = HideProgressInfo |
|
) |
| |
|
inlinestatic |
static SimpleJob* KIO::SimpleJobPrivate::newJobNoUi |
( |
const KUrl & |
url, |
|
|
int |
command, |
|
|
const QByteArray & |
packedArgs |
|
) |
| |
|
inlinestatic |
void SimpleJobPrivate::restartAfterRedirection |
( |
KUrl * |
redirectionUrl | ) |
|
Called by subclasses to restart the job after a redirection was signalled.
The m_redirectionURL data member can appear in several subclasses, so we have it passed in. The regular URL will be set to the redirection URL which is then cleared.
Definition at line 546 of file job.cpp.
void SimpleJobPrivate::simpleJobInit |
( |
| ) |
|
void SimpleJobPrivate::slaveDone |
( |
| ) |
|
Called to detach a slave from a job.
Definition at line 452 of file job.cpp.
void SimpleJobPrivate::slotConnected |
( |
| ) |
|
Called on a slave's connected signal.
- See Also
- connected()
Definition at line 519 of file job.cpp.
Forward signal from the slave.
- Parameters
-
data_size | the processed size in bytes |
- See Also
- processedSize()
Definition at line 533 of file job.cpp.
void SimpleJobPrivate::slotSpeed |
( |
unsigned long |
speed | ) |
|
Forward signal from the slave.
- Parameters
-
speed | the speed in bytes/s |
- See Also
- speed()
Definition at line 540 of file job.cpp.
Forward signal from the slave Can also be called by the parent job, when it knows the size.
- Parameters
-
Definition at line 524 of file job.cpp.
void SimpleJobPrivate::start |
( |
KIO::Slave * |
slave | ) |
|
|
virtual |
bool KIO::SimpleJobPrivate::m_checkOnHold |
int KIO::SimpleJobPrivate::m_command |
QByteArray KIO::SimpleJobPrivate::m_packedArgs |
QString KIO::SimpleJobPrivate::m_protocol |
bool KIO::SimpleJobPrivate::m_redirectionHandlingEnabled |
int KIO::SimpleJobPrivate::m_schedSerial |
Slave* KIO::SimpleJobPrivate::m_slave |
KUrl KIO::SimpleJobPrivate::m_subUrl |
KUrl KIO::SimpleJobPrivate::m_url |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Apr 20 2013 06:03:17 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.