Uses of Interface
io.qt.core.QMetaObject.Method6
Packages that use QMetaObject.Method6
-
Uses of QMetaObject.Method6 in io.qt.core
Methods in io.qt.core with parameters of type QMetaObject.Method6Modifier and TypeMethodDescriptionstatic <A,
B, C, D, E, F, R>
QMetaMethodQMetaMethod.fromMethod
(QMetaObject.Method6<A, B, C, D, E, F, R> method) Returns corresponding meta method for given method handle.static <Target,
A, B, C, D, E, R>
RQMetaObject.invokeMethod
(Target target, QMetaObject.Method6<Target, A, B, C, D, E, R> method, A arg1, B arg2, C arg3, D arg4, E arg5) CallinginvokeMethod(method, AutoConnection, ...)
.static <Target extends QObject,
A, B, C, D, E, R>
RQMetaObject.invokeMethod
(Target target, QMetaObject.Method6<Target, A, B, C, D, E, R> method, A arg1, B arg2, C arg3, D arg4, E arg5) CallinginvokeMethod(method, AutoConnection, ...)
.static <Target,
A, B, C, D, E, R>
RQMetaObject.invokeMethod
(Target target, QMetaObject.Method6<Target, 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 <Target extends QObject,
A, B, C, D, E, R>
RQMetaObject.invokeMethod
(Target target, QMetaObject.Method6<Target, 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, F, R>
RQMetaObject.invokeMethod
(QObject context, QMetaObject.Method6<A, B, C, D, E, F, R> method, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E, F, R>
RQMetaObject.invokeMethod
(QObject context, QMetaObject.Method6<A, B, C, D, E, F, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) Invokes the method and returns it's result value.static <A,
B, C, D, E, F, R>
RQMetaObject.invokeMethod
(QMetaObject.Method6<A, B, C, D, E, F, R> method, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) CallinginvokeMethod(method, AutoConnection, ...)
.static <A,
B, C, D, E, F, R>
RQMetaObject.invokeMethod
(QMetaObject.Method6<A, B, C, D, E, F, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) Invokes the method and returns it's result value. -
Uses of QMetaObject.Method6 in io.qt.core.internal
Methods in io.qt.core.internal with parameters of type QMetaObject.Method6Modifier and TypeMethodDescriptionfinal <P extends QtObjectInterface,
A, B, C, D, E, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method6<P, A, B, C, D, E, R> create, String key, A a, B b, C c, D d, E e) final <P extends QtObjectInterface,
A, B, C, D, R>
RQFactoryLoader.loadPlugin
(QMetaObject.Method6<P, String, A, B, C, D, R> create, String key, A a, B b, C c, D d)