![]() |
cutelyst 4.8.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
|
Base class for Cutelyst Plugins. More...
#include <Cutelyst/Plugin>

Public Member Functions | |
| Plugin (Application *parent) | |
| virtual bool | setup (Application *app) |
| Plugin::Plugin | ( | Application * | parent | ) |
Constructs a new Plugin object with the given Application parent.
Definition at line 12 of file plugin.cpp.
|
virtual |
Reimplement this if you need to connect to the signals emitted from Cutelyst::Application.
Reimplemented in Cutelyst::Session, Cutelyst::Authentication, Cutelyst::CSRFProtection, Cutelyst::Memcached, Cutelyst::StaticCompressed, Cutelyst::StaticSimple, Cutelyst::StatusMessage, Cutelyst::LangSelect, and StaticMap.
Definition at line 17 of file plugin.cpp.