Uses of Interface
io.qt.remoteobjects.QRemoteObjectPendingCall
Package | Description |
---|---|
io.qt.remoteobjects |
-
Uses of QRemoteObjectPendingCall in io.qt.remoteobjects
Classes in io.qt.remoteobjects that implement QRemoteObjectPendingCall Modifier and Type Class Description static class
QRemoteObjectPendingCall.Impl
Implementor class for interfaceQRemoteObjectPendingCall
class
QRemoteObjectPendingCallWatcher
Provides a QObject-based API for watching a QRemoteObjectPendingCallclass
QRemoteObjectPendingReply<T>
Methods in io.qt.remoteobjects that return QRemoteObjectPendingCall Modifier and Type Method Description static QRemoteObjectPendingCall
QRemoteObjectPendingCall. fromCompletedCall(Object returnValue)
static QRemoteObjectPendingCall
QRemoteObjectPendingCallWatcher. fromCompletedCall(Object returnValue)
protected QRemoteObjectPendingCall
QRemoteObjectReplica. sendWithReply(QMetaObject.Call call, int index, Collection<Object> args)
Methods in io.qt.remoteobjects with parameters of type QRemoteObjectPendingCall Modifier and Type Method Description static QRemoteObjectPendingCall.MemberAccess
QRemoteObjectPendingCall.MemberAccess. of(QRemoteObjectPendingCall instance)
Constructors in io.qt.remoteobjects with parameters of type QRemoteObjectPendingCall Constructor Description Impl(QRemoteObjectPendingCall other)
QRemoteObjectPendingCallWatcher(QRemoteObjectPendingCall call)
Overloaded constructor forQRemoteObjectPendingCallWatcher(io.qt.remoteobjects.QRemoteObjectPendingCall, io.qt.core.QObject)
withparent = null
.QRemoteObjectPendingCallWatcher(QRemoteObjectPendingCall call, QObject parent)
QRemoteObjectPendingReply(Class<T> type, QRemoteObjectPendingCall other)