|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.qt.QSignalEmitter.AbstractSignal
com.trolltech.qt.QSignalEmitter.Signal3<A,B,C>
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.public final class QSignalEmitter.Signal3<A,B,C>
Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes three parameters.
Constructor Summary | |
---|---|
QSignalEmitter.Signal3()
|
Method Summary | |
---|---|
void |
emit(A arg1,
B arg2,
C arg3)
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 |
Constructor Detail |
---|
public QSignalEmitter.Signal3()
Method Detail |
---|
public void emit(A arg1, B arg2, C arg3)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |