Uses of Interface
io.qt.core.QMetaObject.Method0
Package | Description |
---|---|
io.qt.core |
-
Uses of QMetaObject.Method0 in io.qt.core
Methods in io.qt.core with parameters of type QMetaObject.Method0 Modifier and Type Method Description static <R> QMetaMethod
QMetaMethod. fromMethod(QMetaObject.Method0<R> method)
static <R> R
QMetaObject. invokeMethod(QMetaObject.Method0<R> method)
CallinginvokeMethod(method, AutoConnection)
.static <R> R
QMetaObject. invokeMethod(QMetaObject.Method0<R> method, Qt.ConnectionType type)
Invokes the method and returns it's result value.