JavaScript is disabled on your browser.
Skip navigation links
QtJambi 6.5.8
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
qtjambi
Package
io.qt.core
Interface QMetaObject.ArgChecker2<A,
B>
Type Parameters:
A
- The type of the first argument.
B
- The type of the second argument.
Enclosing class:
QMetaObject
public static interface
QMetaObject.ArgChecker2<A,
B>
An interface for testing signal emits with two arguments.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
check
(
A
a,
B
b)
Method Details
check
void
check
(
A
a,
B
b)