Uses of Enum
io.qt.core.Qt.ConnectionType
Packages that use Qt.ConnectionType
-
Uses of Qt.ConnectionType in io.qt.activex
Methods in io.qt.activex with parameters of type Qt.ConnectionTypeModifier and TypeMethodDescriptionfinal <A> QMetaObject.ConnectionQAxScript.MultiSignal_finished.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B, C, D>
QMetaObject.ConnectionQAxScript.MultiSignal_finished.connect(QMetaObject.AbstractPublicSignal4<A, B, C, D> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQAxScript.MultiSignal_finished.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B, C, D>
QMetaObject.ConnectionQAxScript.MultiSignal_finished.connect(QMetaObject.Connectable4<A, B, C, D> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQAxScript.MultiSignal_finished.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <A,B, C, D>
QMetaObject.ConnectionQAxScript.MultiSignal_finished.connect(QMetaObject.Slot4<A, B, C, D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <A,B> QMetaObject.Connection QAxScript.MultiSignal_finished.connect(QMetaObject.AbstractPublicSignal2<A, B> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B, C> QMetaObject.Connection QAxScript.MultiSignal_finished.connect(QMetaObject.AbstractPublicSignal3<A, B, C> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <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, C> QMetaObject.Connection QAxScript.MultiSignal_finished.connect(QMetaObject.Slot3<A, B, C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot. -
Uses of Qt.ConnectionType in io.qt.core
Methods in io.qt.core that return Qt.ConnectionTypeModifier and TypeMethodDescriptionstatic Qt.ConnectionTypeQt.ConnectionType.resolve(int value) Returns the corresponding enum entry for the given value.static Qt.ConnectionTypeReturns the enum constant of this type with the specified name.static Qt.ConnectionType[]Qt.ConnectionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type Qt.ConnectionTypeModifier and TypeMethodDescriptionfinal QMetaObject.ConnectionQTimer.callOnTimeout(QObject receiver, String method, Qt.ConnectionType ... type) final QMetaObject.ConnectionQTimer.callOnTimeout(QMetaObject.Connectable0 connectable, Qt.ConnectionType ... type) final QMetaObject.ConnectionQTimer.callOnTimeout(QMetaObject.Slot0 slot, Qt.ConnectionType ... type) final QMetaObject.ConnectionQDeclarableSignals.AbstractPrivateGenericSignal.connect(QMetaObject.GenericConnectable signal, Qt.ConnectionType ... connectionType) Initializes a connection to the signal.final QMetaObject.ConnectionQDeclarableSignals.AbstractPrivateGenericSignal.connect(QMetaObject.GenericSlot slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQInstanceMemberSignals.MultiSignal.connect(QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQInstanceMemberSignals.MultiSignal.connect(Object receiver, String method, Qt.ConnectionType... connectionType) Connects the signal to a method in an object.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal0.connect(QMetaObject.Connectable0 signal, Qt.ConnectionType ... connectionType) Initializes a connection to the signal.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal0.connect(QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal1.connect(QMetaObject.Connectable1<? super A> signal, Qt.ConnectionType ... connectionType) Initializes a connection to the signal.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal1.connect(QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal1.connect(QMetaObject.Slot1<? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal2.connect(QMetaObject.Connectable2<? super A, ? super B> signal, Qt.ConnectionType ... connectionType) Initializes a connection to the signal.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal2.connect(QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal2.connect(QMetaObject.Slot1<? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal2.connect(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal3.connect(QMetaObject.Connectable3<? super A, ? super B, ? super C> signal, Qt.ConnectionType ... connectionType) Initializes a connection to the signal.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal3.connect(QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal3.connect(QMetaObject.Slot1<? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal3.connect(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal3.connect(QMetaObject.Slot3<? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal4.connect(QMetaObject.Connectable4<? super A, ? super B, ? super C, ? super D> signal, Qt.ConnectionType ... connectionType) Initializes a connection to the signal.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal4.connect(QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal4.connect(QMetaObject.Slot1<? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal4.connect(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal4.connect(QMetaObject.Slot3<? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal4.connect(QMetaObject.Slot4<? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal5.connect(QMetaObject.Connectable5<? super A, ? super B, ? super C, ? super D, ? super E> signal, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal5.connect(QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal5.connect(QMetaObject.Slot1<? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal5.connect(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal5.connect(QMetaObject.Slot3<? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal5.connect(QMetaObject.Slot4<? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal5.connect(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal6.connect(QMetaObject.Connectable6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> signal, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal6.connect(QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal6.connect(QMetaObject.Slot1<? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal6.connect(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal6.connect(QMetaObject.Slot3<? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal6.connect(QMetaObject.Slot4<? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal6.connect(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal6.connect(QMetaObject.Slot6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal7.connect(QMetaObject.Connectable7<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G> signal, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal7.connect(QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal7.connect(QMetaObject.Slot1<? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal7.connect(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal7.connect(QMetaObject.Slot3<? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal7.connect(QMetaObject.Slot4<? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal7.connect(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal7.connect(QMetaObject.Slot6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal7.connect(QMetaObject.Slot7<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(QMetaObject.Connectable8<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H> signal, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(QMetaObject.Slot1<? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(QMetaObject.Slot3<? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(QMetaObject.Slot4<? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(QMetaObject.Slot6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(QMetaObject.Slot7<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(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 to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(QMetaObject.Connectable9<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I> signal, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(QMetaObject.Slot1<? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(QMetaObject.Slot3<? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(QMetaObject.Slot4<? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(QMetaObject.Slot5<? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(QMetaObject.Slot6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(QMetaObject.Slot7<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(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 to the slot.final QMetaObject.ConnectionQMetaObject.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.final QMetaObject.ConnectionQMetaObject.AbstractSignal.connect(Object receiver, String method, Qt.ConnectionType ... connectionType) Connects the signal to a method in an object.final QMetaObject.ConnectionQMetaObject.DisposedSignal.connect(QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.static QMetaObject.ConnectionQObject.connect(QObject sender, QMetaMethod signal, QObject receiver, QMetaMethod slot, Qt.ConnectionType ... connectionType) Creates a connection of the giventypefrom thesignalin thesenderobject to themethodin thereceiverobject.static QMetaObject.ConnectionQObject.connect(QObject sender, String signal, QObject receiver, String slot, Qt.ConnectionType ... connectionType) Creates a connection of the given type from the signal in the sender object to the method in the receiver object.static QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal0 signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal0 signal, QMetaObject.Connectable0 connectSignal, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and connectSignal.static QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal1<?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal1<A> signal, QMetaObject.Slot1<? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal1<A> signal, QMetaObject.Connectable1<? super A> connectSignal, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and connectSignal.static QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal2<?, ?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal2<A, ?> 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(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.AbstractPrivateSignal2<A, B> signal, QMetaObject.Connectable2<? super A, ? super B> connectSignal, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and connectSignal.static QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal3<?, ?, ?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal3<A, ?, ?> 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(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, C> QMetaObject.Connection QObject.connect(QMetaObject.AbstractPrivateSignal3<A, B, C> 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> QMetaObject.Connection QObject.connect(QMetaObject.AbstractPrivateSignal3<A, B, C> signal, QMetaObject.Connectable3<? super A, ? super B, ? super C> connectSignal, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and connectSignal.static QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal4<?, ?, ?, ?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal4<A, ?, ?, ?> 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(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, C> QMetaObject.Connection QObject.connect(QMetaObject.AbstractPrivateSignal4<A, B, C, ?> 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(QMetaObject.AbstractPrivateSignal4<A, B, C, D> 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>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal4<A, B, C, D> 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 QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal5<?, ?, ?, ?, ?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal5<A, ?, ?, ?, ?> 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(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, C> QMetaObject.Connection QObject.connect(QMetaObject.AbstractPrivateSignal5<A, B, C, ?, ?> 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(QMetaObject.AbstractPrivateSignal5<A, B, C, D, ?> 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(QMetaObject.AbstractPrivateSignal5<A, B, C, D, E> 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>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal5<A, B, C, D, E> 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 QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal6<?, ?, ?, ?, ?, ?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal6<A, ?, ?, ?, ?, ?> 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(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, C> QMetaObject.Connection QObject.connect(QMetaObject.AbstractPrivateSignal6<A, B, C, ?, ?, ?> 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(QMetaObject.AbstractPrivateSignal6<A, B, C, D, ?, ?> 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(QMetaObject.AbstractPrivateSignal6<A, B, C, D, E, ?> 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(QMetaObject.AbstractPrivateSignal6<A, B, C, D, E, F> 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>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal6<A, B, C, D, E, F> 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 QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal7<?, ?, ?, ?, ?, ?, ?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal7<A, ?, ?, ?, ?, ?, ?> 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(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, C> QMetaObject.Connection QObject.connect(QMetaObject.AbstractPrivateSignal7<A, B, C, ?, ?, ?, ?> 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(QMetaObject.AbstractPrivateSignal7<A, B, C, D, ?, ?, ?> 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(QMetaObject.AbstractPrivateSignal7<A, B, C, D, E, ?, ?> 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(QMetaObject.AbstractPrivateSignal7<A, B, C, D, E, F, ?> 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(QMetaObject.AbstractPrivateSignal7<A, B, C, D, E, F, G> 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>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal7<A, B, C, D, E, F, G> 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 QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal8<?, ?, ?, ?, ?, ?, ?, ?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal8<A, ?, ?, ?, ?, ?, ?, ?> 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(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, C> QMetaObject.Connection QObject.connect(QMetaObject.AbstractPrivateSignal8<A, B, C, ?, ?, ?, ?, ?> 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(QMetaObject.AbstractPrivateSignal8<A, B, C, D, ?, ?, ?, ?> 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(QMetaObject.AbstractPrivateSignal8<A, B, C, D, E, ?, ?, ?> 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(QMetaObject.AbstractPrivateSignal8<A, B, C, D, E, F, ?, ?> 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(QMetaObject.AbstractPrivateSignal8<A, B, C, D, E, F, G, ?> 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(QMetaObject.AbstractPrivateSignal8<A, B, C, D, E, F, G, H> 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>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal8<A, B, C, D, E, F, G, H> 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 QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal9<?, ?, ?, ?, ?, ?, ?, ?, ?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal9<A, ?, ?, ?, ?, ?, ?, ?, ?> 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(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, C> QMetaObject.Connection QObject.connect(QMetaObject.AbstractPrivateSignal9<A, B, C, ?, ?, ?, ?, ?, ?> 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(QMetaObject.AbstractPrivateSignal9<A, B, C, D, ?, ?, ?, ?, ?> 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(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, ?, ?, ?, ?> 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(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, F, ?, ?, ?> 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(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, F, G, ?, ?> 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(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, F, G, H, ?> 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(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(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, F, G, H, I> 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.ConnectionQObject.connect(QObject.MultiSignal signal, QMetaObject.Connectable0 connectSignal, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and connectSignal.static <A> QMetaObject.ConnectionQObject.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.ConnectionQObject.connect(QObject.MultiSignal signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A> QMetaObject.ConnectionQObject.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.final QMetaObject.ConnectionQObject.MultiSignal.connect(QMetaObject.AbstractPublicSignal0 signal, Qt.ConnectionType ... connectionType) Initializes a connection to the signal.final QMetaObject.ConnectionQObject.MultiSignal.connect(QMetaObject.Connectable0 signal, Qt.ConnectionType ... connectionType) Initializes a connection to the signal.final QMetaObject.ConnectionQObject.MultiSignal.connect(QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQObject.MultiSignal.connect(Object receiver, String method, Qt.ConnectionType ... connectionType) Connects the signal to a method in an object.final QMetaObject.ConnectionQStaticMemberSignals.MultiSignal.connect(QMetaObject.Slot0 slot, Qt.ConnectionType... connectionType) Initializes a connection to the slot.final QMetaObject.ConnectionQStaticMemberSignals.MultiSignal.connect(Object receiver, String method, Qt.ConnectionType... connectionType) Connects the signal to a method in an object.final ObjectQMetaMethod.invoke(QObject object, Qt.ConnectionType connection, Object ... args) static <R> RQMetaObject.invokeMethod(QObject context, QMetaObject.Method0<R> method, Qt.ConnectionType type) Invokes the method and returns it's result value.static <A,R> R QMetaObject.invokeMethod(QObject context, QMetaObject.Method1<A, R> method, Qt.ConnectionType type, A arg1) Invokes the method and returns it's result value.static <A,B, R> R QMetaObject.invokeMethod(QObject context, QMetaObject.Method2<A, B, R> method, Qt.ConnectionType type, A arg1, B arg2) Invokes the method and returns it's result value.static <A,B, C, R>
RQMetaObject.invokeMethod(QObject context, QMetaObject.Method3<A, B, C, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the method and returns it's result value.static <A,B, C, D, R>
RQMetaObject.invokeMethod(QObject context, QMetaObject.Method4<A, B, C, D, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4) Invokes the method and returns it's result value.static <A,B, C, D, E, R>
RQMetaObject.invokeMethod(QObject context, QMetaObject.Method5<A, B, C, D, E, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5) Invokes the method and returns it's result value.static <A,B, C, D, E, F, R>
RQMetaObject.invokeMethod(QObject context, QMetaObject.Method6<A, B, C, D, E, F, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) Invokes the method and returns it's result value.static <A,B, C, D, E, F, G, R>
RQMetaObject.invokeMethod(QObject context, QMetaObject.Method7<A, B, C, D, E, F, G, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7) Invokes the method and returns it's result value.static <A,B, C, D, E, F, G, H, R>
RQMetaObject.invokeMethod(QObject context, QMetaObject.Method8<A, B, C, D, E, F, G, H, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8) Invokes the method and returns it's result value.static <A,B, C, D, E, F, G, H, I, R>
RQMetaObject.invokeMethod(QObject context, QMetaObject.Method9<A, B, C, D, E, F, G, H, I, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) Invokes the method and returns it's result value.static voidQMetaObject.invokeMethod(QObject context, QMetaObject.Slot0 method, Qt.ConnectionType type) Invokes the slot.static <A> voidQMetaObject.invokeMethod(QObject context, QMetaObject.Slot1<A> method, Qt.ConnectionType type, A arg1) Invokes the slot.static <A,B> void QMetaObject.invokeMethod(QObject context, QMetaObject.Slot2<A, B> method, Qt.ConnectionType type, A arg1, B arg2) Invokes the slot.static <A,B, C> void QMetaObject.invokeMethod(QObject context, QMetaObject.Slot3<A, B, C> method, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the slot.static <A,B, C, D>
voidQMetaObject.invokeMethod(QObject context, QMetaObject.Slot4<A, B, C, D> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4) Invokes the slot.static <A,B, C, D, E>
voidQMetaObject.invokeMethod(QObject context, QMetaObject.Slot5<A, B, C, D, E> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5) Invokes the slot.static <A,B, C, D, E, F>
voidQMetaObject.invokeMethod(QObject context, QMetaObject.Slot6<A, B, C, D, E, F> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) Invokes the slot.static <A,B, C, D, E, F, G>
voidQMetaObject.invokeMethod(QObject context, QMetaObject.Slot7<A, B, C, D, E, F, G> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7) Invokes the slot.static <A,B, C, D, E, F, G, H>
voidQMetaObject.invokeMethod(QObject context, QMetaObject.Slot8<A, B, C, D, E, F, G, H> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8) Invokes the slot.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 ObjectQMetaObject.invokeMethod(QObject obj, String member, Qt.ConnectionType type, Object... args) Invokes the given method on the given object and returns it's result value.static voidQMetaObject.invokeMethod(QMetaObject.AbstractPrivateSignal0 signal, Qt.ConnectionType type) Invokes the signal.static <A> voidQMetaObject.invokeMethod(QMetaObject.AbstractPrivateSignal1<A> signal, Qt.ConnectionType type, A arg1) Invokes the signal.static <A,B> void QMetaObject.invokeMethod(QMetaObject.AbstractPrivateSignal2<A, B> signal, Qt.ConnectionType type, A arg1, B arg2) Invokes the signal.static <A,B, C> void QMetaObject.invokeMethod(QMetaObject.AbstractPrivateSignal3<A, B, C> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the signal.static <A,B, C, D>
voidQMetaObject.invokeMethod(QMetaObject.AbstractPrivateSignal4<A, B, C, D> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4) Invokes the signal.static <A,B, C, D, E>
voidQMetaObject.invokeMethod(QMetaObject.AbstractPrivateSignal5<A, B, C, D, E> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5) Invokes the signal.static <A,B, C, D, E, F>
voidQMetaObject.invokeMethod(QMetaObject.AbstractPrivateSignal6<A, B, C, D, E, F> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) Invokes the signal.static <A,B, C, D, E, F, G>
voidQMetaObject.invokeMethod(QMetaObject.AbstractPrivateSignal7<A, B, C, D, E, F, G> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7) Invokes the signal.static <A,B, C, D, E, F, G, H>
voidQMetaObject.invokeMethod(QMetaObject.AbstractPrivateSignal8<A, B, C, D, E, F, G, H> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8) Invokes the signal.static <A,B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, F, G, H, I> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) Invokes the signal.static <A> voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal1Default1<A> signal, Qt.ConnectionType type) Invokes the signal.static <A,B> void QMetaObject.invokeMethod(QMetaObject.AbstractSignal2Default1<A, B> signal, Qt.ConnectionType type, A arg1) Invokes the signal.static <A,B> void QMetaObject.invokeMethod(QMetaObject.AbstractSignal2Default2<A, B> signal, Qt.ConnectionType type) Invokes the signal.static <A,B, C> void QMetaObject.invokeMethod(QMetaObject.AbstractSignal3Default1<A, B, C> signal, Qt.ConnectionType type, A arg1, B arg2) Invokes the signal.static <A,B, C> void QMetaObject.invokeMethod(QMetaObject.AbstractSignal3Default2<A, B, C> signal, Qt.ConnectionType type, A arg1) Invokes the signal.static <A,B, C> void QMetaObject.invokeMethod(QMetaObject.AbstractSignal3Default3<A, B, C> signal, Qt.ConnectionType type) Invokes the signal.static <A,B, C, D>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal4Default1<A, B, C, D> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the signal.static <A,B, C, D>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal4Default2<A, B, C, D> signal, Qt.ConnectionType type, A arg1, B arg2) Invokes the signal.static <A,B, C, D>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal4Default3<A, B, C, D> signal, Qt.ConnectionType type, A arg1) Invokes the signal.static <A,B, C, D>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal4Default4<A, B, C, D> signal, Qt.ConnectionType type) Invokes the signal.static <A,B, C, D, E>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal5Default1<A, B, C, D, E> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4) Invokes the signal.static <A,B, C, D, E>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal5Default2<A, B, C, D, E> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the signal.static <A,B, C, D, E>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal5Default3<A, B, C, D, E> signal, Qt.ConnectionType type, A arg1, B arg2) Invokes the signal.static <A,B, C, D, E>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal5Default4<A, B, C, D, E> signal, Qt.ConnectionType type, A arg1) Invokes the signal.static <A,B, C, D, E>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal5Default5<A, B, C, D, E> signal, Qt.ConnectionType type) Invokes the signal.static <A,B, C, D, E, F>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal6Default1<A, B, C, D, E, F> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5) Invokes the signal.static <A,B, C, D, E, F>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal6Default2<A, B, C, D, E, F> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4) Invokes the signal.static <A,B, C, D, E, F>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal6Default3<A, B, C, D, E, F> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the signal.static <A,B, C, D, E, F>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal6Default4<A, B, C, D, E, F> signal, Qt.ConnectionType type, A arg1, B arg2) Invokes the signal.static <A,B, C, D, E, F>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal6Default5<A, B, C, D, E, F> signal, Qt.ConnectionType type, A arg1) Invokes the signal.static <A,B, C, D, E, F>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal6Default6<A, B, C, D, E, F> signal, Qt.ConnectionType type) Invokes the signal.static <A,B, C, D, E, F, G>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal7Default1<A, B, C, D, E, F, G> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) Invokes the signal.static <A,B, C, D, E, F, G>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal7Default2<A, B, C, D, E, F, G> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5) Invokes the signal.static <A,B, C, D, E, F, G>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal7Default3<A, B, C, D, E, F, G> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4) Invokes the signal.static <A,B, C, D, E, F, G>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal7Default4<A, B, C, D, E, F, G> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the signal.static <A,B, C, D, E, F, G>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal7Default5<A, B, C, D, E, F, G> signal, Qt.ConnectionType type, A arg1, B arg2) Invokes the signal.static <A,B, C, D, E, F, G>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal7Default6<A, B, C, D, E, F, G> signal, Qt.ConnectionType type, A arg1) Invokes the signal.static <A,B, C, D, E, F, G>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal7Default7<A, B, C, D, E, F, G> signal, Qt.ConnectionType type) Invokes the signal.static <A,B, C, D, E, F, G, H>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal8Default1<A, B, C, D, E, F, G, H> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7) Invokes the signal.static <A,B, C, D, E, F, G, H>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal8Default2<A, B, C, D, E, F, G, H> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) Invokes the signal.static <A,B, C, D, E, F, G, H>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal8Default3<A, B, C, D, E, F, G, H> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5) Invokes the signal.static <A,B, C, D, E, F, G, H>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal8Default4<A, B, C, D, E, F, G, H> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4) Invokes the signal.static <A,B, C, D, E, F, G, H>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal8Default5<A, B, C, D, E, F, G, H> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the signal.static <A,B, C, D, E, F, G, H>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal8Default6<A, B, C, D, E, F, G, H> signal, Qt.ConnectionType type, A arg1, B arg2) Invokes the signal.static <A,B, C, D, E, F, G, H>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal8Default7<A, B, C, D, E, F, G, H> signal, Qt.ConnectionType type, A arg1) Invokes the signal.static <A,B, C, D, E, F, G, H>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal8Default8<A, B, C, D, E, F, G, H> signal, Qt.ConnectionType type) Invokes the signal.static <A,B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal9Default1<A, B, C, D, E, F, G, H, I> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8) Invokes the signal.static <A,B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal9Default2<A, B, C, D, E, F, G, H, I> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7) Invokes the signal.static <A,B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal9Default3<A, B, C, D, E, F, G, H, I> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) Invokes the signal.static <A,B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal9Default4<A, B, C, D, E, F, G, H, I> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5) Invokes the signal.static <A,B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal9Default5<A, B, C, D, E, F, G, H, I> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4) Invokes the signal.static <A,B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal9Default6<A, B, C, D, E, F, G, H, I> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the signal.static <A,B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal9Default7<A, B, C, D, E, F, G, H, I> signal, Qt.ConnectionType type, A arg1, B arg2) Invokes the signal.static <A,B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal9Default8<A, B, C, D, E, F, G, H, I> signal, Qt.ConnectionType type, A arg1) Invokes the signal.static <A,B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod(QMetaObject.AbstractSignal9Default9<A, B, C, D, E, F, G, H, I> signal, Qt.ConnectionType type) Invokes the signal.static <R> RQMetaObject.invokeMethod(QMetaObject.Method0<R> method, Qt.ConnectionType type) Invokes the method and returns it's result value.static <A,R> R QMetaObject.invokeMethod(QMetaObject.Method1<A, R> method, Qt.ConnectionType type, A arg1) Invokes the method and returns it's result value.static <A,B, R> R QMetaObject.invokeMethod(QMetaObject.Method2<A, B, R> method, Qt.ConnectionType type, A arg1, B arg2) Invokes the method and returns it's result value.static <A,B, C, R>
RQMetaObject.invokeMethod(QMetaObject.Method3<A, B, C, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the method and returns it's result value.static <A,B, C, D, R>
RQMetaObject.invokeMethod(QMetaObject.Method4<A, B, C, D, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4) Invokes the method and returns it's result value.static <A,B, C, D, E, R>
RQMetaObject.invokeMethod(QMetaObject.Method5<A, B, C, D, E, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5) Invokes the method and returns it's result value.static <A,B, C, D, E, F, R>
RQMetaObject.invokeMethod(QMetaObject.Method6<A, B, C, D, E, F, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) Invokes the method and returns it's result value.static <A,B, C, D, E, F, G, R>
RQMetaObject.invokeMethod(QMetaObject.Method7<A, B, C, D, E, F, G, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7) Invokes the method and returns it's result value.static <A,B, C, D, E, F, G, H, R>
RQMetaObject.invokeMethod(QMetaObject.Method8<A, B, C, D, E, F, G, H, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8) Invokes the method and returns it's result value.static <A,B, C, D, E, F, G, H, I, R>
RQMetaObject.invokeMethod(QMetaObject.Method9<A, B, C, D, E, F, G, H, I, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) Invokes the method and returns it's result value.static voidQMetaObject.invokeMethod(QMetaObject.Slot0 method, Qt.ConnectionType type) Invokes the slot.static <A> voidQMetaObject.invokeMethod(QMetaObject.Slot1<A> method, Qt.ConnectionType type, A arg1) Invokes the slot.static <A,B> void QMetaObject.invokeMethod(QMetaObject.Slot2<A, B> method, Qt.ConnectionType type, A arg1, B arg2) Invokes the slot.static <A,B, C> void QMetaObject.invokeMethod(QMetaObject.Slot3<A, B, C> method, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the slot.static <A,B, C, D>
voidQMetaObject.invokeMethod(QMetaObject.Slot4<A, B, C, D> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4) Invokes the slot.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.static <A,B, C, D, E, F>
voidQMetaObject.invokeMethod(QMetaObject.Slot6<A, B, C, D, E, F> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) Invokes the slot.static <A,B, C, D, E, F, G>
voidQMetaObject.invokeMethod(QMetaObject.Slot7<A, B, C, D, E, F, G> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7) Invokes the slot.static <A,B, C, D, E, F, G, H>
voidQMetaObject.invokeMethod(QMetaObject.Slot8<A, B, C, D, E, F, G, H> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8) 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, 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 voidQMetaObject.writeProperty(QObject.QBooleanProperty property, Qt.ConnectionType type, boolean value) Sets the value of the property.static voidQMetaObject.writeProperty(QObject.QByteProperty property, Qt.ConnectionType type, byte value) Sets the value of the property.static voidQMetaObject.writeProperty(QObject.QCharProperty property, Qt.ConnectionType type, char value) Sets the value of the property.static voidQMetaObject.writeProperty(QObject.QDoubleProperty property, Qt.ConnectionType type, double value) Sets the value of the property.static voidQMetaObject.writeProperty(QObject.QFloatProperty property, Qt.ConnectionType type, float value) Sets the value of the property.static voidQMetaObject.writeProperty(QObject.QIntProperty property, Qt.ConnectionType type, int value) Sets the value of the property.static voidQMetaObject.writeProperty(QObject.QLongProperty property, Qt.ConnectionType type, long value) Sets the value of the property.static <A> voidQMetaObject.writeProperty(QObject.QProperty<A> property, Qt.ConnectionType type, A value) Sets the value of the property.static voidQMetaObject.writeProperty(QObject.QShortProperty property, Qt.ConnectionType type, short value) Sets the value of the property. -
Uses of Qt.ConnectionType in io.qt.designer
Methods in io.qt.designer with parameters of type Qt.ConnectionTypeModifier and TypeMethodDescriptionfinal <A> QMetaObject.ConnectionQDesignerIntegrationInterface.MultiSignal_navigateToSlot.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B, C> QMetaObject.Connection QDesignerIntegrationInterface.MultiSignal_navigateToSlot.connect(QMetaObject.AbstractPublicSignal3<A, B, C> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQDesignerIntegrationInterface.MultiSignal_navigateToSlot.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B, C> QMetaObject.Connection QDesignerIntegrationInterface.MultiSignal_navigateToSlot.connect(QMetaObject.Connectable3<A, B, C> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQDesignerIntegrationInterface.MultiSignal_navigateToSlot.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <A,B, C> QMetaObject.Connection QDesignerIntegrationInterface.MultiSignal_navigateToSlot.connect(QMetaObject.Slot3<A, B, C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <A,B> QMetaObject.Connection QDesignerIntegrationInterface.MultiSignal_navigateToSlot.connect(QMetaObject.AbstractPublicSignal2<A, B> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B> QMetaObject.Connection QDesignerIntegrationInterface.MultiSignal_navigateToSlot.connect(QMetaObject.Slot2<A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot. -
Uses of Qt.ConnectionType in io.qt.scxml
Methods in io.qt.scxml with parameters of type Qt.ConnectionTypeModifier and TypeMethodDescriptionfinal QMetaObject.ConnectionQScxmlStateMachine.connectToEvent(String scxmlEventSpec, QObject context, QMetaObject.Slot0 functor, Qt.ConnectionType ... type) final QMetaObject.ConnectionQScxmlStateMachine.connectToEvent(String scxmlEventSpec, QObject context, QMetaObject.Slot1<QScxmlEvent> functor, Qt.ConnectionType ... type) final QMetaObject.ConnectionQScxmlStateMachine.connectToEvent(String scxmlEventSpec, QObject receiver, String method, Qt.ConnectionType ... type) QScxmlStateMachine.connectToEvent(String scxmlStateName, QMetaObject.Connectable0 signal, Qt.ConnectionType ... type) QScxmlStateMachine.connectToEvent(String scxmlStateName, QMetaObject.Connectable1<QScxmlEvent> signal, Qt.ConnectionType ... type) final QMetaObject.ConnectionQScxmlStateMachine.connectToEvent(String scxmlEventSpec, QMetaObject.Slot0 functor, Qt.ConnectionType ... type) final QMetaObject.ConnectionQScxmlStateMachine.connectToEvent(String scxmlEventSpec, QMetaObject.Slot1<QScxmlEvent> functor, Qt.ConnectionType ... type) final QMetaObject.ConnectionQScxmlStateMachine.connectToState(String scxmlStateName, QObject context, QMetaObject.Slot0 functor, Qt.ConnectionType ... type) final QMetaObject.ConnectionQScxmlStateMachine.connectToState(String scxmlStateName, QObject context, QMetaObject.Slot1<@QtPrimitiveType Boolean> functor, Qt.ConnectionType ... type) final QMetaObject.ConnectionQScxmlStateMachine.connectToState(String scxmlStateName, QObject receiver, String method, Qt.ConnectionType ... type) QScxmlStateMachine.connectToState(String scxmlStateName, QMetaObject.Connectable0 signal, Qt.ConnectionType ... type) QScxmlStateMachine.connectToState(String scxmlStateName, QMetaObject.Connectable1<Boolean> signal, Qt.ConnectionType ... type) final QMetaObject.ConnectionQScxmlStateMachine.connectToState(String scxmlStateName, QMetaObject.Slot0 functor, Qt.ConnectionType ... type) final QMetaObject.ConnectionQScxmlStateMachine.connectToState(String scxmlStateName, QMetaObject.Slot1<@QtPrimitiveType Boolean> functor, Qt.ConnectionType ... type) -
Uses of Qt.ConnectionType in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.ConnectionTypeModifier and TypeMethodDescriptionfinal QActionQWidget.addAction(QIcon icon, String text, QMetaObject.Connectable1<? super Boolean> signal, Qt.ConnectionType... connectionType) final QActionQWidget.addAction(QIcon icon, String text, QMetaObject.Slot0 slot, Qt.ConnectionType... connectionType) final QActionQWidget.addAction(QIcon icon, String text, QMetaObject.Slot1<? super Boolean> slot, Qt.ConnectionType... connectionType) final QActionQWidget.addAction(QIcon icon, String text, QKeySequence shortcut, QMetaObject.Connectable1<? super Boolean> signal, Qt.ConnectionType... connectionType) final QActionQWidget.addAction(QIcon icon, String text, QKeySequence shortcut, QMetaObject.Slot0 slot, Qt.ConnectionType... connectionType) final QActionQWidget.addAction(QIcon icon, String text, QKeySequence shortcut, QMetaObject.Slot1<? super Boolean> slot, Qt.ConnectionType... connectionType) final QActionQWidget.addAction(QIcon icon, String text, QKeySequence shortcut, Object receiver, String method, Qt.ConnectionType... connectionType) final QActionQWidget.addAction(QIcon icon, String text, Object receiver, String method, Qt.ConnectionType... connectionType) final QActionQWidget.addAction(String text, QMetaObject.Connectable1<? super Boolean> signal, Qt.ConnectionType... connectionType) final QActionQWidget.addAction(String text, QMetaObject.Slot0 slot, Qt.ConnectionType... connectionType) final QActionQWidget.addAction(String text, QMetaObject.Slot1<? super Boolean> slot, Qt.ConnectionType... connectionType) final QActionQWidget.addAction(String text, QKeySequence shortcut, QMetaObject.Connectable1<? super Boolean> signal, Qt.ConnectionType... connectionType) final QActionQWidget.addAction(String text, QKeySequence shortcut, QMetaObject.Slot0 slot, Qt.ConnectionType... connectionType) final QActionQWidget.addAction(String text, QKeySequence shortcut, QMetaObject.Slot1<? super Boolean> slot, Qt.ConnectionType... connectionType) final QActionQWidget.addAction(String text, QKeySequence shortcut, Object receiver, String method, Qt.ConnectionType... connectionType) final QActionQWidget.addAction(String text, Object receiver, String method, Qt.ConnectionType... connectionType) final <A> QMetaObject.ConnectionQCompleter.MultiSignal_activated.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQCompleter.MultiSignal_activated.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQCompleter.MultiSignal_activated.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <A> QMetaObject.ConnectionQCompleter.MultiSignal_highlighted.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQCompleter.MultiSignal_highlighted.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQCompleter.MultiSignal_highlighted.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.