Uses of Interface
io.qt.core.QMetaObject.Method10
Packages that use QMetaObject.Method10
-
Uses of QMetaObject.Method10 in io.qt.core
Methods in io.qt.core with parameters of type QMetaObject.Method10Modifier and TypeMethodDescriptionstatic <Target,
A, B, C, D, E, F, G, H, I, R>
RQMetaObject.invokeMethod
(Target target, QMetaObject.Method10<Target, A, B, C, D, E, F, G, H, I, R> method, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) CallinginvokeMethod(method, AutoConnection, ...)
.static <Target extends QObject,
A, B, C, D, E, F, G, H, I, R>
RQMetaObject.invokeMethod
(Target target, QMetaObject.Method10<Target, A, B, C, D, E, F, G, H, I, R> method, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) CallinginvokeMethod(method, AutoConnection, ...)
.static <Target,
A, B, C, D, E, F, G, H, I, R>
RQMetaObject.invokeMethod
(Target target, QMetaObject.Method10<Target, A, B, C, D, E, F, G, H, I, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) Invokes the method and returns it's result value.static <Target extends QObject,
A, B, C, D, E, F, G, H, I, R>
RQMetaObject.invokeMethod
(Target target, QMetaObject.Method10<Target, A, B, C, D, E, F, G, H, I, R> method, Qt.ConnectionType type, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6, G arg7, H arg8, I arg9) Invokes the method and returns it's result value.