Uses of Interface
io.qt.core.QMetaObject.Method10

Packages that use QMetaObject.Method10
Package
Description
 
  • Uses of QMetaObject.Method10 in io.qt.core

    Methods in io.qt.core with parameters of type QMetaObject.Method10
    Modifier and Type
    Method
    Description
    static <Target, A, B, C, D, E, F, G, H, I, R>
    R
    QMetaObject.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)
    Calling invokeMethod(method, AutoConnection, ...).
    static <Target extends QObject, A, B, C, D, E, F, G, H, I, R>
    R
    QMetaObject.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)
    Calling invokeMethod(method, AutoConnection, ...).
    static <Target, A, B, C, D, E, F, G, H, I, R>
    R
    QMetaObject.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>
    R
    QMetaObject.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.