Uses of Class
io.qt.core.QMetaObject.AbstractPublicSignal3
-
Uses of QMetaObject.AbstractPublicSignal3 in io.qt.activex
Modifier and TypeMethodDescriptionfinal <A,
B, C> QMetaObject.Connection QAxScript.MultiSignal_finished.connect
(QMetaObject.AbstractPublicSignal3<A, B, C> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,
B, C> boolean QAxScript.MultiSignal_finished.disconnect
(QMetaObject.AbstractPublicSignal3<A, B, C> signal) Disconnects a signal from another signal if the two were previously connected by a call to connect. -
Uses of QMetaObject.AbstractPublicSignal3 in io.qt.core
Modifier 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
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 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.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
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.Modifier and TypeMethodDescriptionstatic <A,
B, C> void QMetaObject.invokeMethod
(QMetaObject.AbstractPublicSignal3<A, B, C> signal, A arg1, B arg2, C arg3) CallinginvokeMethod(signal, AutoConnection, ...)
.static <A,
B, C> void QMetaObject.invokeMethod
(QMetaObject.AbstractPublicSignal3<A, B, C> signal, Qt.ConnectionType type, A arg1, B arg2, C arg3) Invokes the signal. -
Uses of QMetaObject.AbstractPublicSignal3 in io.qt.designer
Modifier and TypeMethodDescriptionfinal <A,
B, C> QMetaObject.Connection QDesignerIntegrationInterface.MultiSignal_navigateToSlot.connect
(QMetaObject.AbstractPublicSignal3<A, B, C> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,
B, C> boolean QDesignerIntegrationInterface.MultiSignal_navigateToSlot.disconnect
(QMetaObject.AbstractPublicSignal3<A, B, C> signal) Disconnects a signal from another signal if the two were previously connected by a call to connect. -
Uses of QMetaObject.AbstractPublicSignal3 in io.qt.multimedia
Modifier and TypeMethodDescriptionfinal <A,
B, C> QMetaObject.Connection QCamera.MultiSignal_lockStatusChanged.connect
(QMetaObject.AbstractPublicSignal3<A, B, C> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,
B, C> boolean QCamera.MultiSignal_lockStatusChanged.disconnect
(QMetaObject.AbstractPublicSignal3<A, B, C> signal) Disconnects a signal from another signal if the two were previously connected by a call to connect. -
Uses of QMetaObject.AbstractPublicSignal3 in io.qt.sql
Modifier and TypeMethodDescriptionfinal <A,
B, C> QMetaObject.Connection QSqlDriver.MultiSignal_notification.connect
(QMetaObject.AbstractPublicSignal3<A, B, C> signal, Qt.ConnectionType ... connectionType) Creates a connection from this signal to another.final <A,
B, C> boolean QSqlDriver.MultiSignal_notification.disconnect
(QMetaObject.AbstractPublicSignal3<A, B, C> signal) Disconnects a signal from another signal if the two were previously connected by a call to connect.