Uses of Enum
io.qt.remoteobjects.QRemoteObjectReplica.State
Packages that use QRemoteObjectReplica.State
-
Uses of QRemoteObjectReplica.State in io.qt.remoteobjects
Fields in io.qt.remoteobjects with type parameters of type QRemoteObjectReplica.StateModifier and TypeFieldDescriptionQRemoteObjectReplica.stateChanged
QRemoteObjectReplica.stateChanged
Methods in io.qt.remoteobjects that return QRemoteObjectReplica.StateModifier and TypeMethodDescriptionstatic QRemoteObjectReplica.State
QRemoteObjectReplica.State.resolve
(int value) Returns the corresponding enum entry for the given value.QRemoteObjectReplica.state()
static QRemoteObjectReplica.State
Returns the enum constant of this type with the specified name.static QRemoteObjectReplica.State[]
QRemoteObjectReplica.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.