Uses of Class
io.qt.remoteobjects.QRemoteObjectPendingCall.Error
Package | Description |
---|---|
io.qt.remoteobjects |
-
Uses of QRemoteObjectPendingCall.Error in io.qt.remoteobjects
Methods in io.qt.remoteobjects that return QRemoteObjectPendingCall.Error Modifier and Type Method Description default QRemoteObjectPendingCall.Error
QRemoteObjectPendingCall. error()
QRemoteObjectPendingCall.Error
QRemoteObjectPendingCall.Impl. error()
QRemoteObjectPendingCall.Error
QRemoteObjectPendingCallWatcher. error()
static QRemoteObjectPendingCall.Error
QRemoteObjectPendingCall.Error. resolve(int value)
Returns the corresponding enum entry for the given value.static QRemoteObjectPendingCall.Error
QRemoteObjectPendingCall.Error. valueOf(String name)
Returns the enum constant of this type with the specified name.static QRemoteObjectPendingCall.Error[]
QRemoteObjectPendingCall.Error. values()
Returns an array containing the constants of this enum type, in the order they are declared.