kio
KIO::DirectCopyJob Class Reference
#include <jobclasses.h>
Inheritance diagram for KIO::DirectCopyJob:
Signals | |
void | canResume (KIO::Job *job, KIO::filesize_t offset) |
Public Member Functions | |
DirectCopyJob (const KURL &url, int command, const QByteArray &packedArgs, bool showProgressInfo) | |
virtual void | start (Slave *slave) |
Detailed Description
For internal use only.
Used for direct copy from or to the local filesystem (i.e. SlaveBase::copy())
Definition at line 839 of file jobclasses.h.
Constructor & Destructor Documentation
DirectCopyJob::DirectCopyJob | ( | const KURL & | url, | |
int | command, | |||
const QByteArray & | packedArgs, | |||
bool | showProgressInfo | |||
) |
Do not create a DirectCopyJob.
Use KIO::copy() or KIO::file_copy() instead.
Member Function Documentation
void KIO::DirectCopyJob::canResume | ( | KIO::Job * | job, | |
KIO::filesize_t | offset | |||
) | [signal] |
For internal use only.
Emitted if the job found an existing partial file and supports resuming. Used by FileCopyJob.
void DirectCopyJob::start | ( | Slave * | slave | ) | [virtual] |
For internal use only.
Called by the scheduler when a slave
gets to work on this job.
- Parameters:
-
slave the slave that starts working on this job
Reimplemented from KIO::SimpleJob.
The documentation for this class was generated from the following files: