progressbase.h
virtual void slotTotalDirs(KIO::Job *job, unsigned long dirs)
Called to set the total number of directories.
Definition: progressbase.h:163
bool onlyClean() const
Checks whether the dialog should be deleted or cleaned.
Definition: progressbase.h:123
This class does all initialization stuff for progress, like connecting signals to slots...
Definition: progressbase.h:70
virtual void slotCanResume(KIO::Job *job, KIO::filesize_t from)
Called when the job is resuming.
Definition: progressbase.h:240
virtual void slotTotalFiles(KIO::Job *job, unsigned long files)
Called to set the total number of files.
Definition: progressbase.h:156
virtual void slotCreatingDir(KIO::Job *job, const KURL &dir)
Called when the job is creating a directory.
Definition: progressbase.h:232
virtual void slotProcessedFiles(KIO::Job *job, unsigned long files)
Called to set the number of processed files.
Definition: progressbase.h:178
void setOnlyClean(bool onlyClean)
This controls whether the dialog should be deleted or only cleaned when the KIO::Job is finished (or ...
Definition: progressbase.h:115
virtual void slotSpeed(KIO::Job *job, unsigned long speed)
Called to set the speed.
Definition: progressbase.h:193
virtual void slotProcessedSize(KIO::Job *job, KIO::filesize_t bytes)
Called to set the processed size.
Definition: progressbase.h:171
virtual void slotCopying(KIO::Job *job, const KURL &src, const KURL &dest)
Called when the job is copying.
Definition: progressbase.h:210
virtual void slotPercent(KIO::Job *job, unsigned long percent)
Called to set the percentage.
Definition: progressbase.h:201
virtual void slotMoving(KIO::Job *job, const KURL &src, const KURL &dest)
Called when the job is moving.
Definition: progressbase.h:218
virtual void slotDeleting(KIO::Job *job, const KURL &url)
Called when the job is deleting.
Definition: progressbase.h:225
virtual void slotProcessedDirs(KIO::Job *job, unsigned long dirs)
Called to set the number of processed directories.
Definition: progressbase.h:185
CopyJob is used to move, copy or symlink files and directories.
Definition: jobclasses.h:1508
virtual void slotTotalSize(KIO::Job *job, KIO::filesize_t size)
Called to set the total size.
Definition: progressbase.h:149