Uses of Interface
io.qt.core.QMetaObject.Method3
-
Uses of QMetaObject.Method3 in io.qt.core
Modifier and TypeMethodDescriptionstatic <A,
B, C, R> QMetaMethod QMetaMethod.fromMethod
(QMetaObject.Method3<A, B, C, R> method) static <A,
B, C, R> R QMetaObject.invokeMethod
(QMetaObject.Method3<A, B, C, R> method, A arg1, B arg2, C arg3) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, R> R QMetaObject.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>
QtJambiInternal.getFactoryClass
(QMetaObject.Method3<T, ?, ?, ?> method)