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::RenderView, including all inherited members.
Action(QObject *parent=nullptr) | Cutelyst::Action | explicit |
Action(ActionPrivate *ptr, QObject *parent=nullptr) | Cutelyst::Action | explicitprotected |
afterExecute(Context *c) | Cutelyst::Component | protectedvirtual |
AfterExecute enum value (defined in Cutelyst::Component) | Cutelyst::Component | |
applyRoles(const QStack< Component * > &roles) | Cutelyst::Component | protected |
aroundExecute(Context *c, QStack< Component * > stack) | Cutelyst::Component | protectedvirtual |
AroundExecute enum value (defined in Cutelyst::Component) | Cutelyst::Component | |
attribute(const QString &name, const QString &defaultValue={}) const | Cutelyst::Action | |
attributes() const noexcept | Cutelyst::Action | |
beforeExecute(Context *c) | Cutelyst::Component | protectedvirtual |
BeforeExecute enum value (defined in Cutelyst::Component) | Cutelyst::Component | |
blockSignals(bool block) | QObject | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const const | QObject | |
className() const noexcept | Cutelyst::Action | |
Component(QObject *parent=nullptr) | Cutelyst::Component | explicit |
Component(ComponentPrivate *d, QObject *parent=nullptr) | Cutelyst::Component | explicitprotected |
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 |
controller() const noexcept | Cutelyst::Action | |
customEvent(QEvent *event) | QObject | protectedvirtual |
deleteLater() | QObject | |
destroyed(QObject *obj) | QObject | |
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 |
dispatch(Context *c) | Cutelyst::Action | inline |
dispatcherReady(const Dispatcher *dispatch, Controller *controller) | Cutelyst::Component | protectedvirtual |
doExecute(Cutelyst::Context *c) override | Cutelyst::RenderView | protectedvirtual |
dumpObjectInfo() const const | QObject | |
dumpObjectTree() const const | QObject | |
dynamicPropertyNames() const const | QObject | |
event(QEvent *e) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
execute(Context *c) | Cutelyst::Component | |
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 | |
inherits(const char *className) const const | QObject | |
init(Application *application, const QVariantHash &args) override | Cutelyst::RenderView | virtual |
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 | |
match(int numberOfArgs) const noexcept | Cutelyst::Action | virtual |
matchCaptures(int numberOfCaptures) const noexcept | Cutelyst::Action | virtual |
metaObject() const const | QObject | virtual |
Modifier enum name | Cutelyst::Component | |
modifiers() const override | Cutelyst::Action | virtual |
moveToThread(QThread *targetThread) | QObject | |
name() const noexcept | Cutelyst::Component | |
None enum value (defined in Cutelyst::Component) | Cutelyst::Component | |
ns() const noexcept | Cutelyst::Action | |
numberOfArgs() const | Cutelyst::Action | virtual |
numberOfCaptures() const | Cutelyst::Action | virtual |
objectName | QObject | |
objectName() const const | QObject | |
objectNameChanged(const QString &objectName) | QObject | |
OnlyExecute enum value (defined in Cutelyst::Component) | Cutelyst::Component | |
parent() const const | QObject | |
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 | |
receivers(const char *signal) const const | QObject | protected |
removeEventFilter(QObject *obj) | QObject | |
RenderView(QObject *parent=nullptr) | Cutelyst::RenderView | explicit |
reverse() const noexcept | Cutelyst::Component | |
sender() const const | QObject | protected |
senderSignalIndex() const const | QObject | protected |
setAttributes(const ParamsMultiMap &attributes) | Cutelyst::Action | |
setController(Controller *controller) | Cutelyst::Action | protected |
setMethod(const QMetaMethod &method) | Cutelyst::Action | protected |
setName(const QString &name) | Cutelyst::Component | |
setObjectName(QAnyStringView name) | QObject | |
setObjectName(const QString &name) | QObject | |
setParent(QObject *parent) | QObject | |
setProperty(const char *name, const QVariant &value) | QObject | |
setReverse(const QString &reverse) | Cutelyst::Component | |
setupAction(const QVariantHash &args, Application *app) | Cutelyst::Action | protected |
signalsBlocked() const const | QObject | |
startTimer(int interval, Qt::TimerType timerType) | QObject | |
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType) | QObject | |
thread() const const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
~Action() override=default | Cutelyst::Action | virtual |
~Component() override | Cutelyst::Component | virtual |
~QObject() | QObject | virtual |