KDECore
kcompositejob.cpp
Go to the documentation of this file.
Definition: kcompositejob_p.h:31
The base class for all jobs able to be composed of one or more subjobs.
Definition: kcompositejob.h:34
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
virtual void slotResult(KJob *job)
Called whenever a subjob finishes.
Definition: kcompositejob.cpp:99
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
static void setError(QAbstractSocket *socket, QAbstractSocket::SocketError error, const QString &errorString)
Definition: ksocketfactory.cpp:44
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.