static final class
Use this signal class to declare a local signal.
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
Declare and instantiate a field of this class in your
QtSignalEmitterInterface
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 final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static class
Supertype for all public signals with nine parameters.
static class
Supertype for all public default signals with nine parameters.
static class
Supertype for all public default signals with nine parameters.
static class
Supertype for all public default signals with nine parameters.
static class
Supertype for all public default signals with nine parameters.
static class
Supertype for all public default signals with nine parameters.
static class
Supertype for all public default signals with nine parameters.
static class
Supertype for all public default signals with nine parameters.
static class
Supertype for all public default signals with nine parameters.
static class
Supertype for all public default signals with nine parameters.
final class
Declare and instantiate a field of this class in your
QObject subclass to declare a signal that takes nine
parameters.
final class
Declare and instantiate a field of this class in your
QObject subclass to declare a signal that takes nine
parameters.
final class
Declare and instantiate a field of this class in your
QObject subclass to declare a signal that takes nine
parameters and providing a default value for parameter no.
final class
Declare and instantiate a field of this class in your
QObject subclass to declare a signal that takes nine
parameters and providing default values for parameters 8 and 9.
final class
Declare and instantiate a field of this class in your
QObject subclass to declare a signal that takes nine
parameters and providing default values for parameters 7 to 9.
final class
Declare and instantiate a field of this class in your
QObject subclass to declare a signal that takes nine
parameters and providing default values for parameters 6 to 9.
final class
Declare and instantiate a field of this class in your
QObject subclass to declare a signal that takes nine
parameters and providing default values for parameters 5 to 9.
final class
Declare and instantiate a field of this class in your
QObject subclass to declare a signal that takes nine
parameters and providing default values for parameters 4 to 9.
final class
Declare and instantiate a field of this class in your
QObject subclass to declare a signal that takes nine
parameters and providing default values for parameters 3 to 9.
final class
Declare and instantiate a field of this class in your
QObject subclass to declare a signal that takes nine
parameters and providing default values for parameters 2 to 9.
final class
Declare and instantiate a field of this class in your
QObject subclass to declare a signal that takes nine
parameters and providing default values for parameters 1 to 9.
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
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
QObject.connect(QMetaObject.AbstractPrivateSignal9<?,?,?,?,?,?,?,?,?> signal,
QMetaObject.Slot0 slot,
Qt.ConnectionType ... connectionType)
Initializes a connection between the given signal and slot.
QObject.connect(QMetaObject.AbstractPrivateSignal9<A,?,?,?,?,?,?,?,?> signal,
QMetaObject.Slot1<? super A> slot,
Qt.ConnectionType ... connectionType)
Initializes a connection between the given signal and slot.
QObject.connect(QMetaObject.AbstractPrivateSignal9<A,B,?,?,?,?,?,?,?> signal,
QMetaObject.Slot2<? super A,? super B> slot,
Qt.ConnectionType ... connectionType)
Initializes a connection between the given signal and slot.
QObject.connect(QMetaObject.AbstractPrivateSignal9<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.
QObject.connect(QMetaObject.AbstractPrivateSignal9<A,B,C,D,?,?,?,?,?> signal,
QMetaObject.Slot4<? super A,? super B,? super C,? super D> slot,
Qt.ConnectionType ... connectionType)
Initializes a connection between the given signal and slot.
QObject.connect(QMetaObject.AbstractPrivateSignal9<A,B,C,D,E,?,?,?,?> signal,
QMetaObject.Slot5<? super A,? super B,? super C,? super D,? super E> slot,
Qt.ConnectionType ... connectionType)
Initializes a connection between the given signal and slot.
QObject.connect(QMetaObject.AbstractPrivateSignal9<A,B,C,D,E,F,?,?,?> signal,
QMetaObject.Slot6<? super A,? super B,? super C,? super D,? super E,? super F> slot,
Qt.ConnectionType ... connectionType)
Initializes a connection between the given signal and slot.
QObject.connect(QMetaObject.AbstractPrivateSignal9<A,B,C,D,E,F,G,?,?> signal,
QMetaObject.Slot7<? super A,? super B,? super C,? super D,? super E,? super F,? super G> slot,
Qt.ConnectionType ... connectionType)
Initializes a connection between the given signal and slot.
QObject.connect(QMetaObject.AbstractPrivateSignal9<A,B,C,D,E,F,G,H,?> signal,
QMetaObject.Slot8<? super A,? super B,? super C,? super D,? super E,? super F,? super G,? super H> slot,
Qt.ConnectionType ... connectionType)
Initializes a connection between the given signal and slot.
QObject.connect(QMetaObject.AbstractPrivateSignal9<A,B,C,D,E,F,G,H,I> signal,
QMetaObject.Slot9<? super A,? super B,? super C,? super D,? super E,? super F,? super G,? super H,? super I> slot,
Qt.ConnectionType ... connectionType)
Initializes a connection between the given signal and slot.
QObject.connect(QMetaObject.AbstractPrivateSignal9<A,B,C,D,E,F,G,H,I> signal,
QMetaObject.Connectable9<? super A,? super B,? super C,? super D,? super E,? super F,? super G,? super H,? super I> connectSignal,
Qt.ConnectionType ... connectionType)
Initializes a connection between the given signal and connectSignal.
static <A,
B,
C,
D,
E,
F,
G,
H,
I>
QFuture<QtFuture.Tuple9<A,B,C,D,E,F,G,H,I>>
static boolean
Removes the connection between the given signal and slot.
static <A> boolean
Removes the connection between the given signal and slot.
static <A,
B> boolean
QObject.disconnect(QMetaObject.AbstractPrivateSignal9<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.AbstractPrivateSignal9<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,
D>
boolean
QObject.disconnect(QMetaObject.AbstractPrivateSignal9<A,B,C,D,?,?,?,?,?> signal,
QMetaObject.Slot4<? super A,? super B,? super C,? super D> slot)
Removes the connection between the given signal and slot.
static <A,
B,
C,
D,
E>
boolean
QObject.disconnect(QMetaObject.AbstractPrivateSignal9<A,B,C,D,E,?,?,?,?> signal,
QMetaObject.Slot5<? super A,? super B,? super C,? super D,? super E> slot)
Removes the connection between the given signal and slot.
static <A,
B,
C,
D,
E,
F>
boolean
QObject.disconnect(QMetaObject.AbstractPrivateSignal9<A,B,C,D,E,F,?,?,?> signal,
QMetaObject.Slot6<? super A,? super B,? super C,? super D,? super E,? super F> slot)
Removes the connection between the given signal and slot.
static <A,
B,
C,
D,
E,
F,
G>
boolean
QObject.disconnect(QMetaObject.AbstractPrivateSignal9<A,B,C,D,E,F,G,?,?> signal,
QMetaObject.Slot7<? super A,? super B,? super C,? super D,? super E,? super F,? super G> slot)
Removes the connection between the given signal and slot.
static <A,
B,
C,
D,
E,
F,
G,
H>
boolean
QObject.disconnect(QMetaObject.AbstractPrivateSignal9<A,B,C,D,E,F,G,H,?> signal,
QMetaObject.Slot8<? super A,? super B,? super C,? super D,? super E,? super F,? super G,? super H> slot)
Removes the connection between the given signal and slot.
static <A,
B,
C,
D,
E,
F,
G,
H,
I>
boolean
QObject.disconnect(QMetaObject.AbstractPrivateSignal9<A,B,C,D,E,F,G,H,I> signal,
QMetaObject.Slot9<? super A,? super B,? super C,? super D,? super E,? super F,? super G,? super H,? super I> slot)
Removes the connection between the given signal and slot.
static <A,
B,
C,
D,
E,
F,
G,
H,
I>
boolean
QObject.disconnect(QMetaObject.AbstractPrivateSignal9<A,B,C,D,E,F,G,H,I> signal,
QMetaObject.Connectable9<? super A,? super B,? super C,? super D,? super E,? super F,? super G,? super H,? super I> connectSignal)
Removes the connection between the given signal and connectSignal.
static <A,
B,
C,
D,
E,
F,
G,
H,
I>
void
QMetaObject.invokeMethod(QMetaObject.AbstractPrivateSignal9<A,B,C,D,E,F,G,H,I> signal,
A arg1,
B arg2,
C arg3,
D arg4,
E arg5,
F arg6,
G arg7,
H arg8,
I arg9)
Calling invokeMethod(signal, AutoConnection, ...)
.
static <A,
B,
C,
D,
E,
F,
G,
H,
I>
void
QMetaObject.invokeMethod(QMetaObject.AbstractPrivateSignal9<A,B,C,D,E,F,G,H,I> signal,
Qt.ConnectionType type,
A arg1,
B arg2,
C arg3,
D arg4,
E arg5,
F arg6,
G arg7,
H arg8,
I arg9)