Uses of Interface
io.qt.core.QMetaObject.Method7
-
Uses of QMetaObject.Method7 in io.qt.core
Modifier and TypeMethodDescriptionstatic <A,
B, C, D, E, F, G, R>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Method7<A, B, C, D, E, F, G, R> method) Returns corresponding meta method for given method handle.static <A,
B, C, D, E, F, G, R>
RQMetaObject.invokeMethod
(QMetaObject.Method7<A, B, C, D, E, F, G, R> method, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E, F, G, R>
RQMetaObject.invokeMethod
(QMetaObject.Method7<A, B, C, D, E, F, G, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7) Invokes the method and returns it's result value. -
Uses of QMetaObject.Method7 in io.qt.core.internal
Modifier and TypeMethodDescription<P extends QtObjectInterface,
A, B, C, D, E, F, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method7<P, A, B, C, D, E, F, R> create, String key, A a, B b, C c, D d, E e, F f) <P extends QtObjectInterface,
A, B, C, D, E, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method7<P, String, A, B, C, D, E, R> create, String key, A a, B b, C c, D d, E e) -
Uses of QMetaObject.Method7 in io.qt.internal
Modifier and TypeMethodDescriptionstatic <T> Class
<T> ClassAnalyzerUtility.getFactoryClass
(QMetaObject.Method7<T, ?, ?, ?, ?, ?, ?, ?> method)