21 #include <QtCore/QVariantHash> 23 #include <Cutelyst/cutelyst_global.h> 24 #include <Cutelyst/component.h> 25 #include <Cutelyst/context.h> 26 #include <Cutelyst/componentfactory.h> 44 virtual Modifiers modifiers()
const override;
49 virtual bool init(
Application *application,
const QVariantHash &args)
override;
59 bool canVisit(
Context *c)
const;
71 Q_PLUGIN_METADATA(IID
"org.cutelyst.ComponentFactory" FILE
"metadata.json")
The Cutelyst Component base class.
Cutelyst Controller base class
User role-based authorization action class.
The Cutelyst namespace holds all public Cutelyst API.
virtual Component * createComponent(QObject *parent) override
The Cutelyst Application.