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