Uses of Interface
io.qt.core.QMetaObject.AbstractSlot
Packages that use QMetaObject.AbstractSlot
-
Uses of QMetaObject.AbstractSlot in io.qt.core
Subinterfaces of QMetaObject.AbstractSlot in io.qt.coreModifier and TypeInterfaceDescriptionstatic interface
A generic handle to a method of variadic arguments with return value.static interface
A generic slot handle to a method of variadic arguments.static interface
A handle to parameterless method with return value.static interface
QMetaObject.Method1<A,
R> A handle to method with onw parameter and return value.static interface
QMetaObject.Method10<A,
B, C, D, E, F, G, H, I, J, R> A handle to method with nine parameters and return value.static interface
QMetaObject.Method2<A,
B, R> A handle to method with two parameters and return value.static interface
QMetaObject.Method3<A,
B, C, R> A handle to method with three parameters and return value.static interface
QMetaObject.Method4<A,
B, C, D, R> A handle to method with four parameters and return value.static interface
QMetaObject.Method5<A,
B, C, D, E, R> A handle to method with five parameters and return value.static interface
QMetaObject.Method6<A,
B, C, D, E, F, R> A handle to method with six parameters and return value.static interface
QMetaObject.Method7<A,
B, C, D, E, F, G, R> A handle to method with seven parameters and return value.static interface
QMetaObject.Method8<A,
B, C, D, E, F, G, H, R> A handle to method with eight parameters and return value.static interface
QMetaObject.Method9<A,
B, C, D, E, F, G, H, I, R> A handle to method with nine parameters and return value.static interface
A handle to parameterless slot.static interface
A handle to slot with one parameter.static interface
QMetaObject.Slot10<A,
B, C, D, E, F, G, H, I, J> A handle to slot with nine parameters.static interface
QMetaObject.Slot2<A,
B> A handle to slot with two parameters.static interface
QMetaObject.Slot3<A,
B, C> A handle to slot with three parameters.static interface
QMetaObject.Slot4<A,
B, C, D> A handle to slot with four parameters.static interface
QMetaObject.Slot5<A,
B, C, D, E> A handle to slot with five parameters.static interface
QMetaObject.Slot6<A,
B, C, D, E, F> A handle to slot with six parameters.static interface
QMetaObject.Slot7<A,
B, C, D, E, F, G> A handle to slot with seven parameters.static interface
QMetaObject.Slot8<A,
B, C, D, E, F, G, H> A handle to slot with eight parameters.static interface
QMetaObject.Slot9<A,
B, C, D, E, F, G, H, I> A handle to slot with nine parameters. -
Uses of QMetaObject.AbstractSlot in io.qt.httpserver
Subinterfaces of QMetaObject.AbstractSlot in io.qt.httpserverModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
Methods in io.qt.httpserver with type parameters of type QMetaObject.AbstractSlotModifier and TypeMethodDescription<ViewHandler extends QMetaObject.AbstractSlot>
boolean<ViewHandler extends QMetaObject.AbstractSlot>
booleanQHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, ViewHandler viewHandler) <ViewHandler extends QMetaObject.AbstractSlot>
booleanQHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, QObject context, ViewHandler viewHandler) <ViewHandler extends QMetaObject.AbstractSlot>
boolean<ViewHandler extends QMetaObject.AbstractSlot>
booleanQHttpServer.route
(BiFunction<QObject, QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, ViewHandler viewHandler) <ViewHandler extends QMetaObject.AbstractSlot>
booleanQHttpServer.route
(BiFunction<QObject, QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, QObject context, ViewHandler viewHandler) <ViewHandler extends QMetaObject.AbstractSlot>
booleanQHttpServer.route
(Function<QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, ViewHandler viewHandler)