KCoreAddons
kcompositejob.cpp
The base class for all jobs able to be composed of one or more subjobs.
Definition kcompositejob.h:25
virtual void slotInfoMessage(KJob *job, const QString &message)
Forward signal from subjob.
Definition kcompositejob.cpp:100
virtual bool addSubjob(KJob *job)
Add a job that has to be finished before a result is emitted.
Definition kcompositejob.cpp:34
const QList< KJob * > & subjobs() const
Retrieves the list of the subjobs.
Definition kcompositejob.cpp:69
KCompositeJob(QObject *parent=nullptr)
Creates a new KCompositeJob object.
Definition kcompositejob.cpp:20
void emitResult()
Utility function to emit the result signal, and end this job.
Definition kjob.cpp:354
void result(KJob *job)
Emitted when the job is finished (except when killed with KJob::Quietly).
void infoMessage(KJob *job, const QString &message)
Emitted to display state information about this job.
Q_EMITQ_EMIT
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
bool disconnect(const QMetaObject::Connection &connection)
void setParent(QObject *parent)
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:22 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:08:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.