8 #include <Cutelyst/action.h>
9 #include <Cutelyst/cutelyst_export.h>
11 #include <QtCore/qobject.h>
15 class ActionChainPrivate;
43 [[nodiscard]]
ActionList chain() const noexcept;
45 qint8 numberOfCaptures() const noexcept override;
48 bool doExecute(
Context *c) override;
Holds a chain of Cutelyst actions.
virtual ~ActionChain() override=default
This class represents a Cutelyst Action.
The Cutelyst namespace holds all public Cutelyst API.