Subclasses of QMetaObject.AbstractPrivateSignal2 in io.qt.core
Modifier and Type
Class
Description
static class
QDeclarableSignals.Signal2 <A,B>
Use this signal class to declare a local signal.
static class
QDeclarableSignals.Signal2Default1 <A,B>
static class
QDeclarableSignals.Signal2Default2 <A,B>
static class
QInstanceMemberSignals.PrivateSignal2 <A,B>
Declare and instantiate a field of this class in your
QtSignalEmitterInterface
subclass to declare a signal that takes nine
parameters.
static class
QInstanceMemberSignals.Signal2 <A,B>
Use this signal class to define a non-QObject signal.
static class
QInstanceMemberSignals.Signal2Default1 <A,B>
static class
QInstanceMemberSignals.Signal2Default2 <A,B>
static class
QMetaObject.AbstractPublicSignal2 <A,B>
Supertype for all public signals with two parameters.
static class
QMetaObject.AbstractSignal2Default1 <A,B>
Supertype for all public default signals with two parameters.
class
QObject.PrivateSignal2 <A,B>
Declare and instantiate a field of this class in your
QObject subclass to declare a signal that takes two
parameters.
class
QObject.Signal2 <A,B>
Declare and instantiate a field of this class in your
QObject subclass to declare a signal that takes two
parameters.
class
QObject.Signal2Default1 <A,B>
Declare and instantiate a field of this class in your
QObject subclass to declare a signal that takes two
parameters and providing a default value for parameter no. 2.
class
QObject.Signal2Default2 <A,B>
Declare and instantiate a field of this class in your
QObject subclass to declare a signal that takes two
parameters and providing default values for parameters 1 and 2.
static class
QStaticMemberSignals.PrivateSignal2 <A,B>
Use this signal class to define a static signal.
static class
QStaticMemberSignals.Signal2 <A,B>
Use this signal class to define a static signal.
static class
QStaticMemberSignals.Signal2Default1 <A,B>
static class
QStaticMemberSignals.Signal2Default2 <A,B>
Methods in io.qt.core with parameters of type QMetaObject.AbstractPrivateSignal2
Modifier and Type
Method
Description
static QMetaObject.Connection
QObject. connect (QMetaObject.AbstractPrivateSignal2 <?,?> signal,
QMetaObject.Slot0 slot,
Qt.ConnectionType ... connectionType)
Initializes a connection between the given signal and slot .
static <A> QMetaObject.Connection
QObject. connect (QMetaObject.AbstractPrivateSignal2 <A,?> signal,
QMetaObject.Slot1 <A> slot,
Qt.ConnectionType ... connectionType)
Initializes a connection between the given signal and slot .
static <A,
B> QMetaObject.Connection
QObject. connect (QMetaObject.AbstractPrivateSignal2 <A,B> signal,
QMetaObject.Slot2 <A,B> slot,
Qt.ConnectionType ... connectionType)
Initializes a connection between the given signal and slot .
static boolean
QObject. disconnect (QMetaObject.AbstractPrivateSignal2 <?,?> signal,
QMetaObject.Slot0 slot)
Removes the connection between the given signal and slot .
static <A> boolean
QObject. disconnect (QMetaObject.AbstractPrivateSignal2 <A,?> signal,
QMetaObject.Slot1 <A> slot)
Removes the connection between the given signal and slot .
static <A,
B> boolean
QObject. disconnect (QMetaObject.AbstractPrivateSignal2 <A,B> signal,
QMetaObject.Slot2 <A,B> slot)
Removes the connection between the given signal and slot .
static <A,
B> void
QMetaObject. invokeMethod (QMetaObject.AbstractPrivateSignal2 <A,B> signal,
A arg1,
B arg2)
Calling invokeMethod(signal, AutoConnection, ...)
.
static <A,
B> void
QMetaObject. invokeMethod (QMetaObject.AbstractPrivateSignal2 <A,B> signal,
Qt.ConnectionType type,
A arg1,
B arg2)
Invokes the signal.
QtJambi Reference Documentation The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.