Uses of Class
io.qt.core.QObject.Signal2Default2
Package | Description |
---|---|
io.qt.core |
-
Uses of QObject.Signal2Default2 in io.qt.core
Fields in io.qt.core declared as QObject.Signal2Default2 Modifier and Type Field Description QObject.Signal2Default2<List<QPersistentModelIndex>,QAbstractItemModel.LayoutChangeHint>
QAbstractItemModel. layoutAboutToBeChanged
QObject.Signal2Default2<List<QPersistentModelIndex>,QAbstractItemModel.LayoutChangeHint>
QAbstractItemModel. layoutChanged
Methods in io.qt.core with parameters of type QObject.Signal2Default2 Modifier and Type Method Description QMetaObject.Connection
QMetaObject.AbstractPrivateSignal0. connect(QObject.Signal2Default2<?,?> signalOut, Qt.ConnectionType... connectionType)
Creates a connection from this signal to another.QMetaObject.Connection
QMetaObject.DisposedSignal. connect(QObject.Signal2Default2<?,?> signalOut, Qt.ConnectionType... connectionType)
Creates a connection from this signal to another.boolean
QMetaObject.AbstractPrivateSignal0. disconnect(QObject.Signal2Default2<?,?> signalOut)
Disconnects a signal from another signal if the two were previously connected by a call to connect.boolean
QMetaObject.DisposedSignal. disconnect(QObject.Signal2Default2<?,?> signalOut)
Disconnects a signal from another signal if the two were previously connected by a call to connect.