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