Uses of Interface
io.qt.core.QMetaObject.Method6
-
Uses of QMetaObject.Method6 in io.qt.core
Modifier and TypeMethodDescriptionstatic <A,
B, C, D, E, F, R>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Method6<A, B, C, D, E, F, R> method) Returns corresponding meta method for given method handle.static <A,
B, C, D, E, F, R>
RQMetaObject.invokeMethod
(QObject context, QMetaObject.Method6<A, B, C, D, E, F, R> method, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E, F, R>
RQMetaObject.invokeMethod
(QObject context, 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>
RQMetaObject.invokeMethod
(QMetaObject.Method6<A, B, C, D, E, F, R> method, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E, F, R>
RQMetaObject.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. -
Uses of QMetaObject.Method6 in io.qt.core.internal
Modifier and TypeMethodDescription<P extends QtObjectInterface,
A, B, C, D, E, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method6<P, A, B, C, D, E, R> create, String key, A a, B b, C c, D d, E e) <P extends QtObjectInterface,
A, B, C, D, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method6<P, String, A, B, C, D, R> create, String key, A a, B b, C c, D d) -
Uses of QMetaObject.Method6 in io.qt.internal
Modifier and TypeMethodDescriptionstatic <T> Class<T>
ClassAnalyzerUtility.getFactoryClass
(QMetaObject.Method6<T, ?, ?, ?, ?, ?, ?> method)