Uses of Interface
io.qt.core.QMetaObject.Slot2
-
Uses of QMetaObject.Slot2 in io.qt.activex
Modifier and TypeMethodDescriptionfinal <A,
B> QMetaObject.Connection QAxScript.MultiSignal_finished.connect
(QMetaObject.Slot2<A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <A,
B> boolean QAxScript.MultiSignal_finished.disconnect
(QMetaObject.Slot2<A, B> slot) Removes the connection to the given slot. -
Uses of QMetaObject.Slot2 in io.qt.core
Modifier and TypeMethodDescriptionfinal QMetaObject.Connection
QMetaObject.AbstractPrivateSignal2.connect
(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.Connection
QMetaObject.AbstractPrivateSignal3.connect
(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.Connection
QMetaObject.AbstractPrivateSignal4.connect
(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.Connection
QMetaObject.AbstractPrivateSignal5.connect
(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.Connection
QMetaObject.AbstractPrivateSignal6.connect
(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.Connection
QMetaObject.AbstractPrivateSignal7.connect
(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.Connection
QMetaObject.AbstractPrivateSignal8.connect
(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.Connection
QMetaObject.AbstractPrivateSignal9.connect
(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.static <A,
B> QMetaObject.Connection QObject.connect
(QMetaObject.AbstractPrivateSignal2<A, B> signal, QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A,
B> QMetaObject.Connection QObject.connect
(QMetaObject.AbstractPrivateSignal3<A, B, ?> signal, QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A,
B> QMetaObject.Connection QObject.connect
(QMetaObject.AbstractPrivateSignal4<A, B, ?, ?> signal, QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A,
B> QMetaObject.Connection QObject.connect
(QMetaObject.AbstractPrivateSignal5<A, B, ?, ?, ?> signal, QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A,
B> QMetaObject.Connection QObject.connect
(QMetaObject.AbstractPrivateSignal6<A, B, ?, ?, ?, ?> signal, QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A,
B> QMetaObject.Connection QObject.connect
(QMetaObject.AbstractPrivateSignal7<A, B, ?, ?, ?, ?, ?> signal, QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A,
B> QMetaObject.Connection QObject.connect
(QMetaObject.AbstractPrivateSignal8<A, B, ?, ?, ?, ?, ?, ?> signal, QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A,
B> QMetaObject.Connection QObject.connect
(QMetaObject.AbstractPrivateSignal9<A, B, ?, ?, ?, ?, ?, ?, ?> signal, QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A,
B> QMetaObject.Connection QObject.connect
(QObject.MultiSignal signal, QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.final boolean
QMetaObject.AbstractPrivateSignal2.disconnect
(QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection to the given slot.final boolean
QMetaObject.AbstractPrivateSignal3.disconnect
(QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection to the given slot.final boolean
QMetaObject.AbstractPrivateSignal4.disconnect
(QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection to the given slot.final boolean
QMetaObject.AbstractPrivateSignal5.disconnect
(QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection to the given slot.final boolean
QMetaObject.AbstractPrivateSignal6.disconnect
(QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection to the given slot.final boolean
QMetaObject.AbstractPrivateSignal7.disconnect
(QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection to the given slot.final boolean
QMetaObject.AbstractPrivateSignal8.disconnect
(QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection to the given slot.final boolean
QMetaObject.AbstractPrivateSignal9.disconnect
(QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection to the given slot.static <A,
B> boolean QObject.disconnect
(QMetaObject.AbstractPrivateSignal2<A, B> signal, QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection between the given signal and slot.static <A,
B> boolean QObject.disconnect
(QMetaObject.AbstractPrivateSignal3<A, B, ?> signal, QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection between the given signal and slot.static <A,
B> boolean QObject.disconnect
(QMetaObject.AbstractPrivateSignal4<A, B, ?, ?> signal, QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection between the given signal and slot.static <A,
B> boolean QObject.disconnect
(QMetaObject.AbstractPrivateSignal5<A, B, ?, ?, ?> signal, QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection between the given signal and slot.static <A,
B> boolean QObject.disconnect
(QMetaObject.AbstractPrivateSignal6<A, B, ?, ?, ?, ?> signal, QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection between the given signal and slot.static <A,
B> boolean QObject.disconnect
(QMetaObject.AbstractPrivateSignal7<A, B, ?, ?, ?, ?, ?> signal, QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection between the given signal and slot.static <A,
B> boolean QObject.disconnect
(QMetaObject.AbstractPrivateSignal8<A, B, ?, ?, ?, ?, ?, ?> signal, QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection between the given signal and slot.static <A,
B> boolean QObject.disconnect
(QMetaObject.AbstractPrivateSignal9<A, B, ?, ?, ?, ?, ?, ?, ?> signal, QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection between the given signal and slot.static <A,
B> boolean QObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection between the given signal and slot.static <A,
B> QMetaMethod QMetaMethod.fromMethod
(QMetaObject.Slot2<A, B> method) Returns corresponding meta method for given method handle.static <A,
B> void QMetaObject.invokeMethod
(QMetaObject.Slot2<A, B> method, A arg1, B arg2) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B> void QMetaObject.invokeMethod
(QMetaObject.Slot2<A, B> method, Qt.ConnectionType type, A arg1, B arg2) Invokes the slot.final <T extends QPermission>
voidQCoreApplication.requestPermission
(T permission, QMetaObject.Slot2<T, Qt.PermissionStatus> functor) final <T extends QPermission>
voidQCoreApplication.requestPermission
(Class<T> permissionType, QMetaObject.Slot2<T, Qt.PermissionStatus> functor) -
Uses of QMetaObject.Slot2 in io.qt.designer
Modifier and TypeMethodDescriptionfinal <A,
B> QMetaObject.Connection QDesignerIntegrationInterface.MultiSignal_navigateToSlot.connect
(QMetaObject.Slot2<A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <A,
B> boolean QDesignerIntegrationInterface.MultiSignal_navigateToSlot.disconnect
(QMetaObject.Slot2<A, B> slot) Removes the connection to the given slot.