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

Public Member Functions | |
| StaticMap (Cutelyst::Application *parent) | |
| void | addStaticMap (const QString &mountPoint, const QString &path, bool append) |
| virtual bool | setup (Cutelyst::Application *app) override |
Public Member Functions inherited from Cutelyst::Plugin | |
| Plugin (Application *parent) | |
| virtual bool | setup (Application *app) |
Definition at line 22 of file staticmap.h.
| StaticMap::StaticMap | ( | Cutelyst::Application * | parent | ) |
Definition at line 22 of file staticmap.cpp.
| void StaticMap::addStaticMap | ( | const QString & | mountPoint, |
| const QString & | path, | ||
| bool | append | ||
| ) |
Definition at line 34 of file staticmap.cpp.
|
overridevirtual |
Reimplement this if you need to connect to the signals emitted from Cutelyst::Application.
Reimplemented from Cutelyst::Plugin.
Definition at line 27 of file staticmap.cpp.
References Cutelyst::Application::beforePrepareAction().