- 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
- Returns:
-
isFinished
- Returns:
-
assign
See
QRemoteObjectPendingCall::
operator=(QRemoteObjectPendingCall) - Parameters:
other
-
-
returnValue
- Returns:
-
waitForFinished
- Parameters:
timeout
-- Returns:
-
fromCompletedCall
See
QRemoteObjectPendingCall::
fromCompletedCall(QVariant) - Parameters:
returnValue
-- Returns:
-
waitForFinished
Overloaded function for
waitForFinished(int)
withtimeout = 30000
.
-