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