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