Public Types
Public Methods
Signals
- void totalFiles ( KIO::Job *, unsigned long files )
- void totalDirs ( KIO::Job *, unsigned long dirs )
- void processedFiles ( KIO::Job *, unsigned long files )
- void processedDirs ( KIO::Job *, unsigned long dirs )
- void copying ( KIO::Job *, const KURL& from, const KURL& to )
- void linking ( KIO::Job *, const QString& target, const KURL& to )
- void moving ( KIO::Job *, const KURL& from, const KURL& to )
- void creatingDir ( KIO::Job *, const KURL& dir )
- void renamed ( KIO::Job *, const KURL& from, const KURL& to )
- void canResume ( KIO::Job *, bool can_resume )
- void copyingDone ( KIO::Job *, const KURL &from, const KURL &to, bool directory, bool renamed )
- void copyingLinkDone ( KIO::Job *, const KURL &from, const QString& target, const KURL& to )
Protected Methods
Protected Slots
Detailed Description
| enum CopyMode {Copy, Move, Link }
|
| CopyJob ( const KURL::List& src, const KURL& dest, CopyMode mode, bool asMethod, bool showProgressInfo )
|
[const]
[const]
| void totalFiles ( KIO::Job *, unsigned long files )
|
[signal]
| void totalDirs ( KIO::Job *, unsigned long dirs )
|
[signal]
| void processedFiles ( KIO::Job *, unsigned long files )
|
[signal]
| void processedDirs ( KIO::Job *, unsigned long dirs )
|
[signal]
[signal]
The job is copying a file or directory
[signal]
The job is creating a symbolic link
[signal]
The job is moving a file or directory
[signal]
The job is creating the directory dir
[signal]
The user chose to rename 'from' to 'to'
| void canResume ( KIO::Job *, bool can_resume )
|
[signal]
| void copyingDone ( KIO::Job *, const KURL &from, const KURL &to, bool directory, bool renamed )
|
[signal]
The job emits this signal when copying or moving a file or directory successfully finished.
Parameters:
| src | the source URL
|
| dst | the destination URL
|
| direction | indicates whether a file or directory was successfully copied/moved
|
| renamed | indicates that the destination URL was created using a
rename operation (i.e. fast directory moving).
This signal is mainly for the Undo feature.
|
[signal]
The job is copying or moving a symbolic link, that points to target.
The new link is created in to. The existing one is/was in from.
[protected]
| void slotResultStating ( KIO::Job * job )
|
[protected]
| void startListing ( const KURL & src )
|
[protected]
| void slotResultCreatingDirs ( KIO::Job * job )
|
[protected]
| void slotResultConflictCreatingDirs ( KIO::Job * job )
|
[protected]
[protected]
| void slotResultCopyingFiles ( KIO::Job * job )
|
[protected]
| void slotResultConflictCopyingFiles ( KIO::Job * job )
|
[protected]
[protected]
| void slotResultDeletingDirs ( KIO::Job * job )
|
[protected]
[protected]
| void skip ( const KURL & sourceURL )
|
[protected]
[protected slot]
[protected virtual slot]
Reimplemented from Job.
| void slotProcessedSize ( KIO::Job*, unsigned long data_size )
|
[protected slot]
Forward signal from subjob
| Generated by: prospector@porky.devel.redhat.com on Thu Aug 24 05:36:06 2000, using kdoc 2.0a36. |