Uses of Interface
io.qt.core.QMetaObject.GenericSlot
Package | Description |
---|---|
io.qt.core | |
io.qt.internal |
-
Uses of QMetaObject.GenericSlot in io.qt.core
Constructor parameters in io.qt.core with type arguments of type QMetaObject.GenericSlot Constructor Description PrivateGenericSignal(Consumer<QMetaObject.GenericSlot> emitConsumer, Class<?>... types)
PrivateGenericSignal(Consumer<QMetaObject.GenericSlot> emitConsumer, String signalName, Class<?>... types)
-
Uses of QMetaObject.GenericSlot in io.qt.internal
Methods in io.qt.internal with parameters of type QMetaObject.GenericSlot Modifier and Type Method Description protected QMetaObject.Connection
QtJambiSignals.AbstractSignal. addConnectionToSlotObject(QMetaObject.GenericSlot slotObject, Qt.ConnectionType[] connectionType)