Uses of Class
io.qt.core.QMetaObject.Call
Package | Description |
---|---|
io.qt.core | |
io.qt.remoteobjects |
-
Uses of QMetaObject.Call in io.qt.core
Methods in io.qt.core that return QMetaObject.Call Modifier and Type Method Description static QMetaObject.Call
QMetaObject.Call. resolve(int value)
static QMetaObject.Call
QMetaObject.Call. valueOf(String name)
Returns the enum constant of this type with the specified name.static QMetaObject.Call[]
QMetaObject.Call. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QMetaObject.Call in io.qt.remoteobjects
Methods in io.qt.remoteobjects with parameters of type QMetaObject.Call Modifier and Type Method Description protected void
QRemoteObjectReplica. send(QMetaObject.Call call, int index, Collection<Object> args)
protected QRemoteObjectPendingCall
QRemoteObjectReplica. sendWithReply(QMetaObject.Call call, int index, Collection<Object> args)