Uses of Class
io.qt.remoteobjects.QRemoteObjectNode.ErrorCode
Package | Description |
---|---|
io.qt.remoteobjects |
-
Uses of QRemoteObjectNode.ErrorCode in io.qt.remoteobjects
Fields in io.qt.remoteobjects with type parameters of type QRemoteObjectNode.ErrorCode Modifier and Type Field Description QObject.Signal1<QRemoteObjectNode.ErrorCode>
QRemoteObjectNode. error
Methods in io.qt.remoteobjects that return QRemoteObjectNode.ErrorCode Modifier and Type Method Description QRemoteObjectNode.ErrorCode
QRemoteObjectNode. lastError()
static QRemoteObjectNode.ErrorCode
QRemoteObjectNode.ErrorCode. resolve(int value)
Returns the corresponding enum entry for the given value.static QRemoteObjectNode.ErrorCode
QRemoteObjectNode.ErrorCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QRemoteObjectNode.ErrorCode[]
QRemoteObjectNode.ErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.