Uses of Interface
io.qt.remoteobjects.QRemoteObjectPendingCall
-
Uses of QRemoteObjectPendingCall in io.qt.remoteobjects
Classes in io.qt.remoteobjects that implement QRemoteObjectPendingCallModifier and TypeClassDescriptionclassProvides a QObject-based API for watching a QRemoteObjectPendingCallfinal classA generic version of QRemoteObjectPendingCall.Methods in io.qt.remoteobjects that return QRemoteObjectPendingCallModifier and TypeMethodDescriptionstatic QRemoteObjectPendingCallQRemoteObjectPendingCall.fromCompletedCall(Object returnValue) SeeQRemoteObjectPendingCall::fromCompletedCall(QVariant) static QRemoteObjectPendingCallQRemoteObjectPendingCallWatcher.fromCompletedCall(Object returnValue) SeeQRemoteObjectPendingCall::fromCompletedCall(QVariant) protected final QRemoteObjectPendingCallQRemoteObjectReplica.sendWithReply(io.qt.core.QMetaObject.Call call, int index, Collection<? extends Object> args) SeeQRemoteObjectReplica::sendWithReply(QMetaObject::Call, int, QVariantList) Methods in io.qt.remoteobjects with parameters of type QRemoteObjectPendingCallModifier and TypeMethodDescriptiondefault voidQRemoteObjectPendingCall.assign(QRemoteObjectPendingCall other) SeeQRemoteObjectPendingCall::operator=(QRemoteObjectPendingCall) final voidQRemoteObjectPendingCall.Impl.assign(QRemoteObjectPendingCall other) SeeQRemoteObjectPendingCall::operator=(QRemoteObjectPendingCall) final voidQRemoteObjectPendingCallWatcher.assign(QRemoteObjectPendingCall other) SeeQRemoteObjectPendingCall::operator=(QRemoteObjectPendingCall) static 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) SeeQRemoteObjectPendingCall::QRemoteObjectPendingCall(QRemoteObjectPendingCall) Overloaded constructor forQRemoteObjectPendingCallWatcher(io.qt.remoteobjects.QRemoteObjectPendingCall, io.qt.core.QObject)withparent = null.QRemoteObjectPendingCallWatcher(QRemoteObjectPendingCall call, io.qt.core.QObject parent) SeeQRemoteObjectPendingCallWatcher::QRemoteObjectPendingCallWatcher(QRemoteObjectPendingCall, QObject*) QRemoteObjectPendingReply(QRemoteObjectPendingCall call, Class<A> typeA, io.qt.core.QMetaType... instantiations) QRemoteObjectPendingReply(Class<A> type, QRemoteObjectPendingCall other) Deprecated.