Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KIO::FileCopyJob Class Reference

#include <jobclasses.h>

Inheritance diagram for KIO::FileCopyJob:

KIO::Job List of all members.

Public Methods

void setSourceSize (off_t size)

Protected Slots

virtual void slotResult (KIO::Job *job)
void slotProcessedSize (KIO::Job *, KIO::filesize_t size)
void slotTotalSize (KIO::Job *, KIO::filesize_t size)
void slotPercent (KIO::Job *, unsigned long pct)
void slotCanResume (KIO::Job *, KIO::filesize_t offset)

Protected Methods

virtual void virtual_hook (int id, void *data)

Detailed Description

The FileCopyJob copies data from one place to another.

Definition at line 769 of file jobclasses.h.


Member Function Documentation

void KIO::FileCopyJob::setSourceSize off_t    size
 

If you know the size of the source file, call this method to inform this job. It will be displayed in the "resume" dialog.

void KIO::FileCopyJob::slotCanResume KIO::Job  ,
KIO::filesize_t    offset
[protected, slot]
 

Forward signal from subjob

void KIO::FileCopyJob::slotPercent KIO::Job  ,
unsigned long    pct
[protected, slot]
 

Forward signal from subjob

void KIO::FileCopyJob::slotProcessedSize KIO::Job  ,
KIO::filesize_t    size
[protected, slot]
 

Forward signal from subjob

virtual void KIO::FileCopyJob::slotResult KIO::Job   job [protected, virtual, slot]
 

Called whenever a subjob finishes.

Reimplemented from KIO::Job.

void KIO::FileCopyJob::slotTotalSize KIO::Job  ,
KIO::filesize_t    size
[protected, slot]
 

Forward signal from subjob


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:32 2003 for kdelibs by doxygen1.2.18