![]() |
cutelyst 5.0.1
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) |
|
explicit |
Constructs a new Plugin object with the given Application parent.
Definition at line 12 of file plugin.cpp.
Referenced by Cutelyst::Authentication::Authentication(), Cutelyst::CSRFProtection::CSRFProtection(), Cutelyst::CSRFProtection::CSRFProtection(), Cutelyst::LangSelect::LangSelect(), Cutelyst::LangSelect::LangSelect(), Cutelyst::Memcached::Memcached(), Cutelyst::Memcached::Memcached(), Cutelyst::Session::Session(), Cutelyst::Session::Session(), Cutelyst::StaticCompressed::StaticCompressed(), Cutelyst::StaticCompressed::StaticCompressed(), Cutelyst::StaticSimple::StaticSimple(), and Cutelyst::StatusMessage::StatusMessage().
|
virtual |
Reimplement this if you need to connect to the signals emitted from Cutelyst::Application.
Reimplemented in Cutelyst::Authentication, Cutelyst::CSRFProtection, Cutelyst::LangSelect, Cutelyst::Memcached, Cutelyst::Session, Cutelyst::StaticCompressed, Cutelyst::StaticSimple, Cutelyst::StatusMessage, and StaticMap.
Definition at line 17 of file plugin.cpp.