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