Uses of Interface
io.qt.remoteobjects.QRemoteObjectPendingCall
-
Uses of QRemoteObjectPendingCall in io.qt.remoteobjects
Modifier and TypeClassDescriptionstatic class
Implementor class for interfaceQRemoteObjectPendingCall
class
Provides a QObject-based API for watching a QRemoteObjectPendingCallclass
Modifier and TypeMethodDescriptionstatic QRemoteObjectPendingCall
QRemoteObjectPendingCall.fromCompletedCall
(Object returnValue) static QRemoteObjectPendingCall
QRemoteObjectPendingCallWatcher.fromCompletedCall
(Object returnValue) protected final QRemoteObjectPendingCall
QRemoteObjectReplica.sendWithReply
(QMetaObject.Call call, int index, Collection<Object> args) ModifierConstructorDescriptionImpl
(QRemoteObjectPendingCall other) Overloaded constructor forQRemoteObjectPendingCallWatcher(io.qt.remoteobjects.QRemoteObjectPendingCall, io.qt.core.QObject)
withparent = null
.QRemoteObjectPendingCallWatcher
(QRemoteObjectPendingCall call, QObject parent) QRemoteObjectPendingReply
(Class<T> type, QRemoteObjectPendingCall other)