- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QRemoteObjectPendingCallWatcher
,QRemoteObjectPendingReply
Encapsulates the result of an asynchronous method call
Java wrapper for Qt class QRemoteObjectPendingCall
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Java wrapper for Qt enumQRemoteObjectPendingCall::Error
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
assign
(QRemoteObjectPendingCall other) SeeQRemoteObjectPendingCall::
operator=(QRemoteObjectPendingCall) default QRemoteObjectPendingCall.Error
error()
static QRemoteObjectPendingCall
fromCompletedCall
(Object returnValue) SeeQRemoteObjectPendingCall::
fromCompletedCall(QVariant) default boolean
default Object
default void
Overloaded function forwaitForFinished(int)
withtimeout = 30000
.default boolean
waitForFinished
(int timeout) Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
error
-
isFinished
-
assign
See
QRemoteObjectPendingCall::
operator=(QRemoteObjectPendingCall) -
returnValue
-
waitForFinished
-
fromCompletedCall
See
QRemoteObjectPendingCall::
fromCompletedCall(QVariant) -
waitForFinished
Overloaded function for
waitForFinished(int)
withtimeout = 30000
.
-