Module qtjambi
Package io.qt.core

Class QObject.PrivateSignal2<A,B>

Type Parameters:
A - The type of the first parameter of the signal.
B - The type of the second parameter of the signal.
All Implemented Interfaces:
QMetaObject.Signal
Enclosing class:
QObject

public final class QObject.PrivateSignal2<A,B> extends QMetaObject.AbstractPrivateSignal2<A,B>
Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes two parameters. Private signals do not have an emit method, as they can only be emitted from inside the declaring class.
  • Constructor Details

    • PrivateSignal2

      public PrivateSignal2()
      Default constructor
    • PrivateSignal2

      public PrivateSignal2(QMetaObject.ArgChecker2<A,B> argumentTest)
      Constructor with argument checker
  • Method Details

    • containingObject

      public final QObject containingObject()
      Returns the object containing this signal.
      Specified by:
      containingObject in interface QMetaObject.Signal
      Returns:
      the signal containing object