Uses of Class
io.qt.core.QObject.MultiSignal
-
Uses of QObject.MultiSignal in io.qt.activex
Modifier and TypeClassDescriptionfinal class
Wrapper class for overloaded signals: -
Uses of QObject.MultiSignal in io.qt.core
Modifier and TypeMethodDescriptionstatic QMetaObject.Connection
QObject.connect
(QObject.MultiSignal signal, QMetaObject.Connectable0 connectSignal, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and connectSignal.static <A> QMetaObject.Connection
QObject.connect
(QObject.MultiSignal signal, QMetaObject.Connectable1<? super A> connectSignal, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and connectSignal.static <A,
B> QMetaObject.Connection QObject.connect
(QObject.MultiSignal signal, QMetaObject.Connectable2<? super A, ? super B> connectSignal, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and connectSignal.static <A,
B, C> QMetaObject.Connection QObject.connect
(QObject.MultiSignal signal, QMetaObject.Connectable3<? super A, ? super B, ? super C> connectSignal, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and connectSignal.static <A,
B, C, D>
QMetaObject.ConnectionQObject.connect
(QObject.MultiSignal signal, QMetaObject.Connectable4<? super A, ? super B, ? super C, ? super D> connectSignal, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and connectSignal.static <A,
B, C, D, E>
QMetaObject.ConnectionQObject.connect
(QObject.MultiSignal signal, QMetaObject.Connectable5<? super A, ? super B, ? super C, ? super D, ? super E> connectSignal, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and connectSignal.static <A,
B, C, D, E, F>
QMetaObject.ConnectionQObject.connect
(QObject.MultiSignal signal, QMetaObject.Connectable6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> connectSignal, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and connectSignal.static <A,
B, C, D, E, F, G>
QMetaObject.ConnectionQObject.connect
(QObject.MultiSignal signal, QMetaObject.Connectable7<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G> connectSignal, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and connectSignal.static <A,
B, C, D, E, F, G, H>
QMetaObject.ConnectionQObject.connect
(QObject.MultiSignal signal, QMetaObject.Connectable8<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H> connectSignal, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and connectSignal.static <A,
B, C, D, E, F, G, H, I>
QMetaObject.ConnectionQObject.connect
(QObject.MultiSignal signal, QMetaObject.Connectable9<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I> connectSignal, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and connectSignal.static QMetaObject.Connection
QObject.connect
(QObject.MultiSignal signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A> QMetaObject.Connection
QObject.connect
(QObject.MultiSignal signal, QMetaObject.Slot1<? super A> 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.static <A,
B, C> QMetaObject.Connection QObject.connect
(QObject.MultiSignal signal, QMetaObject.Slot3<? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A,
B, C, D>
QMetaObject.ConnectionQObject.connect
(QObject.MultiSignal signal, QMetaObject.Slot4<? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A,
B, C, D, E>
QMetaObject.ConnectionQObject.connect
(QObject.MultiSignal signal, QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A,
B, C, D, E, F>
QMetaObject.ConnectionQObject.connect
(QObject.MultiSignal signal, QMetaObject.Slot6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A,
B, C, D, E, F, G>
QMetaObject.ConnectionQObject.connect
(QObject.MultiSignal signal, QMetaObject.Slot7<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A,
B, C, D, E, F, G, H>
QMetaObject.ConnectionQObject.connect
(QObject.MultiSignal signal, QMetaObject.Slot8<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H> 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.static boolean
QObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Connectable0 connectSignal) Removes the connection between the given signal and connectSignal.static <A> boolean
QObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Connectable1<? super A> connectSignal) Removes the connection between the given signal and connectSignal.static <A,
B> boolean QObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Connectable2<? super A, ? super B> connectSignal) Removes the connection between the given signal and connectSignal.static <A,
B, C> boolean QObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Connectable3<? super A, ? super B, ? super C> connectSignal) Removes the connection between the given signal and connectSignal.static <A,
B, C, D>
booleanQObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Connectable4<? super A, ? super B, ? super C, ? super D> connectSignal) Removes the connection between the given signal and connectSignal.static <A,
B, C, D, E>
booleanQObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Connectable5<? super A, ? super B, ? super C, ? super D, ? super E> connectSignal) Removes the connection between the given signal and connectSignal.static <A,
B, C, D, E, F>
booleanQObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Connectable6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> connectSignal) Removes the connection between the given signal and connectSignal.static <A,
B, C, D, E, F, G>
booleanQObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Connectable7<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G> connectSignal) Removes the connection between the given signal and connectSignal.static <A,
B, C, D, E, F, G, H>
booleanQObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Connectable8<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H> connectSignal) Removes the connection between the given signal and connectSignal.static <A,
B, C, D, E, F, G, H, I>
booleanQObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Connectable9<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I> connectSignal) Removes the connection between the given signal and connectSignal.static boolean
QObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Slot0 slot) Removes the connection between the given signal and slot.static <A> boolean
QObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Slot1<? super A> 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, C> boolean QObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Slot3<? super A, ? super B, ? super C> slot) Removes the connection between the given signal and slot.static <A,
B, C, D>
booleanQObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Slot4<? super A, ? super B, ? super C, ? super D> slot) Removes the connection between the given signal and slot.static <A,
B, C, D, E>
booleanQObject.disconnect
(QObject.MultiSignal signal, 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, F>
booleanQObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Slot6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot) Removes the connection between the given signal and slot.static <A,
B, C, D, E, F, G>
booleanQObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Slot7<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G> slot) Removes the connection between the given signal and slot.static <A,
B, C, D, E, F, G, H>
booleanQObject.disconnect
(QObject.MultiSignal signal, QMetaObject.Slot8<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H> 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. -
Uses of QObject.MultiSignal in io.qt.designer
Modifier and TypeClassDescriptionfinal class
Wrapper class for overloaded signals: -
Uses of QObject.MultiSignal in io.qt.widgets
Modifier and TypeClassDescriptionfinal class
Wrapper class for overloaded signals:final class
Wrapper class for overloaded signals: