KIO
KIO::SimpleJob Class Reference
A simple job (one url and one command). More...
#include <jobclasses.h>
Inheritance diagram for KIO::SimpleJob:

Public Slots | |
| void | slotError (int, const QString &) |
Public Member Functions | |
| virtual void | putOnHold () |
| const KUrl & | url () const |
| ~SimpleJob () | |
Static Public Member Functions | |
| static void | removeOnHold () |
Protected Slots | |
| virtual void | slotFinished () |
| virtual void | slotMetaData (const KIO::MetaData &_metaData) |
| virtual void | slotWarning (const QString &) |
Protected Member Functions | |
| virtual bool | doKill () |
| virtual bool | doResume () |
| virtual bool | doSuspend () |
| SimpleJob (SimpleJobPrivate &dd) | |
| void | storeSSLSessionFromJob (const KUrl &m_redirectionURL) |
Detailed Description
A simple job (one url and one command).This is the base class for all jobs that are scheduled. Other jobs are high-level jobs (CopyJob, DeleteJob, FileCopyJob...) that manage subjobs but aren't scheduled directly.
Definition at line 320 of file jobclasses.h.
Constructor & Destructor Documentation
| SimpleJob::SimpleJob | ( | SimpleJobPrivate & | dd | ) | [protected] |
Member Function Documentation
| bool SimpleJob::doKill | ( | ) | [protected, virtual] |
| bool SimpleJob::doResume | ( | ) | [protected, virtual] |
| bool SimpleJob::doSuspend | ( | ) | [protected, virtual] |
| void SimpleJob::putOnHold | ( | ) | [virtual] |
| void SimpleJob::removeOnHold | ( | ) | [static] |
| void SimpleJob::slotError | ( | int | err, | |
| const QString & | errorText | |||
| ) | [slot] |
| void SimpleJob::slotFinished | ( | ) | [protected, virtual, slot] |
Called when the slave marks the job as finished.
Reimplemented in KIO::DavJob, KIO::StatJob, KIO::TransferJob, KIO::MultiGetJob, KIO::MimetypeJob, and KIO::ListJob.
| void SimpleJob::slotMetaData | ( | const KIO::MetaData & | _metaData | ) | [protected, virtual, slot] |
MetaData from the slave is received.
- Parameters:
-
_metaData the meta data
- See also:
- metaData()
Reimplemented in KIO::StatJob, KIO::TransferJob, and KIO::ListJob.
| void SimpleJob::slotWarning | ( | const QString & | errorText | ) | [protected, virtual, slot] |
| void SimpleJob::storeSSLSessionFromJob | ( | const KUrl & | m_redirectionURL | ) | [protected] |
| const KUrl & SimpleJob::url | ( | ) | const |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference