KIO
deletejob.h
A more complex Job to delete files and directories.
void totalFiles(KJob *job, unsigned long files)
Emitted when the total number of files is known.
void deleting(KIO::Job *job, const QUrl &file)
Sends the URL of the file that is currently being deleted.
void totalDirs(KJob *job, unsigned long dirs)
Emitted when the total number of directories is known.
void processedFiles(KIO::Job *job, unsigned long files)
Sends the number of processed files.
void processedDirs(KIO::Job *job, unsigned long dirs)
Sends the number of processed directories.
The base class for all jobs.
KIOCORE_EXPORT DeleteJob * del(const QUrl &src, JobFlags flags=DefaultFlags)
Delete a file or directory.
Definition deletejob.cpp:597
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.