KIO
KIO::SpecialJob Class Reference
#include <jobclasses.h>
Inheritance diagram for KIO::SpecialJob:

Public Member Functions | |
SpecialJob (const KUrl &url, const QByteArray &data=QByteArray()) | |
~SpecialJob () | |
QByteArray | arguments () const |
void | setArguments (const QByteArray &data) |
![]() | |
~TransferJob () | |
bool | isErrorPage () const |
QString | mimetype () const |
bool | reportDataSent () const |
void | sendAsyncData (const QByteArray &data) |
void | setAsyncDataEnabled (bool enabled) |
void | setModificationTime (const QDateTime &mtime) |
void | setReportDataSent (bool enabled) |
void | setTotalSize (KIO::filesize_t bytes) |
![]() | |
~SimpleJob () | |
bool | isRedirectionHandlingEnabled () const |
virtual void | putOnHold () |
void | setRedirectionHandlingEnabled (bool handle) |
const KUrl & | url () const |
![]() | |
virtual | ~Job () |
void | addMetaData (const QString &key, const QString &value) |
void | addMetaData (const QMap< QString, QString > &values) |
QStringList | detailedErrorStrings (const KUrl *reqUrl=0L, int method=-1) const |
QString | errorString () const |
bool | isInteractive () const |
void | mergeMetaData (const QMap< QString, QString > &values) |
MetaData | metaData () const |
MetaData | outgoingMetaData () const |
Job * | parentJob () const |
QString | queryMetaData (const QString &key) |
void | setMetaData (const KIO::MetaData &metaData) |
void | setParentJob (Job *parentJob) |
void | showErrorDialog (QWidget *parent=0) |
void | start () |
JobUiDelegate * | ui () const |
![]() | |
KCompositeJob (QObject *parent=0) | |
virtual | ~KCompositeJob () |
virtual | ~KJob () |
Capabilities | capabilities () const |
int | error () const |
QString | errorText () const |
bool | exec () |
bool | isAutoDelete () const |
bool | isSuspended () const |
KJob (QObject *parent=0) | |
unsigned long | percent () const |
qulonglong | processedAmount (Unit unit) const |
void | setAutoDelete (bool autodelete) |
void | setUiDelegate (KJobUiDelegate *delegate) |
qulonglong | totalAmount (Unit unit) const |
KJobUiDelegate * | uiDelegate () const |
Additional Inherited Members | |
![]() | |
enum | Capability |
enum | KillVerbosity |
enum | Unit |
![]() | |
void | slotError (int, const QString &) |
![]() | |
void | canResume (KIO::Job *job, KIO::filesize_t offset) |
void | data (KIO::Job *job, const QByteArray &data) |
void | dataReq (KIO::Job *job, QByteArray &data) |
void | mimetype (KIO::Job *job, const QString &type) |
void | permanentRedirection (KIO::Job *job, const KUrl &fromUrl, const KUrl &toUrl) |
void | redirection (KIO::Job *job, const KUrl &url) |
![]() | |
static void | removeOnHold () |
![]() | |
Bytes | |
Directories | |
EmitResult | |
Files | |
Killable | |
NoCapabilities | |
Quietly | |
Suspendable | |
![]() | |
virtual void | slotData (const QByteArray &data) |
virtual void | slotDataReq () |
virtual void | slotFinished () |
virtual void | slotMetaData (const KIO::MetaData &_metaData) |
virtual void | slotMimetype (const QString &mimetype) |
virtual void | slotRedirection (const KUrl &url) |
![]() | |
TransferJob (TransferJobPrivate &dd) | |
virtual bool | doResume () |
virtual void | slotResult (KJob *job) |
![]() | |
KJobPrivate *const | d_ptr |
Detailed Description
A class that sends a special command to an ioslave.
This allows you to send a binary blob to an ioslave and handle its responses. The ioslave will receive the binary data as an argument to the "special" function (inherited from SlaveBase::special()).
Use this only on ioslaves that belong to your application. Sending special commands to other ioslaves may cause unexpected behaviour.
- See Also
- KIO::special
Definition at line 1021 of file jobclasses.h.
Constructor & Destructor Documentation
|
explicit |
Creates a KIO::SpecialJob.
- Parameters
-
url the URL to be passed to the ioslave data the data to be sent to the SlaveBase::special() function.
Member Function Documentation
QByteArray SpecialJob::arguments | ( | ) | const |
void SpecialJob::setArguments | ( | const QByteArray & | data | ) |
Sets the QByteArray that is passed to SlaveBase::special() on the ioslave.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon May 5 2014 18:13:56 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon May 5 2014 18:13:56 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.