QMetaObject.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.
QMetaObject.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.
Initializes a connection to the slot.
QObject.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.
QObject.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.
QObject.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.
QObject.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.
QObject.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> boolean
QMetaObject.AbstractPrivateSignal8.disconnect(Receiver receiver,
QMetaObject.Slot9<Receiver,? super A,? super B,? super C,? super D,? super E,? super F,? super G,? super H> slot)
Removes the connection to the given slot of receiver.
final <Receiver> boolean
QMetaObject.AbstractPrivateSignal9.disconnect(Receiver receiver,
QMetaObject.Slot9<Receiver,? super A,? super B,? super C,? super D,? super E,? super F,? super G,? super H> slot)
Removes the connection to the given slot of receiver.
final boolean
Removes the connection to the given slot.
static <Receiver,
A,
B,
C,
D,
E,
F,
G,
H>
boolean
QObject.disconnect(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)
Removes the connection between the given signal and slot.
static <Receiver,
A,
B,
C,
D,
E,
F,
G,
H>
boolean
QObject.disconnect(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)
Removes the connection between the given signal and slot.
static <A,
B,
C,
D,
E,
F,
G,
H,
I>
boolean
QObject.disconnect(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)
Removes the connection between the given signal and slot.
static <Receiver,
A,
B,
C,
D,
E,
F,
G,
H>
boolean
QObject.disconnect(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)
Removes the connection between the given signal and slot.
static <A,
B,
C,
D,
E,
F,
G,
H,
I>
boolean
Removes the connection between the given signal and slot.
Returns corresponding meta method for given method handle.
static <Target,
A,
B,
C,
D,
E,
F,
G,
H>
void
QMetaObject.invokeMethod(Target target,
QMetaObject.Slot9<Target,A,B,C,D,E,F,G,H> method,
A arg1,
B arg2,
C arg3,
D arg4,
E arg5,
F arg6,
G arg7,
H arg8)
Calling invokeMethod(method, AutoConnection, ...)
.
static <Target extends QObject,
A,
B,
C,
D,
E,
F,
G,
H>
void
QMetaObject.invokeMethod(Target target,
QMetaObject.Slot9<Target,A,B,C,D,E,F,G,H> method,
A arg1,
B arg2,
C arg3,
D arg4,
E arg5,
F arg6,
G arg7,
H arg8)
Calling invokeMethod(method, AutoConnection, ...)
.
static <Target,
A,
B,
C,
D,
E,
F,
G,
H>
void
QMetaObject.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)
static <Target extends QObject,
A,
B,
C,
D,
E,
F,
G,
H>
void
QMetaObject.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)
static <A,
B,
C,
D,
E,
F,
G,
H,
I>
void
QMetaObject.invokeMethod(QObject context,
QMetaObject.Slot9<A,B,C,D,E,F,G,H,I> method,
A arg1,
B arg2,
C arg3,
D arg4,
E arg5,
F arg6,
G arg7,
H arg8,
I arg9)
Calling invokeMethod(method, AutoConnection, ...)
.
static <A,
B,
C,
D,
E,
F,
G,
H,
I>
void
QMetaObject.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)
static <A,
B,
C,
D,
E,
F,
G,
H,
I>
void
QMetaObject.invokeMethod(QMetaObject.Slot9<A,B,C,D,E,F,G,H,I> method,
A arg1,
B arg2,
C arg3,
D arg4,
E arg5,
F arg6,
G arg7,
H arg8,
I arg9)
Calling invokeMethod(method, AutoConnection, ...)
.
static <A,
B,
C,
D,
E,
F,
G,
H,
I>
void
QMetaObject.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)