Uses of Interface
io.qt.core.QMetaObject.Slot5
-
Uses of QMetaObject.Slot5 in io.qt.core
Modifier and TypeMethodDescriptionfinal QMetaObject.Connection
QMetaObject.AbstractPrivateSignal5.connect
(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType... type) Initializes a connection to the slot.final QMetaObject.Connection
QMetaObject.AbstractPrivateSignal6.connect
(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType... type) Initializes a connection to the slot.final QMetaObject.Connection
QMetaObject.AbstractPrivateSignal7.connect
(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType... type) Initializes a connection to the slot.final QMetaObject.Connection
QMetaObject.AbstractPrivateSignal8.connect
(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType... type) Initializes a connection to the slot.final QMetaObject.Connection
QMetaObject.AbstractPrivateSignal9.connect
(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType... type) Initializes a connection to the slot.static <A,
B, C, D, E>
QMetaObject.ConnectionQObject.connect
(QMetaObject.AbstractPrivateSignal5<A, B, C, D, E> signal, QMetaObject.Slot5<A, B, C, D, E> slot, Qt.ConnectionType... connectionType) Initializes a connection between the given signal and slot.static <A,
B, C, D, E>
QMetaObject.ConnectionQObject.connect
(QMetaObject.AbstractPrivateSignal6<A, B, C, D, E, ?> signal, QMetaObject.Slot5<A, B, C, D, E> slot, Qt.ConnectionType... connectionType) Initializes a connection between the given signal and slot.static <A,
B, C, D, E>
QMetaObject.ConnectionQObject.connect
(QMetaObject.AbstractPrivateSignal7<A, B, C, D, E, ?, ?> signal, QMetaObject.Slot5<A, B, C, D, E> slot, Qt.ConnectionType... connectionType) Initializes a connection between the given signal and slot.static <A,
B, C, D, E>
QMetaObject.ConnectionQObject.connect
(QMetaObject.AbstractPrivateSignal8<A, B, C, D, E, ?, ?, ?> signal, QMetaObject.Slot5<A, B, C, D, E> slot, Qt.ConnectionType... connectionType) Initializes a connection between the given signal and slot.static <A,
B, C, D, E>
QMetaObject.ConnectionQObject.connect
(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, ?, ?, ?, ?> signal, QMetaObject.Slot5<A, B, C, D, E> slot, Qt.ConnectionType... connectionType) Initializes a connection between the given signal and slot.final boolean
QMetaObject.AbstractPrivateSignal5.disconnect
(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot) Removes the connection between the given signal and slot.final boolean
QMetaObject.AbstractPrivateSignal6.disconnect
(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot) Removes the connection between the given signal and slot.final boolean
QMetaObject.AbstractPrivateSignal7.disconnect
(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot) Removes the connection between the given signal and slot.final boolean
QMetaObject.AbstractPrivateSignal8.disconnect
(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot) Removes the connection between the given signal and slot.final boolean
QMetaObject.AbstractPrivateSignal9.disconnect
(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot) Removes the connection between the given signal and slot.static <A,
B, C, D, E>
booleanQObject.disconnect
(QMetaObject.AbstractPrivateSignal5<A, B, C, D, E> signal, QMetaObject.Slot5<A, B, C, D, E> slot) Removes the connection between the given signal and slot.static <A,
B, C, D, E>
booleanQObject.disconnect
(QMetaObject.AbstractPrivateSignal6<A, B, C, D, E, ?> signal, QMetaObject.Slot5<A, B, C, D, E> slot) Removes the connection between the given signal and slot.static <A,
B, C, D, E>
booleanQObject.disconnect
(QMetaObject.AbstractPrivateSignal7<A, B, C, D, E, ?, ?> signal, QMetaObject.Slot5<A, B, C, D, E> slot) Removes the connection between the given signal and slot.static <A,
B, C, D, E>
booleanQObject.disconnect
(QMetaObject.AbstractPrivateSignal8<A, B, C, D, E, ?, ?, ?> signal, QMetaObject.Slot5<A, B, C, D, E> slot) Removes the connection between the given signal and slot.static <A,
B, C, D, E>
booleanQObject.disconnect
(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, ?, ?, ?, ?> signal, QMetaObject.Slot5<A, B, C, D, E> slot) Removes the connection between the given signal and slot.static <A,
B, C, D, E>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Slot5<A, B, C, D, E> method) static <A,
B, C, D, E>
voidQMetaObject.invokeMethod
(QMetaObject.Slot5<A, B, C, D, E> method, A arg1, B arg2, C arg3, D arg4, E arg5) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E>
voidQMetaObject.invokeMethod
(QMetaObject.Slot5<A, B, C, D, E> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5) Invokes the slot. -
Uses of QMetaObject.Slot5 in io.qt.internal
Modifier and TypeMethodDescriptionprotected QMetaObject.Connection
QtJambiSignals.AbstractSignal.addConnectionToSlotObject
(QMetaObject.Slot5<?, ?, ?, ?, ?> slotObject, Qt.ConnectionType[] connectionType)