Module qtjambi
Package io.qt.core

Class QMetaObject.AbstractPublicSignal4<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.
Direct Known Subclasses:
QDeclarableSignals.Signal4, QInstanceMemberSignals.Signal4, QMetaObject.AbstractSignal4Default1, QObject.Signal4, QStaticMemberSignals.Signal4
Enclosing class:
QMetaObject

public abstract static class QMetaObject.AbstractPublicSignal4<A,​B,​C,​D>
extends QMetaObject.AbstractPrivateSignal4<A,​B,​C,​D>
Supertype for all public signals with four parameters.
  • Method Details

    • emit

      public final void emit​(A arg1, B arg2, C arg3, D arg4)
      Emits the signal.
      Parameters:
      arg1 -
      arg2 -
      arg3 -
      arg4 -