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 QRemoteObjectPendingCallfinal class
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) Modifier and TypeMethodDescriptionstatic QRemoteObjectPendingReply<Map<String,
?>> QRemoteObjectPendingReply.newHashInstance
(QRemoteObjectPendingCall call) static QRemoteObjectPendingReply<Object>
QRemoteObjectPendingReply.newInstance
(QRemoteObjectPendingCall call) static QRemoteObjectPendingReply<List<?>>
QRemoteObjectPendingReply.newListInstance
(QRemoteObjectPendingCall call) static QRemoteObjectPendingReply<NavigableMap<String,
?>> QRemoteObjectPendingReply.newMapInstance
(QRemoteObjectPendingCall call) static QRemoteObjectPendingReply<List<String>>
QRemoteObjectPendingReply.newStringListInstance
(QRemoteObjectPendingCall call) ModifierConstructorDescriptionImpl
(QRemoteObjectPendingCall other) Overloaded constructor forQRemoteObjectPendingCallWatcher(io.qt.remoteobjects.QRemoteObjectPendingCall, io.qt.core.QObject)
withparent = null
.QRemoteObjectPendingCallWatcher
(QRemoteObjectPendingCall call, QObject parent) QRemoteObjectPendingReply
(QRemoteObjectPendingCall call, Class<A> typeA, QMetaType... instantiations) QRemoteObjectPendingReply
(Class<A> type, QRemoteObjectPendingCall other) Deprecated.