Uses of Interface
io.qt.remoteobjects.QRemoteObjectPendingCall
-
Uses of QRemoteObjectPendingCall in io.qt.remoteobjects
Classes in io.qt.remoteobjects that implement QRemoteObjectPendingCallModifier and TypeClassDescriptionstatic classImplementor class for interfaceQRemoteObjectPendingCallclassProvides a QObject-based API for watching a QRemoteObjectPendingCallfinal classMethods in io.qt.remoteobjects that return QRemoteObjectPendingCallModifier and TypeMethodDescriptionstatic QRemoteObjectPendingCallQRemoteObjectPendingCall.fromCompletedCall(Object returnValue) static QRemoteObjectPendingCallQRemoteObjectPendingCallWatcher.fromCompletedCall(Object returnValue) protected final QRemoteObjectPendingCallQRemoteObjectReplica.sendWithReply(io.qt.core.QMetaObject.Call call, int index, Collection<Object> args) Methods in io.qt.remoteobjects with parameters of type QRemoteObjectPendingCallModifier 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) Constructors in io.qt.remoteobjects with parameters of type QRemoteObjectPendingCallModifierConstructorDescriptionImpl(QRemoteObjectPendingCall other) Overloaded constructor forQRemoteObjectPendingCallWatcher(io.qt.remoteobjects.QRemoteObjectPendingCall, io.qt.core.QObject)withparent = null.QRemoteObjectPendingCallWatcher(QRemoteObjectPendingCall call, io.qt.core.QObject parent) QRemoteObjectPendingReply(QRemoteObjectPendingCall call, Class<A> typeA, io.qt.core.QMetaType... instantiations) QRemoteObjectPendingReply(Class<A> type, QRemoteObjectPendingCall other) Deprecated.