org.kde.koala
public interface DeleteJobSignals
Method Summary | |
---|---|
void | deleting(Job job, KURL file)
Sends the URL of the file that is currently being deleted. |
void | processedDirs(Job job, long dirs)
Sends the number of processed directories. |
void | processedFiles(Job job, long files)
Sends the number of processed files. |
void | totalDirs(Job job, long dirs)
Emitted when the toal number of direcotries is known. |
void | totalFiles(Job job, long files)
Emitted when the total number of files is known. |
Parameters: job the job that emitted this signal file the URL of the file or directory that is being deleted
UNKNOWN: Sends the URL of the file that is currently being deleted.
Parameters: job the job that emitted this signal dirs the number of processed dirs
UNKNOWN: Sends the number of processed directories.
Parameters: job the job that emitted this signal files the number of processed files
UNKNOWN: Sends the number of processed files.
Parameters: job the job that emitted this signal dirs the total number of directories
UNKNOWN: Emitted when the toal number of direcotries is known.
Parameters: job the job that emitted this signal files the total number of files
UNKNOWN: Emitted when the total number of files is known.