Uses of Class
io.qt.core.QMetaObject.AbstractPrivateSignal3
Packages that use QMetaObject.AbstractPrivateSignal3
-
Uses of QMetaObject.AbstractPrivateSignal3 in io.qt.core
Subclasses of QMetaObject.AbstractPrivateSignal3 in io.qt.coreModifier and TypeClassDescriptionstatic final class
QDeclarableSignals.Signal3<A,
B, C> Use this signal class to declare a local signal.static final class
Equivalent toQDeclarableSignals.Signal3
with default value for parameter no.static final class
Equivalent toQDeclarableSignals.Signal3
with default values for parameters 2 and 3.static final class
Equivalent toQDeclarableSignals.Signal3
with default values for parameters 1 to 3.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
Equivalent toQInstanceMemberSignals.Signal3
with default value for parameter no.static final class
Equivalent toQInstanceMemberSignals.Signal3
with default values for parameters 2 and 3.static final class
Equivalent toQInstanceMemberSignals.Signal3
with default values for parameters 1 to 3.static class
Supertype for all public signals with three parameters.static class
Supertype for all public default signals with three parameters.static class
Supertype for all public default signals with three parameters.static class
Supertype for all public default signals with three parameters.final class
QObject.PrivateSignal3<A,
B, C> Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes three parameters.final class
QObject.Signal3<A,
B, C> Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes three parameters.final class
QObject.Signal3Default1<A,
B, C> Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes three parameters and providing a default value for parameter no.final class
QObject.Signal3Default2<A,
B, C> Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes three parameters and providing default values for parameters 2 and 3.final class
QObject.Signal3Default3<A,
B, C> Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes three parameters and providing default values for parameters 1 to 3.static final class
Use this signal class to define a static signal.static final class
QStaticMemberSignals.Signal3<A,
B, C> Use this signal class to define a static signal.static final class
Equivalent toQStaticMemberSignals.Signal3
with default value for parameter no.static final class
Equivalent toQStaticMemberSignals.Signal3
with default values for parameters 2 and 3.static final class
Equivalent toQStaticMemberSignals.Signal3
with default values for parameters 1 to 3.Methods in io.qt.core that return QMetaObject.AbstractPrivateSignal3Methods in io.qt.core with parameters of type QMetaObject.AbstractPrivateSignal3Modifier and TypeMethodDescriptionstatic QMetaObject.Connection
QObject.connect
(QMetaObject.AbstractPrivateSignal3<?, ?, ?> signal, QMetaObject.Slot0 slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A> QMetaObject.Connection
QObject.connect
(QMetaObject.AbstractPrivateSignal3<A, ?, ?> signal, QMetaObject.Slot1<? super A> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A,
B> QMetaObject.Connection QObject.connect
(QMetaObject.AbstractPrivateSignal3<A, B, ?> signal, QMetaObject.Slot2<? super A, ? super B> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A,
B, C> QMetaObject.Connection QObject.connect
(QMetaObject.AbstractPrivateSignal3<A, B, C> signal, QMetaObject.Slot3<? super A, ? super B, ? super C> slot, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and slot.static <A,
B, C> QMetaObject.Connection QObject.connect
(QMetaObject.AbstractPrivateSignal3<A, B, C> signal, QMetaObject.Connectable3<? super A, ? super B, ? super C> connectSignal, Qt.ConnectionType ... connectionType) Initializes a connection between the given signal and connectSignal.static boolean
QObject.disconnect
(QMetaObject.AbstractPrivateSignal3<?, ?, ?> signal, QMetaObject.Slot0 slot) Removes the connection between the given signal and slot.static <A> boolean
QObject.disconnect
(QMetaObject.AbstractPrivateSignal3<A, ?, ?> signal, QMetaObject.Slot1<? super A> slot) Removes the connection between the given signal and slot.static <A,
B> boolean QObject.disconnect
(QMetaObject.AbstractPrivateSignal3<A, B, ?> signal, QMetaObject.Slot2<? super A, ? super B> slot) Removes the connection between the given signal and slot.static <A,
B, C> boolean QObject.disconnect
(QMetaObject.AbstractPrivateSignal3<A, B, C> signal, QMetaObject.Slot3<? super A, ? super B, ? super C> slot) Removes the connection between the given signal and slot.static <A,
B, C> boolean QObject.disconnect
(QMetaObject.AbstractPrivateSignal3<A, B, C> signal, QMetaObject.Connectable3<? super A, ? super B, ? super C> connectSignal) Removes the connection between the given signal and connectSignal.static <A,
B, C> void QMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal3<A, B, C> signal, A arg1, B arg2, C arg3) CallinginvokeMethod(signal, AutoConnection, ...)
.static <A,
B, C> void QMetaObject.invokeMethod
(QMetaObject.AbstractPrivateSignal3<A, B, C> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the signal.