Returns corresponding meta method for given method handle.
static <A,
B,
C,
D,
E,
F,
G,
H,
R>
R
QMetaObject.invokeMethod(QObject context,
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(QObject context,
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.
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.