Uses of Class
io.qt.core.QLocale.DataSizeFormat
Package | Description |
---|---|
io.qt.core |
-
Uses of QLocale.DataSizeFormat in io.qt.core
Methods in io.qt.core that return QLocale.DataSizeFormat Modifier and Type Method Description QLocale.DataSizeFormat[]
QLocale.DataSizeFormats. flags()
Returns an array of flag objects represented by this DataSizeFormats.static QLocale.DataSizeFormat
QLocale.DataSizeFormat. resolve(int value)
Returns the corresponding enum entry for the given value.static QLocale.DataSizeFormat
QLocale.DataSizeFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static QLocale.DataSizeFormat[]
QLocale.DataSizeFormat. 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 QLocale.DataSizeFormat Modifier and Type Method Description QLocale.DataSizeFormats
QLocale.DataSizeFormat. combined(QLocale.DataSizeFormat e)
Combines this entry with other enum entry.QLocale.DataSizeFormats
QLocale.DataSizeFormats. combined(QLocale.DataSizeFormat e)
Combines this flags with enum entry.static QLocale.DataSizeFormats
QLocale.DataSizeFormat. flags(QLocale.DataSizeFormat... values)
Creates a newQLocale.DataSizeFormats
from the entries.String
QLocale. formattedDataSize(long bytes, int precision, QLocale.DataSizeFormat... format)
Overloaded function forQLocale.formattedDataSize(long, int, io.qt.core.QLocale.DataSizeFormats)
.QLocale.DataSizeFormats
QLocale.DataSizeFormats. setFlag(QLocale.DataSizeFormat e)
Sets the flage
QLocale.DataSizeFormats
QLocale.DataSizeFormats. setFlag(QLocale.DataSizeFormat e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.core with parameters of type QLocale.DataSizeFormat Constructor Description DataSizeFormats(QLocale.DataSizeFormat... args)
Creates a new DataSizeFormats where the flags inargs
are set.