-
Methods in io.qt.core with parameters of type QMetaObject.Method1
Modifier and Type |
Method |
Description |
static <A,
R> QMetaMethod |
QMetaMethod.fromMethod(QMetaObject.Method1<A,R> method) |
|
static <A,
R> R |
QMetaObject.invokeMethod(QMetaObject.Method1<A,R> method,
A arg1) |
Calling invokeMethod(method, AutoConnection, ...) .
|
static <A,
R> R |
QMetaObject.invokeMethod(QMetaObject.Method1<A,R> method,
Qt.ConnectionType type,
A arg1) |
Invokes the method and returns it's result value.
|
-
-