#include <job_p.h>
List of all members.
Detailed Description
Definition at line 78 of file job_p.h.
Constructor & Destructor Documentation
| 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.
Member Function Documentation
| void SimpleJobPrivate::_k_slotSlaveInfoMessage |
( |
const QString & |
s | ) |
|
Called on a slave's info message.
- Parameters:
-
- See also:
- infoMessage()
Definition at line 545 of file job.cpp.
| 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 | ) |
|
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 577 of file job.cpp.
| void SimpleJobPrivate::simpleJobInit |
( |
| ) |
|
| void SimpleJobPrivate::slaveDone |
( |
| ) |
|
Called to detach a slave from a job.
Definition at line 483 of file job.cpp.
| void SimpleJobPrivate::slotConnected |
( |
| ) |
|
Called on a slave's connected signal.
- See also:
- connected()
Definition at line 550 of file job.cpp.
Forward signal from the slave.
- Parameters:
-
| data_size | the processed size in bytes |
- See also:
- processedSize()
Definition at line 564 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 571 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 555 of file job.cpp.
| void SimpleJobPrivate::start |
( |
KIO::Slave * |
slave | ) |
[virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: