Qt Jambi Home

com.trolltech.qt
Class QSignalEmitter.Signal4<A,B,C,D>

java.lang.Object
  extended by com.trolltech.qt.QSignalEmitter.AbstractSignal
      extended by com.trolltech.qt.QSignalEmitter.Signal4<A,B,C,D>
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.
Enclosing class:
QSignalEmitter

public final class QSignalEmitter.Signal4<A,B,C,D>
extends QSignalEmitter.AbstractSignal

Declare and instantiate a field of this class in your QSignalEmitter subclass to declare a signal that takes four parameters.


Constructor Summary
QSignalEmitter.Signal4()
           
 
Method Summary
 void emit(A arg1, B arg2, C arg3, D arg4)
          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

QSignalEmitter.Signal4

public QSignalEmitter.Signal4()
Method Detail

emit

public void emit(A arg1,
                 B arg2,
                 C arg3,
                 D arg4)
Emits the signal.


Qt Jambi Home