com.trolltech.qt
Class QSignalEmitter.Signal9<A,B,C,D,E,F,G,H,I>
java.lang.Object
com.trolltech.qt.QSignalEmitter.AbstractSignal
com.trolltech.qt.QSignalEmitter.Signal9<A,B,C,D,E,F,G,H,I>
- Type Parameters:
A
- The type of the first parameter of the signal.B
- The type of the second parameter of the signal.C
- The type of the third parameter of the signal.D
- The type of the fourth parameter of the signal.E
- The type of the fifth parameter of the signal.F
- The type of the sixth parameter of the signal.G
- The type of the seventh parameter of the signal.H
- The type of the eighth parameter of the signal.I
- The type of the ninth parameter of the signal.
- Enclosing class:
- QSignalEmitter
public final class QSignalEmitter.Signal9<A,B,C,D,E,F,G,H,I>
- extends QSignalEmitter.AbstractSignal
Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes
nine parameters.
Method Summary |
void |
emit(A arg1,
B arg2,
C arg3,
D arg4,
E arg5,
F arg6,
G arg7,
H arg8,
I arg9)
Emits the signal. |
Methods inherited from class com.trolltech.qt.QSignalEmitter.AbstractSignal |
connect, connect, connect, connect, declaringClassName, disconnect, disconnect, disconnect, disconnect, fullName, name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QSignalEmitter.Signal9
public QSignalEmitter.Signal9()
emit
public void emit(A arg1,
B arg2,
C arg3,
D arg4,
E arg5,
F arg6,
G arg7,
H arg8,
I arg9)
- Emits the signal.