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