Initializes a connection to the slot.
Initializes a connection to the slot.
Initializes a connection to the slot.
QObject.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.
QObject.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.
QObject.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.
Initializes a connection between the given signal and slot.
final boolean
Removes the connection to the given slot.
final boolean
Removes the connection to the given slot.
final boolean
Removes the connection to the given slot.
static <A,
B,
C,
D,
E,
F,
G>
boolean
QObject.disconnect(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)
Removes the connection between the given signal and slot.
static <A,
B,
C,
D,
E,
F,
G>
boolean
QObject.disconnect(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)
Removes the connection between the given signal and slot.
static <A,
B,
C,
D,
E,
F,
G>
boolean
QObject.disconnect(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)
Removes the connection between the given signal and slot.
static <A,
B,
C,
D,
E,
F,
G>
boolean
Removes the connection between the given signal and slot.
Returns corresponding meta method for given method handle.
static <A,
B,
C,
D,
E,
F,
G>
void
QMetaObject.invokeMethod(QObject context,
QMetaObject.Slot7<A,B,C,D,E,F,G> method,
A arg1,
B arg2,
C arg3,
D arg4,
E arg5,
F arg6,
G arg7)
Calling invokeMethod(method, AutoConnection, ...)
.
static <A,
B,
C,
D,
E,
F,
G>
void
QMetaObject.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)
static <A,
B,
C,
D,
E,
F,
G>
void
QMetaObject.invokeMethod(QMetaObject.Slot7<A,B,C,D,E,F,G> method,
A arg1,
B arg2,
C arg3,
D arg4,
E arg5,
F arg6,
G arg7)
Calling invokeMethod(method, AutoConnection, ...)
.
static <A,
B,
C,
D,
E,
F,
G>
void
QMetaObject.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)