-
Returns corresponding meta method for given method handle.
static <A,
B,
C,
D,
E,
F,
R>
R
QMetaObject.invokeMethod(QMetaObject.Method6<A,B,C,D,E,F,R> method,
Qt.ConnectionType type,
A arg1,
B arg2,
C arg3,
D arg4,
E arg5,
F arg6)
Invokes the method and returns it's result value.
static <A,
B,
C,
D,
E,
F,
R>
R
QMetaObject.invokeMethod(QMetaObject.Method6<A,B,C,D,E,F,R> method,
A arg1,
B arg2,
C arg3,
D arg4,
E arg5,
F arg6)
Calling invokeMethod(method, AutoConnection, ...)
.
-
QFactoryLoader.loadPlugin(QMetaObject.Method6<P,A,B,C,D,E,R> create,
String key,
A a,
B b,
C c,
D d,
E e)
QFactoryLoader.loadPlugin(QMetaObject.Method6<P,String,A,B,C,D,R> create,
String key,
A a,
B b,
C c,
D d)