- 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
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumJava wrapper for Qt enumQRemoteObjectPendingCall::Error -
Method Summary
Modifier and TypeMethodDescriptiondefault voidassign(QRemoteObjectPendingCall other) SeeQRemoteObjectPendingCall::operator=(QRemoteObjectPendingCall) default QRemoteObjectPendingCall.Errorerror()static QRemoteObjectPendingCallfromCompletedCall(Object returnValue) SeeQRemoteObjectPendingCall::fromCompletedCall(QVariant) default booleandefault Objectdefault voidOverloaded function forwaitForFinished(int)withtimeout = 30000.default booleanwaitForFinished(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.
-