Uses of Enum
io.qt.core.QLocale.DataSizeFormat
Packages that use QLocale.DataSizeFormat
-
Uses of QLocale.DataSizeFormat in io.qt.core
Methods in io.qt.core that return QLocale.DataSizeFormatModifier and TypeMethodDescriptionfinal 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
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.DataSizeFormatModifier and TypeMethodDescriptionQLocale.DataSizeFormat.cleared
(QLocale.DataSizeFormat e) Excludes other enum entry from a flag of this entry.QLocale.DataSizeFormat.combined
(QLocale.DataSizeFormat e) Combines this entry with other enum entry.final 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.final String
QLocale.formattedDataSize
(long bytes, int precision, QLocale.DataSizeFormat ... format) Overloaded function forQLocale.formattedDataSize(long, int, io.qt.core.QLocale.DataSizeFormats)
.final QLocale.DataSizeFormats
QLocale.DataSizeFormats.setFlag
(QLocale.DataSizeFormat e) Sets the flage
final 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.DataSizeFormatModifierConstructorDescriptionDataSizeFormats
(QLocale.DataSizeFormat ... args) Creates a new DataSizeFormats where the flags inargs
are set.