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

Public Slots | |
void | slotCanResume (KIO::filesize_t offset) |
![]() | |
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 () | |
![]() | |
~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 |
![]() | |
static void | removeOnHold () |
![]() | |
Bytes | |
Directories | |
EmitResult | |
Files | |
Killable | |
NoCapabilities | |
Quietly | |
Suspendable | |
![]() | |
virtual void | slotFinished () |
virtual void | slotMetaData (const KIO::MetaData &_metaData) |
virtual void | slotWarning (const QString &) |
![]() | |
SimpleJob (SimpleJobPrivate &dd) | |
virtual bool | doKill () |
virtual bool | doResume () |
virtual bool | doSuspend () |
void | storeSSLSessionFromJob (const KUrl &m_redirectionURL) |
![]() | |
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 Sat Apr 20 2013 06:03:16 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Apr 20 2013 06:03:16 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.