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