Uses of Class
io.qt.core.QMetaObject.AbstractPublicSignal1
-
Uses of QMetaObject.AbstractPublicSignal1 in io.qt.activex
Modifier and TypeMethodDescriptionfinal <A> QMetaObject.Connection
QAxScript.MultiSignal_finished.connect
(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType... connectionType) Creates a connection from this signal to another.final <A> boolean
QAxScript.MultiSignal_finished.disconnect
(QMetaObject.AbstractPublicSignal1<A> signal) Disconnects a signal from another signal if the two were previously connected by a call to connect. -
Uses of QMetaObject.AbstractPublicSignal1 in io.qt.core
Modifier and TypeClassDescriptionstatic final class
Use this signal class to declare a local signal.static final class
static final class
Use this signal class to define a non-QObject signal.static final class
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
-
Uses of QMetaObject.AbstractPublicSignal1 in io.qt.designer
Modifier and TypeMethodDescriptionfinal <A> QMetaObject.Connection
QDesignerIntegrationInterface.MultiSignal_navigateToSlot.connect
(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType... connectionType) Creates a connection from this signal to another.final <A> boolean
QDesignerIntegrationInterface.MultiSignal_navigateToSlot.disconnect
(QMetaObject.AbstractPublicSignal1<A> signal) Disconnects a signal from another signal if the two were previously connected by a call to connect. -
Uses of QMetaObject.AbstractPublicSignal1 in io.qt.widgets
Modifier and TypeMethodDescriptionfinal <A> QMetaObject.Connection
QCompleter.MultiSignal_activated.connect
(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType... connectionType) Creates a connection from this signal to another.final <A> QMetaObject.Connection
QCompleter.MultiSignal_highlighted.connect
(QMetaObject.AbstractPublicSignal1<A> signal, Qt.ConnectionType... connectionType) Creates a connection from this signal to another.final <A> boolean
QCompleter.MultiSignal_activated.disconnect
(QMetaObject.AbstractPublicSignal1<A> signal) Disconnects a signal from another signal if the two were previously connected by a call to connect.final <A> boolean
QCompleter.MultiSignal_highlighted.disconnect
(QMetaObject.AbstractPublicSignal1<A> signal) Disconnects a signal from another signal if the two were previously connected by a call to connect.