class FileCopyJob
|
The FileCopyJob copies data from one place to another. More... |
|
|
Public Methods
- FileCopyJob ( const KURL& src, const KURL& dest, int permissions, bool move, bool overwrite, bool resume, bool showProgressInfo)
Public Slots
- void slotData ( KIO::Job *, const QByteArray &data)
- void slotDataReq ( KIO::Job *, QByteArray &data)
Signals
Protected Methods
- void startCopyJob ()
- void startDataPump ()
Protected Slots
Protected Members
- KURL m_src
- KURL m_dest
- int m_permissions
- bool m_move
- bool m_overwrite
- bool m_resume
- QByteArray m_buffer
- SimpleJob *m_moveJob
- SimpleJob *m_copyJob
- TransferJob *m_getJob
- TransferJob *m_putJob
- SimpleJob *m_delJob
Detailed Description
The FileCopyJob copies data from one place to another.
[protected virtual slot]
Called whenever a subjob finishes.
Reimplemented from Job
void totalSize ( KIO::Job *, unsigned long size )
|
[signal]
Emitted when we know the size of this job (data size for transfers,
number of entries for listings).
void processedSize ( KIO::Job *, unsigned long size )
|
[signal]
Regularly emitted to show the progress of this job
(current data size for transfers, entries listed).
void speed ( KIO::Job *, unsigned long bytes_per_second )
|
[signal]
Emitted to display information about the speed of this job.
Generated by: root@porky.devel.redhat.com on Wed May 10 08:56:52 2000, using kdoc 2.0a35. |