Uses of Class
io.qt.core.QMetaObject.AbstractPrivateSignal1
Packages that use QMetaObject.AbstractPrivateSignal1
-
Uses of QMetaObject.AbstractPrivateSignal1 in io.qt.core
Subclasses of QMetaObject.AbstractPrivateSignal1 in io.qt.coreModifier and TypeClassDescriptionstatic final class
Use this signal class to declare a local signal.static final class
Equivalent toQDeclarableSignals.Signal1
with default value for the parameter.static final class
Declare and instantiate a field of this class in yourQtSignalEmitterInterface
subclass to declare a signal that takes nine parameters.static final class
Use this signal class to define a non-QObject signal.static final class
static class
Supertype for all public signals with one parameter.static class
Supertype for all public default signals with one parameters.final class
Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes one parameter.final class
Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes one parameter.final class
Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes one parameters and providing default value for the parameter.static final class
Use this signal class to define a static signal.static final class
Use this signal class to define a static signal.static final class
Equivalent toQStaticMemberSignals.Signal1
with default value for the parameter.Methods in io.qt.core that return QMetaObject.AbstractPrivateSignal1Modifier and TypeMethodDescriptionstatic <A> QMetaObject.AbstractPrivateSignal1<A>
QMetaObject.findSignal
(QObject sender, String name, Class<A> typeA) Methods in io.qt.core with parameters of type QMetaObject.AbstractPrivateSignal1Modifier and TypeMethodDescriptionstatic <Receiver> QMetaObject.Connection
QObject.connect
(QMetaObject.AbstractPrivateSignal1<?> signal, Receiver receiver, QMetaObject.Slot1<Receiver> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static QMetaObject.Connection
QObject.connect
(QMetaObject.AbstractPrivateSignal1<?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <Receiver,
A>
QMetaObject.ConnectionQObject.connect
(QMetaObject.AbstractPrivateSignal1<A> signal, Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A> QMetaObject.Connection
QObject.connect
(QMetaObject.AbstractPrivateSignal1<A> signal, QMetaObject.Slot1<? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A> QMetaObject.Connection
QObject.connect
(QMetaObject.AbstractPrivateSignal1<A> signal, QMetaObject.Connectable1<? super A> connectSignal, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and connectSignal.static <Receiver> boolean
QObject.disconnect
(QMetaObject.AbstractPrivateSignal1<?> signal, Receiver receiver, QMetaObject.Slot1<Receiver> slot) Removes the connection between the given signal and slot.static boolean
QObject.disconnect
(QMetaObject.AbstractPrivateSignal1<?> signal, QMetaObject.Slot0 slot) Removes the connection between the given signal and slot.static <Receiver,
A>
booleanQObject.disconnect
(QMetaObject.AbstractPrivateSignal1<A> signal, Receiver receiver, QMetaObject.Slot2<Receiver, ? super A> slot) Removes the connection between the given signal and slot.static <A> boolean
QObject.disconnect
(QMetaObject.AbstractPrivateSignal1<A> signal, QMetaObject.Slot1<? super A> slot) Removes the connection between the given signal and slot.static <A> boolean
QObject.disconnect
(QMetaObject.AbstractPrivateSignal1<A> signal, QMetaObject.Connectable1<? super A> connectSignal) Removes the connection between the given signal and connectSignal.static <A> void
QMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal1<A> signal, A arg1) CallinginvokeMethod(signal, AutoConnection, ...)
.static <A> void
QMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal1<A> signal, Qt.ConnectionType type, A arg1) Invokes the signal.