|
|
| enum CopyMode { Copy, Move, Link }; } | CopyMode |
| CopyJob ( const KURL::List& src, const KURL& dest, CopyMode mode, bool asMethod, bool showProgressInfo )
| CopyJob |
| KURL::List srcURLs ()
| srcURLs |
[const]
| KURL destURL ()
| destURL |
[const]
| void totalFiles ( KIO::Job *, unsigned long files )
| totalFiles |
[signal]
| void totalDirs ( KIO::Job *, unsigned long dirs )
| totalDirs |
[signal]
| void processedFiles ( KIO::Job *, unsigned long files )
| processedFiles |
[signal]
| void processedDirs ( KIO::Job *, unsigned long dirs )
| processedDirs |
[signal]
| void copying ( KIO::Job *, const KURL& from, const KURL& to )
| copying |
[signal]
The job is copying a file or directory
| void linking ( KIO::Job *, const QString& target, const KURL& to )
| linking |
[signal]
The job is creating a symbolic link
| void moving ( KIO::Job *, const KURL& from, const KURL& to )
| moving |
[signal]
The job is moving a file or directory
| void creatingDir ( KIO::Job *, const KURL& dir )
| creatingDir |
[signal]
The job is creating the directory dir
| void renamed ( KIO::Job *, const KURL& from, const KURL& to )
| renamed |
[signal]
The user chose to rename 'from' to 'to'
| void copyingDone ( KIO::Job *, const KURL &from, const KURL &to, bool directory, bool renamed )
| copyingDone |
[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. |
| void copyingLinkDone ( KIO::Job *, const KURL &from, const QString& target, const KURL& to )
| copyingLinkDone |
[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.
| void startNextJob ()
| startNextJob |
[ protected: ]
| void slotResultStating ( KIO::Job * job )
| slotResultStating |
[ protected: ]
| void startListing ( const KURL & src )
| startListing |
[ protected: ]
| void slotResultCreatingDirs ( KIO::Job * job )
| slotResultCreatingDirs |
[ protected: ]
| void slotResultConflictCreatingDirs ( KIO::Job * job )
| slotResultConflictCreatingDirs |
[ protected: ]
| void createNextDir ()
| createNextDir |
[ protected: ]
| void slotResultCopyingFiles ( KIO::Job * job )
| slotResultCopyingFiles |
[ protected: ]
| void slotResultConflictCopyingFiles ( KIO::Job * job )
| slotResultConflictCopyingFiles |
[ protected: ]
| void copyNextFile ()
| copyNextFile |
[ protected: ]
| void slotResultDeletingDirs ( KIO::Job * job )
| slotResultDeletingDirs |
[ protected: ]
| void deleteNextDir ()
| deleteNextDir |
[ protected: ]
| void skip ( const KURL & sourceURL )
| skip |
[ protected: ]
| void slotEntries ( KIO::Job*, const KIO::UDSEntryList& list )
| slotEntries |
[ protected slots: slot]
| void slotResult ( KIO::Job *job )
| slotResult |
[ protected slots: virtual slot]
Reimplemented from Job.
| void slotProcessedSize ( KIO::Job*, unsigned long data_size )
| slotProcessedSize |
[ protected slots: slot]
Forward signal from subjob
| void slotTotalSize ( KIO::Job*, unsigned long size )
| slotTotalSize |
[ protected slots: slot]
Forward signal from subjob
| Generated by: dfaure on Tue Feb 27 12:46:56 2001, using kdoc 2.0a50. |