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