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 <Target,
A, R>
RQMetaObject.invokeMethod
(Target target, QMetaObject.Method2<Target, A, R> method, A arg1) CallinginvokeMethod(method, AutoConnection, ...)
.static <Target extends QObject,
A, R>
RQMetaObject.invokeMethod
(Target target, QMetaObject.Method2<Target, A, R> method, A arg1) CallinginvokeMethod(method, AutoConnection, ...)
.static <Target,
A, R>
RQMetaObject.invokeMethod
(Target target, QMetaObject.Method2<Target, A, R> method, Qt.ConnectionType type, A arg1) Invokes the method and returns it's result value.static <Target extends QObject,
A, R>
RQMetaObject.invokeMethod
(Target target, QMetaObject.Method2<Target, A, R> method, Qt.ConnectionType type, A arg1) Invokes the method and returns it's result value.static <A,
B, R> R QMetaObject.invokeMethod
(QObject context, QMetaObject.Method2<A, B, R> method, A arg1, B arg2) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, R> R QMetaObject.invokeMethod
(QObject context, QMetaObject.Method2<A, B, R> method, Qt.ConnectionType type, A arg1, B arg2) Invokes the method and returns it's result value.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 TypeMethodDescriptionfinal <P extends QtObjectInterface,
A, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method2<P, A, R> create, String key, A a) final <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)