QMetaObject.Connection |
QMetaObject.AbstractPrivateSignal4.connect(QMetaObject.Slot4<? super A,? super B,? super C,? super D> slot,
Qt.ConnectionType... type) |
Initializes a connection to the slot.
|
QMetaObject.Connection |
QMetaObject.AbstractPrivateSignal5.connect(QMetaObject.Slot4<? super A,? super B,? super C,? super D> slot,
Qt.ConnectionType... type) |
Initializes a connection to the slot.
|
QMetaObject.Connection |
QMetaObject.AbstractPrivateSignal6.connect(QMetaObject.Slot4<? super A,? super B,? super C,? super D> slot,
Qt.ConnectionType... type) |
Initializes a connection to the slot.
|
QMetaObject.Connection |
QMetaObject.AbstractPrivateSignal7.connect(QMetaObject.Slot4<? super A,? super B,? super C,? super D> slot,
Qt.ConnectionType... type) |
Initializes a connection to the slot.
|
QMetaObject.Connection |
QMetaObject.AbstractPrivateSignal8.connect(QMetaObject.Slot4<? super A,? super B,? super C,? super D> slot,
Qt.ConnectionType... type) |
Initializes a connection to the slot.
|
QMetaObject.Connection |
QMetaObject.AbstractPrivateSignal9.connect(QMetaObject.Slot4<? super A,? super B,? super C,? super D> slot,
Qt.ConnectionType... type) |
Initializes a connection to the slot.
|
static <A,
B,
C,
D> QMetaObject.Connection |
QObject.connect(QMetaObject.AbstractPrivateSignal4<A,B,C,D> signal,
QMetaObject.Slot4<A,B,C,D> slot,
Qt.ConnectionType... connectionType) |
Initializes a connection between the given signal and slot.
|
static <A,
B,
C,
D> QMetaObject.Connection |
QObject.connect(QMetaObject.AbstractPrivateSignal5<A,B,C,D,?> signal,
QMetaObject.Slot4<A,B,C,D> slot,
Qt.ConnectionType... connectionType) |
Initializes a connection between the given signal and slot.
|
static <A,
B,
C,
D> QMetaObject.Connection |
QObject.connect(QMetaObject.AbstractPrivateSignal6<A,B,C,D,?,?> signal,
QMetaObject.Slot4<A,B,C,D> slot,
Qt.ConnectionType... connectionType) |
Initializes a connection between the given signal and slot.
|
static <A,
B,
C,
D> QMetaObject.Connection |
QObject.connect(QMetaObject.AbstractPrivateSignal7<A,B,C,D,?,?,?> signal,
QMetaObject.Slot4<A,B,C,D> slot,
Qt.ConnectionType... connectionType) |
Initializes a connection between the given signal and slot.
|
static <A,
B,
C,
D> QMetaObject.Connection |
QObject.connect(QMetaObject.AbstractPrivateSignal8<A,B,C,D,?,?,?,?> signal,
QMetaObject.Slot4<A,B,C,D> slot,
Qt.ConnectionType... connectionType) |
Initializes a connection between the given signal and slot.
|
static <A,
B,
C,
D> QMetaObject.Connection |
QObject.connect(QMetaObject.AbstractPrivateSignal9<A,B,C,D,?,?,?,?,?> signal,
QMetaObject.Slot4<A,B,C,D> slot,
Qt.ConnectionType... connectionType) |
Initializes a connection between the given signal and slot.
|
boolean |
QMetaObject.AbstractPrivateSignal4.disconnect(QMetaObject.Slot4<? super A,? super B,? super C,? super D> slot) |
Removes the connection between the given signal and slot.
|
boolean |
QMetaObject.AbstractPrivateSignal5.disconnect(QMetaObject.Slot4<? super A,? super B,? super C,? super D> slot) |
Removes the connection between the given signal and slot.
|
boolean |
QMetaObject.AbstractPrivateSignal6.disconnect(QMetaObject.Slot4<? super A,? super B,? super C,? super D> slot) |
Removes the connection between the given signal and slot.
|
boolean |
QMetaObject.AbstractPrivateSignal7.disconnect(QMetaObject.Slot4<? super A,? super B,? super C,? super D> slot) |
Removes the connection between the given signal and slot.
|
boolean |
QMetaObject.AbstractPrivateSignal8.disconnect(QMetaObject.Slot4<? super A,? super B,? super C,? super D> slot) |
Removes the connection between the given signal and slot.
|
boolean |
QMetaObject.AbstractPrivateSignal9.disconnect(QMetaObject.Slot4<? super A,? super B,? super C,? super D> slot) |
Removes the connection between the given signal and slot.
|
static <A,
B,
C,
D> boolean |
QObject.disconnect(QMetaObject.AbstractPrivateSignal4<A,B,C,D> signal,
QMetaObject.Slot4<A,B,C,D> slot) |
Removes the connection between the given signal and slot.
|
static <A,
B,
C,
D> boolean |
QObject.disconnect(QMetaObject.AbstractPrivateSignal5<A,B,C,D,?> signal,
QMetaObject.Slot4<A,B,C,D> slot) |
Removes the connection between the given signal and slot.
|
static <A,
B,
C,
D> boolean |
QObject.disconnect(QMetaObject.AbstractPrivateSignal6<A,B,C,D,?,?> signal,
QMetaObject.Slot4<A,B,C,D> slot) |
Removes the connection between the given signal and slot.
|
static <A,
B,
C,
D> boolean |
QObject.disconnect(QMetaObject.AbstractPrivateSignal7<A,B,C,D,?,?,?> signal,
QMetaObject.Slot4<A,B,C,D> slot) |
Removes the connection between the given signal and slot.
|
static <A,
B,
C,
D> boolean |
QObject.disconnect(QMetaObject.AbstractPrivateSignal8<A,B,C,D,?,?,?,?> signal,
QMetaObject.Slot4<A,B,C,D> slot) |
Removes the connection between the given signal and slot.
|
static <A,
B,
C,
D> boolean |
QObject.disconnect(QMetaObject.AbstractPrivateSignal9<A,B,C,D,?,?,?,?,?> signal,
QMetaObject.Slot4<A,B,C,D> slot) |
Removes the connection between the given signal and slot.
|
static <A,
B,
C,
D> QMetaMethod |
QMetaMethod.fromMethod(QMetaObject.Slot4<A,B,C,D> method) |
|
static <A,
B,
C,
D> void |
QMetaObject.invokeMethod(QMetaObject.Slot4<A,B,C,D> method,
A arg1,
B arg2,
C arg3,
D arg4) |
Calling invokeMethod(method, AutoConnection, ...) .
|
static <A,
B,
C,
D> void |
QMetaObject.invokeMethod(QMetaObject.Slot4<A,B,C,D> method,
Qt.ConnectionType type,
A arg1,
B arg2,
C arg3,
D arg4) |
Invokes the slot.
|