Uses of Interface
io.qt.core.QMetaObject.GenericSlot
Packages that use QMetaObject.GenericSlot
-
Uses of QMetaObject.GenericSlot in io.qt.core
Methods in io.qt.core with parameters of type QMetaObject.GenericSlotModifier and TypeMethodDescriptionfinal QMetaObject.Connection
QDeclarableSignals.AbstractPrivateGenericSignal.connect
(QMetaObject.GenericSlot slot, Qt.ConnectionType... type) Initializes a connection to the slot.final boolean
QDeclarableSignals.AbstractPrivateGenericSignal.disconnect
(QMetaObject.GenericSlot slot) Removes the connection to the given slot.Constructor parameters in io.qt.core with type arguments of type QMetaObject.GenericSlotModifierConstructorDescriptionPrivateGenericSignal
(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.GenericSlotModifier and TypeMethodDescriptionprotected final QMetaObject.Connection
QtJambiSignals.AbstractSignal.addConnectionToSlotObject
(QMetaObject.GenericSlot slotObject, Qt.ConnectionType[] connectionType)