cutelyst 5.0.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Cutelyst::Application Member List

This is the complete list of members for Cutelyst::Application, including all inherited members.

addTranslator(const QLocale &locale, QTranslator *translator)Cutelyst::Application
addTranslator(const QString &locale, QTranslator *translator)Cutelyst::Application
addTranslators(const QLocale &locale, const QVector< QTranslator * > &translators)Cutelyst::Application
addXCutelystVersionHeader()Cutelyst::Applicationprotected
afterDispatch(Cutelyst::Context *c)Cutelyst::Applicationsignal
Application(QObject *parent=nullptr)Cutelyst::Applicationexplicit
beforeDispatch(Cutelyst::Context *c)Cutelyst::Applicationsignal
beforePrepareAction(Cutelyst::Context *c, bool *skipMethod)Cutelyst::Applicationsignal
config(const QString &key, const QVariant &defaultValue={}) constCutelyst::Application
config() const noexceptCutelyst::Application
Context (defined in Cutelyst::Application)Cutelyst::Applicationfriend
controllers() const noexceptCutelyst::Application
createComponentPlugin(const QString &name, QObject *parent=nullptr)Cutelyst::Application
cutelystVersion() noexceptCutelyst::Applicationstatic
defaultHeaders() noexceptCutelyst::Applicationprotected
defaultLocale() const noexceptCutelyst::Application
dispatcher() const noexceptCutelyst::Application
dispatchers() const noexceptCutelyst::Application
Engine (defined in Cutelyst::Application)Cutelyst::Applicationfriend
engine() const noexceptCutelyst::Application
enginePostFork()Cutelyst::Applicationprotected
handleRequest(Cutelyst::EngineRequest *request)Cutelyst::Applicationprotected
init()Cutelyst::Applicationprotectedvirtual
inited() const noexceptCutelyst::Application
loadTranslations(const QString &filename, const QString &directory={}, const QString &prefix={}, const QString &suffix={})Cutelyst::Application
loadTranslationsFromDir(const QString &filename, const QString &directory={}, const QString &prefix=QStringLiteral("."), const QString &suffix=QStringLiteral(".qm"))Cutelyst::Application
loadTranslationsFromDirs(const QString &directory, const QString &filename)Cutelyst::Application
pathTo(const QString &path) constCutelyst::Application
pathTo(const QStringList &path) constCutelyst::Application
plugin()Cutelyst::Applicationinline
plugins() const noexceptCutelyst::Application
postFork()Cutelyst::Applicationprotectedvirtual
postForked(Cutelyst::Application *app)Cutelyst::Applicationsignal
preForked(Cutelyst::Application *app)Cutelyst::Applicationsignal
registerController(Controller *controller)Cutelyst::Applicationprotected
registerDispatcher(DispatchType *dispatcher)Cutelyst::Applicationprotected
registerPlugin(Plugin *plugin)Cutelyst::Applicationprotected
registerView(View *view)Cutelyst::Applicationprotected
setConfig(const QString &key, const QVariant &value)Cutelyst::Applicationprotected
setDefaultLocale(const QLocale &locale)Cutelyst::Application
setup(Engine *engine)Cutelyst::Applicationprotected
shuttingDown(Cutelyst::Application *app)Cutelyst::Applicationsignal
translate(const QLocale &locale, const char *context, const char *sourceText, const char *disambiguation=nullptr, int n=-1) constCutelyst::Application
view(QStringView name={}) constCutelyst::Application
~Application()Cutelyst::Applicationvirtual