Uses of Class
io.qt.core.QDataStream.Status
Package | Description |
---|---|
io.qt.core |
-
Uses of QDataStream.Status in io.qt.core
Methods in io.qt.core that return QDataStream.Status Modifier and Type Method Description static QDataStream.Status
QDataStream.Status. resolve(int value)
Returns the corresponding enum entry for the given value.QDataStream.Status
QDataStream. status()
static QDataStream.Status
QDataStream.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static QDataStream.Status[]
QDataStream.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QDataStream.Status Modifier and Type Method Description void
QDataStream. setStatus(QDataStream.Status status)