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