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