Module qtjambi
Package io.qt.core

Interface QMetaObject.ArgChecker9<A,B,C,D,E,F,G,H,I>

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.
E - The type of the fifth argument.
F - The type of the sixth argument.
G - The type of the seventh argument.
H - The type of the eighth argument.
I - The type of the ninth argument.
Enclosing class:
QMetaObject

public static interface QMetaObject.ArgChecker9<A,B,C,D,E,F,G,H,I>
An interface for testing signal emits with nine arguments.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    check(A a, B b, C c, D d, E e, F f, G g, H h, I i)
     
  • Method Details

    • check

      void check(A a, B b, C c, D d, E e, F f, G g, H h, I i)