KIO
KIO::DirectCopyJob Class Reference
#include <job_p.h>
Inheritance diagram for KIO::DirectCopyJob:
Public Slots | |
| void | slotCanResume (KIO::filesize_t offset) |
Public Slots inherited from KIO::SimpleJob | |
| void | slotError (int, const QString &) |
Signals | |
| void | canResume (KIO::Job *job, KIO::filesize_t offset) |
Public Member Functions | |
| DirectCopyJob (const KUrl &url, const QByteArray &packedArgs) | |
| ~DirectCopyJob () | |
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 |
Additional Inherited Members | |
Public Types inherited from KCompositeJob | |
| enum | Capability |
| enum | KillVerbosity |
| enum | Unit |
Static Public Member Functions inherited from KIO::SimpleJob | |
| static void | removeOnHold () |
Public Attributes inherited from KCompositeJob | |
| Bytes | |
| Directories | |
| EmitResult | |
| Files | |
| Killable | |
| NoCapabilities | |
| Quietly | |
| Suspendable | |
Protected Slots inherited from KIO::SimpleJob | |
| virtual void | slotFinished () |
| virtual void | slotMetaData (const KIO::MetaData &_metaData) |
| virtual void | slotWarning (const QString &) |
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 Attributes inherited from KCompositeJob | |
| KJobPrivate *const | d_ptr |
Detailed Description
Used for direct copy from or to the local filesystem (i.e. SlaveBase::copy())
Constructor & Destructor Documentation
| DirectCopyJob::DirectCopyJob | ( | const KUrl & | url, |
| const QByteArray & | packedArgs | ||
| ) |
Member Function Documentation
|
signal |
Emitted if the job found an existing partial file and supports resuming. Used by FileCopyJob.
|
slot |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Jul 12 2013 08:54:08 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Jul 12 2013 08:54:08 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Slots inherited from