|
cutelyst 3.9.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
|

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.
Referenced by Cutelyst::Authentication::Authentication(), Cutelyst::CSRFProtection::CSRFProtection(), Cutelyst::LangSelect::LangSelect(), Cutelyst::LangSelect::LangSelect(), Cutelyst::Memcached::Memcached(), Cutelyst::Session::Session(), 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, and Cutelyst::StatusMessage.
Definition at line 17 of file plugin.cpp.