KDECore
kcompositejob.cpp
Go to the documentation of this file.
Definition kcompositejob_p.h:31
virtual bool addSubjob(KJob *job)
Add a job that has to be finished before a result is emitted.
Definition kcompositejob.cpp:45
const QList< KJob * > & subjobs() const
Retrieves the list of the subjobs.
Definition kcompositejob.cpp:85
virtual void slotInfoMessage(KJob *job, const QString &plain, const QString &rich)
Forward signal from subjob.
Definition kcompositejob.cpp:113
void emitResult()
Utility function to emit the result signal, and suicide this job.
Definition kjob.cpp:306
void result(KJob *job)
Emitted when the job is finished (except when killed with KJob::Quietly).
void infoMessage(KJob *job, const QString &plain, const QString &rich=QString())
Emitted to display state information about this job.
Definition kaboutdata.h:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.