- Type Parameters:
A - The type of the first argument.
B - The type of the second argument.
C - The type of the third argument.
- Enclosing class:
QMetaObject
public static interface QMetaObject.ArgChecker3<A,B,C>
An interface for testing signal emits with three arguments.
-
Method Summary
-
Method Details
-
check
void check(A a,
B b,
C c)