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