Uses of Interface
io.qt.core.QMetaObject.Slot9
Packages that use QMetaObject.Slot9
-
Uses of QMetaObject.Slot9 in io.qt.core
Methods in io.qt.core with parameters of type QMetaObject.Slot9Modifier and TypeMethodDescriptionfinal QMetaObject.Connection
QMetaObject.AbstractPrivateSignal9.connect
(QMetaObject.Slot9<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.static <A,
B, C, D, E, F, G, H, I>
QMetaObject.ConnectionQObject.connect
(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, F, G, H, I> signal, QMetaObject.Slot9<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A,
B, C, D, E, F, G, H, I>
QMetaObject.ConnectionQObject.connect
(QObject.MultiSignal signal, QMetaObject.Slot9<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.final boolean
QMetaObject.AbstractPrivateSignal9.disconnect
(QMetaObject.Slot9<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I> slot) Removes the connection to the given slot.static <A,
B, C, D, E, F, G, H, I>
booleanQObject.disconnect
(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, F, G, H, I> signal, QMetaObject.Slot9<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I> slot) Removes the connection between the given signal and slot.static <A,
B, C, D, E, F, G, H, I>
booleanQObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Slot9<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I> slot) Removes the connection between the given signal and slot.static <A,
B, C, D, E, F, G, H, I>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Slot9<A, B, C, D, E, F, G, H, I> method) Returns corresponding meta method for given method handle.static <A,
B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod
(QObject context, QMetaObject.Slot9<A, B, C, D, E, F, G, H, I> method, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod
(QObject context, QMetaObject.Slot9<A, B, C, D, E, F, G, H, I> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) Invokes the slot.static <A,
B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod
(QMetaObject.Slot9<A, B, C, D, E, F, G, H, I> method, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod
(QMetaObject.Slot9<A, B, C, D, E, F, G, H, I> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) Invokes the slot.