kget
MultiSegmentCopyJob Class Reference
#include <multisegkio.h>
Inheritance diagram for MultiSegmentCopyJob:

Detailed Description
class MultiSegmentCopyJobDefinition at line 24 of file multisegkio.h.
Public Slots | |
| void | slotUrls (QList< KUrl > &) |
Signals | |
| void | updateSegmentsData () |
| void | speed (KJob *job, unsigned long speed) |
| void | segmentSpeed (KJob *job, unsigned long speed) |
Public Member Functions | |
| MultiSegmentCopyJob (const QList< KUrl > Urls, const KUrl &dest, int permissions, uint segments) | |
| MultiSegmentCopyJob (const QList< KUrl > Urls, const KUrl &dest, int permissions, qulonglong ProcessedSize, KIO::filesize_t totalSize, QList< SegData > SegmentsData, uint segments) | |
| ~MultiSegmentCopyJob () | |
| QList< SegData > | SegmentsData () |
| virtual void | start () |
| void | stop () |
Constructor & Destructor Documentation
| MultiSegmentCopyJob::MultiSegmentCopyJob | ( | const QList< KUrl > | Urls, | |
| const KUrl & | dest, | |||
| int | permissions, | |||
| uint | segments | |||
| ) |
Do not create a MultiSegmentCopyJob directly.
class MultiSegmentCopyJob
Use MultiSegfile_copy() instead.
- Parameters:
-
src the source URL dest the destination URL permissions the permissions of the resulting resource segments number of segments
Definition at line 47 of file multisegkio.cpp.
| MultiSegmentCopyJob::MultiSegmentCopyJob | ( | const QList< KUrl > | Urls, | |
| const KUrl & | dest, | |||
| int | permissions, | |||
| qulonglong | ProcessedSize, | |||
| KIO::filesize_t | totalSize, | |||
| QList< SegData > | SegmentsData, | |||
| uint | segments | |||
| ) |
Do not create a MultiSegmentCopyJob directly.
Use MultiSegfile_copy() instead.
- Parameters:
-
src the source URL dest the destination URL permissions the permissions of the resulting resource ProcessedSize totalSize segments a QList with segments data to resume a started copy
Definition at line 63 of file multisegkio.cpp.
| MultiSegmentCopyJob::~MultiSegmentCopyJob | ( | ) |
Definition at line 99 of file multisegkio.cpp.
Member Function Documentation
Definition at line 106 of file multisegkio.cpp.
| virtual void MultiSegmentCopyJob::start | ( | ) | [inline, virtual] |
Definition at line 57 of file multisegkio.h.
| void MultiSegmentCopyJob::stop | ( | ) |
Definition at line 111 of file multisegkio.cpp.
| void MultiSegmentCopyJob::updateSegmentsData | ( | ) | [signal] |
| void MultiSegmentCopyJob::speed | ( | KJob * | job, | |
| unsigned long | speed | |||
| ) | [signal] |
Emitted to display information about the speed of this job.
- Parameters:
-
job the job that emitted this signal speed the speed in bytes/s
| void MultiSegmentCopyJob::segmentSpeed | ( | KJob * | job, | |
| unsigned long | speed | |||
| ) | [signal] |
Emitted to display information about the speed of a segment.
- Parameters:
-
job the segment job that emitted this signal speed the speed in bytes/s
| void MultiSegmentCopyJob::slotUrls | ( | QList< KUrl > & | Urls | ) | [slot] |
Definition at line 121 of file multisegkio.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference