8 #include <Cutelyst/component.h>
9 #include <Cutelyst/componentfactory.h>
10 #include <Cutelyst/context.h>
12 #include <QtCore/QVariantHash>
50 Q_PLUGIN_METADATA(IID
"org.cutelyst.ComponentFactory" FILE
"metadata.json")
The Cutelyst application.
The Cutelyst Component base class.
Cutelyst Controller base class.
Component * createComponent(QObject *parent) override
User role-based authorization action role.
bool canVisit(Context *c) const
bool init(Application *application, const QVariantHash &args) override
RoleACL(QObject *parent=nullptr)
bool aroundExecute(Context *c, QStack< Component * > stack) override
Modifiers modifiers() const override
bool dispatcherReady(const Dispatcher *dispatcher, Controller *controller) override
The Cutelyst namespace holds all public Cutelyst API.
QObject * parent() const const