Module qtjambi
Package io.qt.core

Class QInstanceMemberSignals.Signal3<A,B,C>

Type Parameters:
A - The type of the single parameter of the signal.
B - The type of the single parameter of the signal.
C - The type of the single parameter of the signal.
Enclosing interface:
QInstanceMemberSignals

public static final class QInstanceMemberSignals.Signal3<A,B,C> extends QMetaObject.AbstractPublicSignal3<A,B,C>
Use this signal class to define a non-QObject signal.
  • Constructor Details

    • Signal3

      public Signal3(Q containingObject)
      Create signal within containing object.
      Type Parameters:
      Q - type of the containing object.
      Parameters:
      containingObject - the containing object
  • Method Details