7#include <Cutelyst/action.h>
8#include <Cutelyst/cutelyst_export.h>
9#include <Cutelyst/dispatchtype.h>
13class DispatchTypeChainedPrivate;
46 bool inUse()
override;
49 DispatchTypeChainedPrivate *d_ptr;
This class represents a Cutelyst Action.
MatchType match(Context *c, QStringView path, const QStringList &args) const override
QString uriForAction(Action *action, const QStringList &captures) const override
QByteArray list() const override
bool registerAction(Action *action) override
Action * expandAction(const Context *c, Action *action) const final
DispatchTypeChained(QObject *parent=nullptr)
DispatchType(QObject *parent=nullptr)
The Cutelyst namespace holds all public Cutelyst API.
QObject * parent() const const