static <A, B, R> QMetaMethod
fromMethod(QMetaObject.Method2<A,B,R> method)
static <A, B, R> R
invokeMethod(QMetaObject.Method2<A,B,R> method, A arg1, B arg2)
invokeMethod(method, AutoConnection, ...)
invokeMethod(QMetaObject.Method2<A,B,R> method, Qt.ConnectionType type, A arg1, B arg2)
<P extends QtObjectInterface, A, R>R
loadPlugin(QMetaObject.Method2<P,A,R> create, String key, A a)
<P extends QtObjectInterface, R>R
loadPlugin(QMetaObject.Method2<P,String,R> create, String key)