Uses of Interface
io.qt.remoteobjects.QRemoteObjectPendingCall
-
Uses of QRemoteObjectPendingCall in io.qt.remoteobjects
Modifier and TypeClassDescriptionclass
Provides a QObject-based API for watching a QRemoteObjectPendingCallfinal class
Modifier and TypeMethodDescriptionstatic QRemoteObjectPendingCall
QRemoteObjectPendingCall.fromCompletedCall
(Object returnValue) SeeQRemoteObjectPendingCall::
fromCompletedCall(QVariant) static QRemoteObjectPendingCall
QRemoteObjectPendingCallWatcher.fromCompletedCall
(Object returnValue) SeeQRemoteObjectPendingCall::
fromCompletedCall(QVariant) protected final QRemoteObjectPendingCall
QRemoteObjectReplica.sendWithReply
(QMetaObject.Call call, int index, Collection<? extends Object> args) SeeQRemoteObjectReplica::
sendWithReply(QMetaObject::Call, int, QVariantList) Modifier and TypeMethodDescriptiondefault void
QRemoteObjectPendingCall.assign
(QRemoteObjectPendingCall other) SeeQRemoteObjectPendingCall::
operator=(QRemoteObjectPendingCall) final void
QRemoteObjectPendingCall.Impl.assign
(QRemoteObjectPendingCall other) SeeQRemoteObjectPendingCall::
operator=(QRemoteObjectPendingCall) final void
QRemoteObjectPendingCallWatcher.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) ModifierConstructorDescriptionImpl
(QRemoteObjectPendingCall other) SeeQRemoteObjectPendingCall::
QRemoteObjectPendingCall(QRemoteObjectPendingCall) Overloaded constructor forQRemoteObjectPendingCallWatcher(io.qt.remoteobjects.QRemoteObjectPendingCall, io.qt.core.QObject)
withparent = null
.QRemoteObjectPendingCallWatcher
(QRemoteObjectPendingCall call, QObject parent) SeeQRemoteObjectPendingCallWatcher::
QRemoteObjectPendingCallWatcher(QRemoteObjectPendingCall, QObject*) QRemoteObjectPendingReply
(QRemoteObjectPendingCall call, Class<A> typeA, QMetaType... instantiations) QRemoteObjectPendingReply
(Class<A> type, QRemoteObjectPendingCall other) Deprecated.