cutelyst 4.3.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::Context, including all inherited members.
action | Cutelyst::Context | |
action() const noexcept | Cutelyst::Context | |
Action (defined in Cutelyst::Context) | Cutelyst::Context | friend |
ActionChain (defined in Cutelyst::Context) | Cutelyst::Context | friend |
actionName | Cutelyst::Context | |
actionName() const noexcept | Cutelyst::Context | |
app() const noexcept | Cutelyst::Context | |
appendError(const QString &error) | Cutelyst::Context | |
Application (defined in Cutelyst::Context) | Cutelyst::Context | friend |
Async (defined in Cutelyst::Context) | Cutelyst::Context | friend |
attachAsync() | Cutelyst::Context | |
blockSignals(bool block) | QObject | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const const | QObject | |
config | Cutelyst::Context | |
config(const QString &key, const QVariant &defaultValue={}) const | Cutelyst::Context | |
config() const noexcept | Cutelyst::Context | |
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const | QObject | |
connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
Context(Application *app) | Cutelyst::Context | |
Context(ContextPrivate *priv) | Cutelyst::Context | protected |
Controller (defined in Cutelyst::Context) | Cutelyst::Context | friend |
controller | Cutelyst::Context | |
controller() const noexcept | Cutelyst::Context | |
controller(QStringView name) const | Cutelyst::Context | |
controllerName | Cutelyst::Context | |
controllerName() const noexcept | Cutelyst::Context | |
customEvent(QEvent *event) | QObject | protectedvirtual |
customView() const noexcept | Cutelyst::Context | |
deleteLater() | QObject | |
destroyed(QObject *obj) | QObject | |
detach(Action *action=nullptr) | Cutelyst::Context | |
detachAsync() noexcept | Cutelyst::Context | |
detached() const noexcept | Cutelyst::Context | |
disconnect(const QMetaObject::Connection &connection) | QObject | static |
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
disconnect(const QObject *receiver, const char *method) const const | QObject | |
disconnect(const char *signal, const QObject *receiver, const char *method) const const | QObject | |
disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
dispatcher() const noexcept | Cutelyst::Context | |
DispatchType (defined in Cutelyst::Context) | Cutelyst::Context | friend |
dumpObjectInfo() const const | QObject | |
dumpObjectTree() const const | QObject | |
dynamicPropertyNames() const const | QObject | |
engine() const noexcept | Cutelyst::Context | |
Engine (defined in Cutelyst::Context) | Cutelyst::Context | friend |
error() const noexcept | Cutelyst::Context | |
errors() const noexcept | Cutelyst::Context | |
event(QEvent *e) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
execute(Component *code) | Cutelyst::Context | |
finalize() | Cutelyst::Context | slot |
findChild(const QString &name, Qt::FindChildOptions options) const const | QObject | |
findChildren(Qt::FindChildOptions options) const const | QObject | |
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QString &name, Qt::FindChildOptions options) const const | QObject | |
forward(Component *component) | Cutelyst::Context | |
forward(QStringView action) | Cutelyst::Context | |
getAction(QStringView action, QStringView ns={}) const | Cutelyst::Context | |
getActions(QStringView action, QStringView ns={}) const | Cutelyst::Context | |
inherits(const char *className) const const | QObject | |
installEventFilter(QObject *filterObj) | QObject | |
isQuickItemType() const const | QObject | |
isSignalConnected(const QMetaMethod &signal) const const | QObject | protected |
isWidgetType() const const | QObject | |
isWindowType() const const | QObject | |
killTimer(int id) | QObject | |
locale() const noexcept | Cutelyst::Context | |
metaObject() const const | QObject | virtual |
moveToThread(QThread *targetThread) | QObject | |
namespace | Cutelyst::Context | |
ns | Cutelyst::Context | |
ns() const noexcept | Cutelyst::Context | |
objectName | QObject | |
objectName() const const | QObject | |
objectNameChanged(const QString &objectName) | QObject | |
parent() const const | QObject | |
plugin() | Cutelyst::Context | inline |
Plugin (defined in Cutelyst::Context) | Cutelyst::Context | friend |
plugins() const | Cutelyst::Context | |
property(const char *name) const const | QObject | |
Q_CLASSINFO(Name, Value) | QObject | |
Q_DISABLE_COPY(Class) | QObject | |
Q_DISABLE_COPY_MOVE(Class) | QObject | |
Q_EMITQ_EMIT | QObject | |
Q_ENUM(...) | QObject | |
Q_ENUM_NS(...) | QObject | |
Q_ENUMS(...) | QObject | |
Q_FLAG(...) | QObject | |
Q_FLAG_NS(...) | QObject | |
Q_FLAGS(...) | QObject | |
Q_GADGETQ_GADGET | QObject | |
Q_GADGET_EXPORT(EXPORT_MACRO) | QObject | |
Q_INTERFACES(...) | QObject | |
Q_INVOKABLEQ_INVOKABLE | QObject | |
Q_MOC_INCLUDEQ_MOC_INCLUDE | QObject | |
Q_NAMESPACEQ_NAMESPACE | QObject | |
Q_NAMESPACE_EXPORT(EXPORT_MACRO) | QObject | |
Q_OBJECTQ_OBJECT | QObject | |
Q_PROPERTY(...) | QObject | |
Q_REVISIONQ_REVISION | QObject | |
Q_SET_OBJECT_NAME(Object) | QObject | |
Q_SIGNALQ_SIGNAL | QObject | |
Q_SIGNALSQ_SIGNALS | QObject | |
Q_SLOTQ_SLOT | QObject | |
Q_SLOTSQ_SLOTS | QObject | |
QObject(QObject *parent) | QObject | |
qobject_cast(QObject *object) | QObject | |
qobject_cast(const QObject *object) | QObject | |
QObjectList | QObject | |
QT_NO_NARROWING_CONVERSIONS_IN_CONNECTQT_NO_NARROWING_CONVERSIONS_IN_CONNECT | QObject | |
qtTrId(const char *id, int n=-1) const | Cutelyst::Context | inline |
receivers(const char *signal) const const | QObject | protected |
removeEventFilter(QObject *obj) | QObject | |
req | Cutelyst::Context | |
req() const noexcept | Cutelyst::Context | |
request | Cutelyst::Context | |
request() const noexcept | Cutelyst::Context | |
res() const noexcept | Cutelyst::Context | |
response() const noexcept | Cutelyst::Context | |
sender() const const | QObject | protected |
senderSignalIndex() const const | QObject | protected |
setCustomView(QStringView name) | Cutelyst::Context | |
setLocale(const QLocale &locale) | Cutelyst::Context | |
setObjectName(QAnyStringView name) | QObject | |
setObjectName(const QString &name) | QObject | |
setParent(QObject *parent) | QObject | |
setProperty(const char *name, const QVariant &value) | QObject | |
setStash(const QString &key, const QVariant &value) | Cutelyst::Context | |
setStash(const QString &key, const ParamsMultiMap &map) | Cutelyst::Context | |
setState(bool state) noexcept | Cutelyst::Context | |
signalsBlocked() const const | QObject | |
stack() const noexcept | Cutelyst::Context | |
startTimer(int interval, Qt::TimerType timerType) | QObject | |
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType) | QObject | |
stash(const QVariantHash &unite) | Cutelyst::Context | |
stash() | Cutelyst::Context | |
stash(const QString &key) const | Cutelyst::Context | |
stash(const QString &key, const QVariant &defaultValue) const | Cutelyst::Context | |
stashRemove(const QString &key) | Cutelyst::Context | |
stashTake(const QString &key) | Cutelyst::Context | |
state | Cutelyst::Context | |
state() const noexcept | Cutelyst::Context | |
thread() const const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
translate(const char *context, const char *sourceText, const char *disambiguation=nullptr, int n=-1) const | Cutelyst::Context | |
uriFor(const QString &path={}, const QStringList &args={}, const ParamsMultiMap &queryValues={}) const | Cutelyst::Context | |
uriFor(const QString &path, const ParamsMultiMap &queryValues) const | Cutelyst::Context | inline |
uriFor(Action *action, const QStringList &captures={}, const QStringList &args={}, const ParamsMultiMap &queryValues={}) const | Cutelyst::Context | |
uriFor(Action *action, const ParamsMultiMap &queryValues) const | Cutelyst::Context | inline |
uriForAction(QStringView path, const QStringList &captures={}, const QStringList &args={}, const ParamsMultiMap &queryValues={}) const | Cutelyst::Context | |
uriForAction(QStringView path, const ParamsMultiMap &queryValues) const | Cutelyst::Context | inline |
view(QStringView name={}) const | Cutelyst::Context | |
~Context() | Cutelyst::Context | virtual |
~QObject() | QObject | virtual |