Uses of Class
io.qt.remoteobjects.QRemoteObjectReplica.State
Package | Description |
---|---|
io.qt.remoteobjects |
-
Uses of QRemoteObjectReplica.State in io.qt.remoteobjects
Fields in io.qt.remoteobjects with type parameters of type QRemoteObjectReplica.State Modifier and Type Field Description QObject.Signal2<QRemoteObjectReplica.State,QRemoteObjectReplica.State>
QRemoteObjectReplica. stateChanged
QObject.Signal2<QRemoteObjectReplica.State,QRemoteObjectReplica.State>
QRemoteObjectReplica. stateChanged
Methods in io.qt.remoteobjects that return QRemoteObjectReplica.State Modifier and Type Method Description static QRemoteObjectReplica.State
QRemoteObjectReplica.State. resolve(int value)
Returns the corresponding enum entry for the given value.QRemoteObjectReplica.State
QRemoteObjectReplica. state()
static QRemoteObjectReplica.State
QRemoteObjectReplica.State. valueOf(String name)
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.