KIO
Public Slots |
Public Member Functions |
Static Public Member Functions |
Protected Slots |
Protected Member Functions
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 | |
| ~SimpleJob () | |
| bool | isRedirectionHandlingEnabled () const |
| virtual void | putOnHold () |
| void | setRedirectionHandlingEnabled (bool handle) |
| const KUrl & | url () const |
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 | |
| SimpleJob (SimpleJobPrivate &dd) | |
| virtual bool | doKill () |
| virtual bool | doResume () |
| virtual bool | doSuspend () |
| 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 323 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] |
| bool SimpleJob::isRedirectionHandlingEnabled | ( | ) | const |
| void SimpleJob::putOnHold | ( | ) | [virtual] |
| void SimpleJob::removeOnHold | ( | ) | [static] |
| void SimpleJob::setRedirectionHandlingEnabled | ( | bool | handle | ) |
| 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::MkdirJob, 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.6 API Reference