Uses of Enum
io.qt.core.Qt.ConnectionType
Packages that use Qt.ConnectionType
Package
Description
-
Uses of Qt.ConnectionType in io.qt.activex
Methods in io.qt.activex with parameters of type Qt.ConnectionTypeModifier and TypeMethodDescriptionfinal <Receiver,A>
QMetaObject.ConnectionQAxScript.MultiSignal_finished.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver,A, B>
QMetaObject.ConnectionQAxScript.MultiSignal_finished.connect(Receiver receiver, QMetaObject.Slot3<Receiver, A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver,A, B, C>
QMetaObject.ConnectionQAxScript.MultiSignal_finished.connect(Receiver receiver, QMetaObject.Slot4<Receiver, A, B, C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver,A, B, C, D>
QMetaObject.ConnectionQAxScript.MultiSignal_finished.connect(Receiver receiver, QMetaObject.Slot5<Receiver, A, B, C, D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <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 <Receiver> QMetaObject.ConnectionQTimer.callOnTimeout(Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... type) final 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 <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal0.connect(Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.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 <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal1.connect(Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal1.connect(Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.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 <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal2.connect(Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal2.connect(Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal2.connect(Receiver receiver, QMetaObject.Slot3<Receiver, ? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.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 <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal3.connect(Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal3.connect(Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal3.connect(Receiver receiver, QMetaObject.Slot3<Receiver, ? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal3.connect(Receiver receiver, QMetaObject.Slot4<Receiver, ? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.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 <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal4.connect(Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal4.connect(Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal4.connect(Receiver receiver, QMetaObject.Slot3<Receiver, ? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal4.connect(Receiver receiver, QMetaObject.Slot4<Receiver, ? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal4.connect(Receiver receiver, QMetaObject.Slot5<Receiver, ? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.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 <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal5.connect(Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal5.connect(Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal5.connect(Receiver receiver, QMetaObject.Slot3<Receiver, ? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal5.connect(Receiver receiver, QMetaObject.Slot4<Receiver, ? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal5.connect(Receiver receiver, QMetaObject.Slot5<Receiver, ? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal5.connect(Receiver receiver, QMetaObject.Slot6<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.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 <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal6.connect(Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal6.connect(Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal6.connect(Receiver receiver, QMetaObject.Slot3<Receiver, ? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal6.connect(Receiver receiver, QMetaObject.Slot4<Receiver, ? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal6.connect(Receiver receiver, QMetaObject.Slot5<Receiver, ? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal6.connect(Receiver receiver, QMetaObject.Slot6<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal6.connect(Receiver receiver, QMetaObject.Slot7<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.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 <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal7.connect(Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal7.connect(Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal7.connect(Receiver receiver, QMetaObject.Slot3<Receiver, ? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal7.connect(Receiver receiver, QMetaObject.Slot4<Receiver, ? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal7.connect(Receiver receiver, QMetaObject.Slot5<Receiver, ? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal7.connect(Receiver receiver, QMetaObject.Slot6<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal7.connect(Receiver receiver, QMetaObject.Slot7<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal7.connect(Receiver receiver, QMetaObject.Slot8<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.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 <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(Receiver receiver, QMetaObject.Slot3<Receiver, ? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(Receiver receiver, QMetaObject.Slot4<Receiver, ? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(Receiver receiver, QMetaObject.Slot5<Receiver, ? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(Receiver receiver, QMetaObject.Slot6<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(Receiver receiver, QMetaObject.Slot7<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(Receiver receiver, QMetaObject.Slot8<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal8.connect(Receiver receiver, QMetaObject.Slot9<Receiver, ? 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 of receiver.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 <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(Receiver receiver, QMetaObject.Slot10<Receiver, ? 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 of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(Receiver receiver, QMetaObject.Slot3<Receiver, ? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(Receiver receiver, QMetaObject.Slot4<Receiver, ? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(Receiver receiver, QMetaObject.Slot5<Receiver, ? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(Receiver receiver, QMetaObject.Slot6<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(Receiver receiver, QMetaObject.Slot7<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E, ? super F> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(Receiver receiver, QMetaObject.Slot8<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver> QMetaObject.ConnectionQMetaObject.AbstractPrivateSignal9.connect(Receiver receiver, QMetaObject.Slot9<Receiver, ? 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 of receiver.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 <Receiver> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal0 signal, Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.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 <Receiver> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal1<?> signal, Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal1<?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <Receiver,A>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal1<A> signal, Receiver receiver, QMetaObject.Slot2<Receiver, ? 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.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 <Receiver> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal2<?, ?> signal, Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal2<?, ?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <Receiver,A>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal2<A, ?> signal, Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> 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 <Receiver,A, B>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal2<A, B> signal, Receiver receiver, QMetaObject.Slot3<Receiver, ? 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.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 <Receiver> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal3<?, ?, ?> signal, Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal3<?, ?, ?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <Receiver,A>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal3<A, ?, ?> signal, Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> 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 <Receiver,A, B>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal3<A, B, ?> signal, Receiver receiver, QMetaObject.Slot3<Receiver, ? 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 <Receiver,A, B, C>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal3<A, B, C> signal, Receiver receiver, QMetaObject.Slot4<Receiver, ? 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.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 <Receiver> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal4<?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal4<?, ?, ?, ?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <Receiver,A>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal4<A, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> 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 <Receiver,A, B>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal4<A, B, ?, ?> signal, Receiver receiver, QMetaObject.Slot3<Receiver, ? 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 <Receiver,A, B, C>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal4<A, B, C, ?> signal, Receiver receiver, QMetaObject.Slot4<Receiver, ? 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.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 <Receiver,A, B, C, D>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal4<A, B, C, D> signal, Receiver receiver, QMetaObject.Slot5<Receiver, ? 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.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 <Receiver> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal5<?, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal5<?, ?, ?, ?, ?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <Receiver,A>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal5<A, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> 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 <Receiver,A, B>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal5<A, B, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot3<Receiver, ? 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 <Receiver,A, B, C>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal5<A, B, C, ?, ?> signal, Receiver receiver, QMetaObject.Slot4<Receiver, ? 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.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 <Receiver,A, B, C, D>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal5<A, B, C, D, ?> signal, Receiver receiver, QMetaObject.Slot5<Receiver, ? 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.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 <Receiver,A, B, C, D, E>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal5<A, B, C, D, E> signal, Receiver receiver, QMetaObject.Slot6<Receiver, ? 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.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 <Receiver> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal6<?, ?, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal6<?, ?, ?, ?, ?, ?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <Receiver,A>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal6<A, ?, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> 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 <Receiver,A, B>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal6<A, B, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot3<Receiver, ? 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 <Receiver,A, B, C>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal6<A, B, C, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot4<Receiver, ? 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.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 <Receiver,A, B, C, D>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal6<A, B, C, D, ?, ?> signal, Receiver receiver, QMetaObject.Slot5<Receiver, ? 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.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 <Receiver,A, B, C, D, E>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal6<A, B, C, D, E, ?> signal, Receiver receiver, QMetaObject.Slot6<Receiver, ? 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.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 <Receiver,A, B, C, D, E, F>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal6<A, B, C, D, E, F> signal, Receiver receiver, QMetaObject.Slot7<Receiver, ? 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.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 <Receiver> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal7<?, ?, ?, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal7<?, ?, ?, ?, ?, ?, ?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <Receiver,A>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal7<A, ?, ?, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> 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 <Receiver,A, B>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal7<A, B, ?, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot3<Receiver, ? 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 <Receiver,A, B, C>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal7<A, B, C, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot4<Receiver, ? 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.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 <Receiver,A, B, C, D>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal7<A, B, C, D, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot5<Receiver, ? 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.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 <Receiver,A, B, C, D, E>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal7<A, B, C, D, E, ?, ?> signal, Receiver receiver, QMetaObject.Slot6<Receiver, ? 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.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 <Receiver,A, B, C, D, E, F>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal7<A, B, C, D, E, F, ?> signal, Receiver receiver, QMetaObject.Slot7<Receiver, ? 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.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 <Receiver,A, B, C, D, E, F, G>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal7<A, B, C, D, E, F, G> signal, Receiver receiver, QMetaObject.Slot8<Receiver, ? 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.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 <Receiver> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal8<?, ?, ?, ?, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal8<?, ?, ?, ?, ?, ?, ?, ?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <Receiver,A>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal8<A, ?, ?, ?, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> 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 <Receiver,A, B>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal8<A, B, ?, ?, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot3<Receiver, ? 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 <Receiver,A, B, C>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal8<A, B, C, ?, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot4<Receiver, ? 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.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 <Receiver,A, B, C, D>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal8<A, B, C, D, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot5<Receiver, ? 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.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 <Receiver,A, B, C, D, E>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal8<A, B, C, D, E, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot6<Receiver, ? 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.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 <Receiver,A, B, C, D, E, F>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal8<A, B, C, D, E, F, ?, ?> signal, Receiver receiver, QMetaObject.Slot7<Receiver, ? 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.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 <Receiver,A, B, C, D, E, F, G>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal8<A, B, C, D, E, F, G, ?> signal, Receiver receiver, QMetaObject.Slot8<Receiver, ? 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.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 <Receiver,A, B, C, D, E, F, G, H>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal8<A, B, C, D, E, F, G, H> signal, Receiver receiver, QMetaObject.Slot9<Receiver, ? 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.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 <Receiver> QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal9<?, ?, ?, ?, ?, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal9<?, ?, ?, ?, ?, ?, ?, ?, ?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <Receiver,A>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal9<A, ?, ?, ?, ?, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> 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 <Receiver,A, B>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal9<A, B, ?, ?, ?, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot3<Receiver, ? 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 <Receiver,A, B, C>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal9<A, B, C, ?, ?, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot4<Receiver, ? 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.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 <Receiver,A, B, C, D>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal9<A, B, C, D, ?, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot5<Receiver, ? 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.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 <Receiver,A, B, C, D, E>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, ?, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot6<Receiver, ? 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.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 <Receiver,A, B, C, D, E, F>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, F, ?, ?, ?> signal, Receiver receiver, QMetaObject.Slot7<Receiver, ? 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.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 <Receiver,A, B, C, D, E, F, G>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, F, G, ?, ?> signal, Receiver receiver, QMetaObject.Slot8<Receiver, ? 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.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 <Receiver,A, B, C, D, E, F, G, H>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, F, G, H, ?> signal, Receiver receiver, QMetaObject.Slot9<Receiver, ? 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.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 <Receiver,A, B, C, D, E, F, G, H, I>
QMetaObject.ConnectionQObject.connect(QMetaObject.AbstractPrivateSignal9<A, B, C, D, E, F, G, H, I> signal, Receiver receiver, QMetaObject.Slot10<Receiver, ? 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.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 <Receiver> QMetaObject.ConnectionQObject.connect(QObject.MultiSignal signal, Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <Receiver,A, B, C, D, E, F, G, H, I>
QMetaObject.ConnectionQObject.connect(QObject.MultiSignal signal, Receiver receiver, QMetaObject.Slot10<Receiver, ? 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 <Receiver,A>
QMetaObject.ConnectionQObject.connect(QObject.MultiSignal signal, Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <Receiver,A, B>
QMetaObject.ConnectionQObject.connect(QObject.MultiSignal signal, Receiver receiver, QMetaObject.Slot3<Receiver, ? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <Receiver,A, B, C>
QMetaObject.ConnectionQObject.connect(QObject.MultiSignal signal, Receiver receiver, QMetaObject.Slot4<Receiver, ? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <Receiver,A, B, C, D>
QMetaObject.ConnectionQObject.connect(QObject.MultiSignal signal, Receiver receiver, QMetaObject.Slot5<Receiver, ? super A, ? super B, ? super C, ? super D> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <Receiver,A, B, C, D, E>
QMetaObject.ConnectionQObject.connect(QObject.MultiSignal signal, Receiver receiver, QMetaObject.Slot6<Receiver, ? super A, ? super B, ? super C, ? super D, ? super E> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <Receiver,A, B, C, D, E, F>
QMetaObject.ConnectionQObject.connect(QObject.MultiSignal signal, Receiver receiver, QMetaObject.Slot7<Receiver, ? 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 <Receiver,A, B, C, D, E, F, G>
QMetaObject.ConnectionQObject.connect(QObject.MultiSignal signal, Receiver receiver, QMetaObject.Slot8<Receiver, ? 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 <Receiver,A, B, C, D, E, F, G, H>
QMetaObject.ConnectionQObject.connect(QObject.MultiSignal signal, Receiver receiver, QMetaObject.Slot9<Receiver, ? 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 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 <Receiver> QMetaObject.ConnectionQObject.MultiSignal.connect(Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.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 <Receiver,A>
QMetaObject.ConnectionQProcess.MultiSignal_finished.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver,A, B>
QMetaObject.ConnectionQProcess.MultiSignal_finished.connect(Receiver receiver, QMetaObject.Slot3<Receiver, A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A> QMetaObject.ConnectionQProcess.MultiSignal_finished.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B> QMetaObject.Connection QProcess.MultiSignal_finished.connect(QMetaObject.AbstractPublicSignal2<A, B> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQProcess.MultiSignal_finished.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B> QMetaObject.Connection QProcess.MultiSignal_finished.connect(QMetaObject.Connectable2<A, B> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQProcess.MultiSignal_finished.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <A,B> QMetaObject.Connection QProcess.MultiSignal_finished.connect(QMetaObject.Slot2<A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver,A>
QMetaObject.ConnectionQSignalMapper.MultiSignal_mapped.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A> QMetaObject.ConnectionQSignalMapper.MultiSignal_mapped.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQSignalMapper.MultiSignal_mapped.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQSignalMapper.MultiSignal_mapped.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.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 <Target,R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method1<Target, R> method, Qt.ConnectionType type) Invokes the method and returns it's result value.static <Target extends QObject,R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method1<Target, R> method, Qt.ConnectionType type) Invokes the method and returns it's result value.static <Target,A, B, C, D, E, F, G, H, I, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method10<Target, 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 <Target extends QObject,A, B, C, D, E, F, G, H, I, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method10<Target, 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 <Target,A, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method2<Target, A, R> method, Qt.ConnectionType type, A arg1) Invokes the method and returns it's result value.static <Target extends QObject,A, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method2<Target, A, R> method, Qt.ConnectionType type, A arg1) Invokes the method and returns it's result value.static <Target,A, B, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method3<Target, A, B, R> method, Qt.ConnectionType type, A arg1, B arg2) Invokes the method and returns it's result value.static <Target extends QObject,A, B, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method3<Target, A, B, R> method, Qt.ConnectionType type, A arg1, B arg2) Invokes the method and returns it's result value.static <Target,A, B, C, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method4<Target, A, B, C, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the method and returns it's result value.static <Target extends QObject,A, B, C, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method4<Target, A, B, C, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the method and returns it's result value.static <Target,A, B, C, D, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method5<Target, 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 <Target extends QObject,A, B, C, D, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method5<Target, 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 <Target,A, B, C, D, E, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method6<Target, 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 <Target extends QObject,A, B, C, D, E, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method6<Target, 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 <Target,A, B, C, D, E, F, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method7<Target, 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 <Target extends QObject,A, B, C, D, E, F, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method7<Target, 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 <Target,A, B, C, D, E, F, G, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method8<Target, 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 <Target extends QObject,A, B, C, D, E, F, G, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method8<Target, 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 <Target,A, B, C, D, E, F, G, H, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method9<Target, 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 <Target extends QObject,A, B, C, D, E, F, G, H, R>
RQMetaObject.invokeMethod(Target target, QMetaObject.Method9<Target, 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 <Target> voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot1<Target> method, Qt.ConnectionType type) Invokes the slot.static <Target extends QObject>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot1<Target> method, Qt.ConnectionType type) Invokes the slot.static <Target,A, B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot10<Target, 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 <Target extends QObject,A, B, C, D, E, F, G, H, I>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot10<Target, 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 <Target,A>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot2<Target, A> method, Qt.ConnectionType type, A arg1) Invokes the slot.static <Target extends QObject,A>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot2<Target, A> method, Qt.ConnectionType type, A arg1) Invokes the slot.static <Target,A, B>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot3<Target, A, B> method, Qt.ConnectionType type, A arg1, B arg2) Invokes the slot.static <Target extends QObject,A, B>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot3<Target, A, B> method, Qt.ConnectionType type, A arg1, B arg2) Invokes the slot.static <Target,A, B, C>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot4<Target, A, B, C> method, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the slot.static <Target extends QObject,A, B, C>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot4<Target, A, B, C> method, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the slot.static <Target,A, B, C, D>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot5<Target, A, B, C, D> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4) Invokes the slot.static <Target extends QObject,A, B, C, D>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot5<Target, A, B, C, D> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4) Invokes the slot.static <Target,A, B, C, D, E>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot6<Target, A, B, C, D, E> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5) Invokes the slot.static <Target extends QObject,A, B, C, D, E>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot6<Target, A, B, C, D, E> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5) Invokes the slot.static <Target,A, B, C, D, E, F>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot7<Target, 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 <Target extends QObject,A, B, C, D, E, F>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot7<Target, 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 <Target,A, B, C, D, E, F, G>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot8<Target, 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 <Target extends QObject,A, B, C, D, E, F, G>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot8<Target, 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 <Target,A, B, C, D, E, F, G, H>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot9<Target, 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 <Target extends QObject,A, B, C, D, E, F, G, H>
voidQMetaObject.invokeMethod(Target target, QMetaObject.Slot9<Target, 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 <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 voidQMetaObject.invokeMethod(QMetaObject.AbstractPublicSignal0 signal, Qt.ConnectionType type) Invokes the signal.static <A> voidQMetaObject.invokeMethod(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType type, A arg1) Invokes the signal.static <A,B> void QMetaObject.invokeMethod(QMetaObject.AbstractPublicSignal2<A, B> signal, Qt.ConnectionType type, A arg1, B arg2) Invokes the signal.static <A,B, C> void QMetaObject.invokeMethod(QMetaObject.AbstractPublicSignal3<A, B, C> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the signal.static <A,B, C, D>
voidQMetaObject.invokeMethod(QMetaObject.AbstractPublicSignal4<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.AbstractPublicSignal5<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.AbstractPublicSignal6<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.AbstractPublicSignal7<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.AbstractPublicSignal8<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.AbstractPublicSignal9<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. -
Uses of Qt.ConnectionType in io.qt.designer
Methods in io.qt.designer with parameters of type Qt.ConnectionTypeModifier and TypeMethodDescriptionfinal <Receiver,A>
QMetaObject.ConnectionQDesignerIntegrationInterface.MultiSignal_navigateToSlot.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver,A, B>
QMetaObject.ConnectionQDesignerIntegrationInterface.MultiSignal_navigateToSlot.connect(Receiver receiver, QMetaObject.Slot3<Receiver, A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver,A, B, C>
QMetaObject.ConnectionQDesignerIntegrationInterface.MultiSignal_navigateToSlot.connect(Receiver receiver, QMetaObject.Slot4<Receiver, A, B, C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <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.multimedia
Methods in io.qt.multimedia with parameters of type Qt.ConnectionTypeModifier and TypeMethodDescriptionfinal <Receiver,A>
QMetaObject.ConnectionQCamera.MultiSignal_lockStatusChanged.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver,A, B>
QMetaObject.ConnectionQCamera.MultiSignal_lockStatusChanged.connect(Receiver receiver, QMetaObject.Slot3<Receiver, A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver,A, B, C>
QMetaObject.ConnectionQCamera.MultiSignal_lockStatusChanged.connect(Receiver receiver, QMetaObject.Slot4<Receiver, A, B, C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A,B> QMetaObject.Connection QCamera.MultiSignal_lockStatusChanged.connect(QMetaObject.AbstractPublicSignal2<A, B> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B, C> QMetaObject.Connection QCamera.MultiSignal_lockStatusChanged.connect(QMetaObject.AbstractPublicSignal3<A, B, C> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B> QMetaObject.Connection QCamera.MultiSignal_lockStatusChanged.connect(QMetaObject.Connectable2<A, B> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B, C> QMetaObject.Connection QCamera.MultiSignal_lockStatusChanged.connect(QMetaObject.Connectable3<A, B, C> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B> QMetaObject.Connection QCamera.MultiSignal_lockStatusChanged.connect(QMetaObject.Slot2<A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <A,B, C> QMetaObject.Connection QCamera.MultiSignal_lockStatusChanged.connect(QMetaObject.Slot3<A, B, C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <A> QMetaObject.ConnectionQCamera.MultiSignal_lockStatusChanged.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQCamera.MultiSignal_lockStatusChanged.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver,A>
QMetaObject.ConnectionQMediaObject.MultiSignal_availabilityChanged.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A> QMetaObject.ConnectionQMediaObject.MultiSignal_availabilityChanged.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQMediaObject.MultiSignal_availabilityChanged.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQMediaObject.MultiSignal_availabilityChanged.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver,A>
QMetaObject.ConnectionQMediaObject.MultiSignal_metaDataChanged.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver,A, B>
QMetaObject.ConnectionQMediaObject.MultiSignal_metaDataChanged.connect(Receiver receiver, QMetaObject.Slot3<Receiver, A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A,B> QMetaObject.Connection QMediaObject.MultiSignal_metaDataChanged.connect(QMetaObject.AbstractPublicSignal2<A, B> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B> QMetaObject.Connection QMediaObject.MultiSignal_metaDataChanged.connect(QMetaObject.Connectable2<A, B> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B> QMetaObject.Connection QMediaObject.MultiSignal_metaDataChanged.connect(QMetaObject.Slot2<A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <A> QMetaObject.ConnectionQMediaObject.MultiSignal_metaDataChanged.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQMediaObject.MultiSignal_metaDataChanged.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver,A>
QMetaObject.ConnectionQMediaRecorder.MultiSignal_availabilityChanged.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A> QMetaObject.ConnectionQMediaRecorder.MultiSignal_availabilityChanged.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQMediaRecorder.MultiSignal_availabilityChanged.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQMediaRecorder.MultiSignal_availabilityChanged.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver,A>
QMetaObject.ConnectionQMediaRecorder.MultiSignal_metaDataChanged.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver,A, B>
QMetaObject.ConnectionQMediaRecorder.MultiSignal_metaDataChanged.connect(Receiver receiver, QMetaObject.Slot3<Receiver, A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A,B> QMetaObject.Connection QMediaRecorder.MultiSignal_metaDataChanged.connect(QMetaObject.AbstractPublicSignal2<A, B> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B> QMetaObject.Connection QMediaRecorder.MultiSignal_metaDataChanged.connect(QMetaObject.Connectable2<A, B> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B> QMetaObject.Connection QMediaRecorder.MultiSignal_metaDataChanged.connect(QMetaObject.Slot2<A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <A> QMetaObject.ConnectionQMediaRecorder.MultiSignal_metaDataChanged.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQMediaRecorder.MultiSignal_metaDataChanged.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver,A>
QMetaObject.ConnectionQMetaDataReaderControl.MultiSignal_metaDataChanged.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver,A, B>
QMetaObject.ConnectionQMetaDataReaderControl.MultiSignal_metaDataChanged.connect(Receiver receiver, QMetaObject.Slot3<Receiver, A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A,B> QMetaObject.Connection QMetaDataReaderControl.MultiSignal_metaDataChanged.connect(QMetaObject.AbstractPublicSignal2<A, B> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B> QMetaObject.Connection QMetaDataReaderControl.MultiSignal_metaDataChanged.connect(QMetaObject.Connectable2<A, B> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B> QMetaObject.Connection QMetaDataReaderControl.MultiSignal_metaDataChanged.connect(QMetaObject.Slot2<A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <A> QMetaObject.ConnectionQMetaDataReaderControl.MultiSignal_metaDataChanged.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQMetaDataReaderControl.MultiSignal_metaDataChanged.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver,A>
QMetaObject.ConnectionQMetaDataWriterControl.MultiSignal_metaDataChanged.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver,A, B>
QMetaObject.ConnectionQMetaDataWriterControl.MultiSignal_metaDataChanged.connect(Receiver receiver, QMetaObject.Slot3<Receiver, A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A,B> QMetaObject.Connection QMetaDataWriterControl.MultiSignal_metaDataChanged.connect(QMetaObject.AbstractPublicSignal2<A, B> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B> QMetaObject.Connection QMetaDataWriterControl.MultiSignal_metaDataChanged.connect(QMetaObject.Connectable2<A, B> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B> QMetaObject.Connection QMetaDataWriterControl.MultiSignal_metaDataChanged.connect(QMetaObject.Slot2<A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <A> QMetaObject.ConnectionQMetaDataWriterControl.MultiSignal_metaDataChanged.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQMetaDataWriterControl.MultiSignal_metaDataChanged.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver,A>
QMetaObject.ConnectionQVideoDeviceSelectorControl.MultiSignal_selectedDeviceChanged.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A> QMetaObject.ConnectionQVideoDeviceSelectorControl.MultiSignal_selectedDeviceChanged.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQVideoDeviceSelectorControl.MultiSignal_selectedDeviceChanged.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQVideoDeviceSelectorControl.MultiSignal_selectedDeviceChanged.connect(QMetaObject.Slot1<A> 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.sql
Methods in io.qt.sql with parameters of type Qt.ConnectionTypeModifier and TypeMethodDescriptionfinal <Receiver,A>
QMetaObject.ConnectionQSqlDriver.MultiSignal_notification.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver,A, B>
QMetaObject.ConnectionQSqlDriver.MultiSignal_notification.connect(Receiver receiver, QMetaObject.Slot3<Receiver, A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver,A, B, C>
QMetaObject.ConnectionQSqlDriver.MultiSignal_notification.connect(Receiver receiver, QMetaObject.Slot4<Receiver, A, B, C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A> QMetaObject.ConnectionQSqlDriver.MultiSignal_notification.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B, C> QMetaObject.Connection QSqlDriver.MultiSignal_notification.connect(QMetaObject.AbstractPublicSignal3<A, B, C> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQSqlDriver.MultiSignal_notification.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B, C> QMetaObject.Connection QSqlDriver.MultiSignal_notification.connect(QMetaObject.Connectable3<A, B, C> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQSqlDriver.MultiSignal_notification.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <A,B, C> QMetaObject.Connection QSqlDriver.MultiSignal_notification.connect(QMetaObject.Slot3<A, B, C> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <A,B> QMetaObject.Connection QSqlDriver.MultiSignal_notification.connect(QMetaObject.AbstractPublicSignal2<A, B> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B> QMetaObject.Connection QSqlDriver.MultiSignal_notification.connect(QMetaObject.Slot2<A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot. -
Uses of Qt.ConnectionType in io.qt.texttospeech
Methods in io.qt.texttospeech with parameters of type Qt.ConnectionTypeModifier and TypeMethodDescriptionfinal <Receiver,A>
QMetaObject.ConnectionQTextToSpeech.MultiSignal_volumeChanged.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A> QMetaObject.ConnectionQTextToSpeech.MultiSignal_volumeChanged.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQTextToSpeech.MultiSignal_volumeChanged.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQTextToSpeech.MultiSignal_volumeChanged.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot. -
Uses of Qt.ConnectionType in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.ConnectionTypeModifier and TypeMethodDescriptionfinal <Receiver,A>
QMetaObject.ConnectionQButtonGroup.MultiSignal_buttonClicked.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A> QMetaObject.ConnectionQButtonGroup.MultiSignal_buttonClicked.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQButtonGroup.MultiSignal_buttonClicked.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQButtonGroup.MultiSignal_buttonClicked.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver,A>
QMetaObject.ConnectionQButtonGroup.MultiSignal_buttonPressed.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A> QMetaObject.ConnectionQButtonGroup.MultiSignal_buttonPressed.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQButtonGroup.MultiSignal_buttonPressed.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQButtonGroup.MultiSignal_buttonPressed.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver,A>
QMetaObject.ConnectionQButtonGroup.MultiSignal_buttonReleased.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A> QMetaObject.ConnectionQButtonGroup.MultiSignal_buttonReleased.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQButtonGroup.MultiSignal_buttonReleased.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQButtonGroup.MultiSignal_buttonReleased.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver,A>
QMetaObject.ConnectionQButtonGroup.MultiSignal_buttonToggled.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <Receiver,A, B>
QMetaObject.ConnectionQButtonGroup.MultiSignal_buttonToggled.connect(Receiver receiver, QMetaObject.Slot3<Receiver, A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A,B> QMetaObject.Connection QButtonGroup.MultiSignal_buttonToggled.connect(QMetaObject.AbstractPublicSignal2<A, B> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B> QMetaObject.Connection QButtonGroup.MultiSignal_buttonToggled.connect(QMetaObject.Connectable2<A, B> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,B> QMetaObject.Connection QButtonGroup.MultiSignal_buttonToggled.connect(QMetaObject.Slot2<A, B> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <A> QMetaObject.ConnectionQButtonGroup.MultiSignal_buttonToggled.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQButtonGroup.MultiSignal_buttonToggled.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver,A>
QMetaObject.ConnectionQComboBox.MultiSignal_activated.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A> QMetaObject.ConnectionQComboBox.MultiSignal_activated.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQComboBox.MultiSignal_activated.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQComboBox.MultiSignal_activated.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver,A>
QMetaObject.ConnectionQComboBox.MultiSignal_currentIndexChanged.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A> QMetaObject.ConnectionQComboBox.MultiSignal_currentIndexChanged.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQComboBox.MultiSignal_currentIndexChanged.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQComboBox.MultiSignal_currentIndexChanged.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver,A>
QMetaObject.ConnectionQComboBox.MultiSignal_highlighted.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A> QMetaObject.ConnectionQComboBox.MultiSignal_highlighted.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQComboBox.MultiSignal_highlighted.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQComboBox.MultiSignal_highlighted.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver,A>
QMetaObject.ConnectionQCompleter.MultiSignal_activated.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.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 <Receiver,A>
QMetaObject.ConnectionQCompleter.MultiSignal_highlighted.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.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.final <Receiver,A>
QMetaObject.ConnectionQDoubleSpinBox.MultiSignal_valueChanged.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A> QMetaObject.ConnectionQDoubleSpinBox.MultiSignal_valueChanged.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQDoubleSpinBox.MultiSignal_valueChanged.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQDoubleSpinBox.MultiSignal_valueChanged.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver,A>
QMetaObject.ConnectionQSpinBox.MultiSignal_valueChanged.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A> QMetaObject.ConnectionQSpinBox.MultiSignal_valueChanged.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQSpinBox.MultiSignal_valueChanged.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQSpinBox.MultiSignal_valueChanged.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.final <Receiver,A>
QMetaObject.ConnectionQTextBrowser.MultiSignal_highlighted.connect(Receiver receiver, QMetaObject.Slot2<Receiver, A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot of receiver.final <A> QMetaObject.ConnectionQTextBrowser.MultiSignal_highlighted.connect(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQTextBrowser.MultiSignal_highlighted.connect(QMetaObject.Connectable1<A> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.ConnectionQTextBrowser.MultiSignal_highlighted.connect(QMetaObject.Slot1<A> slot, Qt.ConnectionType ... connectionType) Initializes a connection to the slot.