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