Module qtjambi
Package io.qt.core

Interface QMetaObject.ArgChecker4<A,B,C,D>

Type Parameters:
A - The type of the first argument.
B - The type of the second argument.
C - The type of the third argument.
D - The type of the fourth argument.
Enclosing class:
QMetaObject

public static interface QMetaObject.ArgChecker4<A,B,C,D>
An interface for testing signal emits with four arguments.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    check(A a, B b, C c, D d)
     
  • Method Details

    • check

      void check(A a, B b, C c, D d)