![]() |
cutelyst 4.9.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
|
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::Application | protected |
| afterDispatch(Cutelyst::Context *c) | Cutelyst::Application | signal |
| Application(QObject *parent=nullptr) | Cutelyst::Application | explicit |
| beforeDispatch(Cutelyst::Context *c) | Cutelyst::Application | signal |
| beforePrepareAction(Cutelyst::Context *c, bool *skipMethod) | Cutelyst::Application | signal |
| config(const QString &key, const QVariant &defaultValue={}) const | Cutelyst::Application | |
| config() const noexcept | Cutelyst::Application | |
| Context (defined in Cutelyst::Application) | Cutelyst::Application | friend |
| controllers() const noexcept | Cutelyst::Application | |
| createComponentPlugin(const QString &name, QObject *parent=nullptr) | Cutelyst::Application | |
| cutelystVersion() noexcept | Cutelyst::Application | static |
| defaultHeaders() noexcept | Cutelyst::Application | protected |
| defaultLocale() const noexcept | Cutelyst::Application | |
| dispatcher() const noexcept | Cutelyst::Application | |
| dispatchers() const noexcept | Cutelyst::Application | |
| Engine (defined in Cutelyst::Application) | Cutelyst::Application | friend |
| engine() const noexcept | Cutelyst::Application | |
| enginePostFork() | Cutelyst::Application | protected |
| handleRequest(Cutelyst::EngineRequest *request) | Cutelyst::Application | protected |
| init() | Cutelyst::Application | protectedvirtual |
| inited() const noexcept | Cutelyst::Application | |
| loadTranslations(const QString &filename, const QString &directory={}, const QString &prefix={}, const QString &suffix={}) | Cutelyst::Application | |
| loadTranslationsFromDir(const QString &filename, const QString &directory=QString(), const QString &prefix=QStringLiteral("."), const QString &suffix=QStringLiteral(".qm")) | Cutelyst::Application | |
| loadTranslationsFromDirs(const QString &directory, const QString &filename) | Cutelyst::Application | |
| pathTo(const QString &path) const | Cutelyst::Application | |
| pathTo(const QStringList &path) const | Cutelyst::Application | |
| plugin() | Cutelyst::Application | inline |
| plugins() const noexcept | Cutelyst::Application | |
| postFork() | Cutelyst::Application | protectedvirtual |
| postForked(Cutelyst::Application *app) | Cutelyst::Application | signal |
| preForked(Cutelyst::Application *app) | Cutelyst::Application | signal |
| registerController(Controller *controller) | Cutelyst::Application | protected |
| registerDispatcher(DispatchType *dispatcher) | Cutelyst::Application | protected |
| registerPlugin(Plugin *plugin) | Cutelyst::Application | protected |
| registerView(View *view) | Cutelyst::Application | protected |
| setConfig(const QString &key, const QVariant &value) | Cutelyst::Application | protected |
| setDefaultLocale(const QLocale &locale) | Cutelyst::Application | |
| setup(Engine *engine) | Cutelyst::Application | protected |
| shuttingDown(Cutelyst::Application *app) | Cutelyst::Application | signal |
| translate(const QLocale &locale, const char *context, const char *sourceText, const char *disambiguation=nullptr, int n=-1) const | Cutelyst::Application | |
| view(QStringView name={}) const | Cutelyst::Application | |
| ~Application() | Cutelyst::Application | virtual |