JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
QtJambi 6.9.3
qtjambi
io.qt.core
QMetaObject
ArgChecker1
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
check(A)
Interface QMetaObject.ArgChecker1<A>
Type Parameters:
A
- The type of the first argument.
Enclosing class:
QMetaObject
public static interface
QMetaObject.ArgChecker1<A>
An interface for testing signal emits with one argument.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
check
(
A
a)
Method Details
check
void
check
(
A
a)