8#include <Cutelyst/action.h>
9#include <Cutelyst/cutelyst_global.h>
11#include <QtCore/qobject.h>
15class ActionChainPrivate;
ActionChain(const ActionList &chain, QObject *parent=nullptr)
virtual qint8 numberOfCaptures() const noexcept override
ActionList chain() const noexcept
virtual bool doExecute(Context *c) override
Action(QObject *parent=nullptr)
The Cutelyst namespace holds all public Cutelyst API.
QVector< Action * > ActionList
QObject * parent() const const