-
Methods in io.qt.core with parameters of type QMetaObject.Method4
Modifier and Type |
Method |
Description |
static <A,
B,
C,
D,
R> QMetaMethod |
QMetaMethod.fromMethod(QMetaObject.Method4<A,B,C,D,R> method) |
|
static <A,
B,
C,
D,
R> R |
QMetaObject.invokeMethod(QMetaObject.Method4<A,B,C,D,R> method,
A arg1,
B arg2,
C arg3,
D arg4) |
Calling invokeMethod(method, AutoConnection, ...) .
|
static <A,
B,
C,
D,
R> R |
QMetaObject.invokeMethod(QMetaObject.Method4<A,B,C,D,R> method,
Qt.ConnectionType type,
A arg1,
B arg2,
C arg3,
D arg4) |
Invokes the method and returns it's result value.
|
-
Methods in io.qt.core.internal with parameters of type QMetaObject.Method4
Modifier and Type |
Method |
Description |
<P extends QtObjectInterface,
A,
B,
C,
R> R |
QFactoryLoader.loadPlugin(QMetaObject.Method4<P,A,B,C,R> create,
String key,
A a,
B b,
C c) |
|
-