JavaScript is disabled on your browser.
Skip navigation links
QtJambi 5.15.18
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.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)