Module qtjambi
Package io.qt.core

Class QInstanceMemberSignals.Signal5<A,B,C,D,E>

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.
D - The type of the single parameter of the signal.
E - The type of the single parameter of the signal.
Enclosing interface:
QInstanceMemberSignals

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

    • Signal5

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