Uses of Class
io.qt.core.QTextStream.Status
Package | Description |
---|---|
io.qt.core |
-
Uses of QTextStream.Status in io.qt.core
Methods in io.qt.core that return QTextStream.Status Modifier and Type Method Description static QTextStream.Status
QTextStream.Status. resolve(int value)
Returns the corresponding enum entry for the given value.QTextStream.Status
QTextStream. status()
static QTextStream.Status
QTextStream.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static QTextStream.Status[]
QTextStream.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 QTextStream.Status Modifier and Type Method Description void
QTextStream. setStatus(QTextStream.Status status)