ThreadWeaver
iddecorator.h
24 * It is supposed to be used as the base class for actual decorators that do change the behaviour of jobs. */
A Collection is a vector of Jobs that will be queued together.
Definition collection.h:35
const Collection * collection() const
Retrieve the decorated job as a Collection.
Definition iddecorator.cpp:191
const Sequence * sequence() const
Retrieve the decorated job as a Sequence.
Definition iddecorator.cpp:201
QueuePolicy is an interface for customizations of the queueing behaviour of jobs.
Definition queuepolicy.h:39
A Sequence is a vector of Jobs that will be executed in a sequence.
Definition sequence.h:31
Q_SCRIPTABLE CaptureState status()
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:09 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:09 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.