-
Methods in io.qt.core with parameters of type QDeclarableSignals.Signal7Default7
Modifier and Type |
Method |
Description |
QMetaObject.Connection |
QMetaObject.AbstractPrivateSignal0.connect(QDeclarableSignals.Signal7Default7<?,?,?,?,?,?,?> signalOut,
Qt.ConnectionType... connectionType) |
Creates a connection from this signal to another.
|
QMetaObject.Connection |
QMetaObject.DisposedSignal.connect(QDeclarableSignals.Signal7Default7<?,?,?,?,?,?,?> signalOut,
Qt.ConnectionType... connectionType) |
Creates a connection from this signal to another.
|
boolean |
QMetaObject.AbstractPrivateSignal0.disconnect(QDeclarableSignals.Signal7Default7<?,?,?,?,?,?,?> signalOut) |
Disconnects a signal from another signal if the two were previously connected by a call to connect.
|
boolean |
QMetaObject.DisposedSignal.disconnect(QDeclarableSignals.Signal7Default7<?,?,?,?,?,?,?> signalOut) |
Disconnects a signal from another signal if the two were previously connected by a call to connect.
|