KDECore
kcompositejob.cpp
Go to the documentation of this file.
virtual bool addSubjob(KJob *job)
Add a job that has to be finished before a result is emitted.
Definition: kcompositejob.cpp:45
Definition: kcompositejob_p.h:30
void emitResult()
Utility function to emit the result signal, and suicide this job.
Definition: kjob.cpp:306
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
KCompositeJob(QObject *parent=0)
Creates a new KCompositeJob object.
Definition: kcompositejob.cpp:31
const QList< KJob * > & subjobs() const
Retrieves the list of the subjobs.
Definition: kcompositejob.cpp:85
void result(KJob *job)
Emitted when the job is finished (except when killed with KJob::Quietly).
The base class for all jobs able to be composed of one or more subjobs.
Definition: kcompositejob.h:33
void infoMessage(KJob *job, const QString &plain, const QString &rich=QString())
Emitted to display state information about this job.
QString errorText() const
Returns the error text if there has been an error.
Definition: kjob.cpp:225
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.