Module qtjambi
Package io.qt.core

Class QMetaObject.AbstractPublicSignal3<A,​B,​C>

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.
Direct Known Subclasses:
QDeclarableSignals.Signal3, QInstanceMemberSignals.Signal3, QMetaObject.AbstractSignal3Default1, QObject.Signal3, QStaticMemberSignals.Signal3
Enclosing class:
QMetaObject

public abstract static class QMetaObject.AbstractPublicSignal3<A,​B,​C>
extends QMetaObject.AbstractPrivateSignal3<A,​B,​C>
Supertype for all public signals with three parameters.
  • Method Details

    • emit

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