KIO
KIO::MkdirJob Class Reference
#include <job_p.h>
Inheritance diagram for KIO::MkdirJob:

Signals | |
| void | permanentRedirection (KIO::Job *job, const KUrl &fromUrl, const KUrl &toUrl) |
| void | redirection (KIO::Job *job, const KUrl &url) |
Public Member Functions | |
| MkdirJob (MkdirJobPrivate &dd) | |
| ~MkdirJob () | |
Public Member Functions inherited from KIO::SimpleJob | |
| ~SimpleJob () | |
| bool | isRedirectionHandlingEnabled () const |
| virtual void | putOnHold () |
| void | setRedirectionHandlingEnabled (bool handle) |
| const KUrl & | url () const |
Public Member Functions inherited from KIO::Job | |
| 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 |
Public Member Functions inherited from KCompositeJob | |
| 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 |
Public Member Functions inherited from KJob | |
| qulonglong | processedAmount (Unit unit) const |
| qulonglong | totalAmount (Unit unit) const |
Protected Slots | |
| virtual void | slotFinished () |
Protected Slots inherited from KIO::SimpleJob | |
| virtual void | slotMetaData (const KIO::MetaData &_metaData) |
| virtual void | slotWarning (const QString &) |
Additional Inherited Members | |
Public Slots inherited from KIO::SimpleJob | |
| void | slotError (int, const QString &) |
Static Public Member Functions inherited from KIO::SimpleJob | |
| static void | removeOnHold () |
Protected Member Functions inherited from KIO::SimpleJob | |
| SimpleJob (SimpleJobPrivate &dd) | |
| virtual bool | doKill () |
| virtual bool | doResume () |
| virtual bool | doSuspend () |
| void | storeSSLSessionFromJob (const KUrl &m_redirectionURL) |
Protected Member Functions inherited from KIO::Job | |
| Job () | |
| Job (JobPrivate &dd) | |
| virtual bool | addSubjob (KJob *job) |
| virtual bool | removeSubjob (KJob *job) |
Protected Member Functions inherited from KCompositeJob | |
| KCompositeJob (KCompositeJobPrivate &dd, QObject *parent) | |
| void | clearSubjobs () |
| void | emitPercent (qulonglong processedAmount, qulonglong totalAmount) |
| void | emitResult () |
| void | emitSpeed (unsigned long speed) |
| bool | hasSubjobs () |
| KJob (KJobPrivate &dd, QObject *parent) | |
| void | setCapabilities (Capabilities capabilities) |
| void | setError (int errorCode) |
| void | setErrorText (const QString &errorText) |
| void | setPercent (unsigned long percentage) |
| void | setProcessedAmount (Unit unit, qulonglong amount) |
| void | setTotalAmount (Unit unit, qulonglong amount) |
| const QList< KJob * > & | subjobs () const |
Protected Member Functions inherited from KJob | |
| void | setProcessedAmount (Unit unit, qulonglong amount) |
| void | setTotalAmount (Unit unit, qulonglong amount) |
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
|
signal |
Signals a permanent redirection.
The redirection itself is handled internally.
- Parameters:
-
job the job that is redirected fromUrl the original URL toUrl the new URL
Signals a redirection.
Use to update the URL shown to the user. The redirection itself is handled internally.
- Parameters:
-
job the job that is redirected url the new url
|
protectedvirtualslot |
Called when the slave marks the job as finished.
Reimplemented from KIO::SimpleJob.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Fri Nov 16 2012 15:10:30 by doxygen 1.8.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Fri Nov 16 2012 15:10:30 by doxygen 1.8.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from