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.DataSizeFormatQLocale.DataSizeFormat.resolve(int value) Returns the corresponding enum entry for the given value.static QLocale.DataSizeFormatReturns 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.DataSizeFormatsQLocale.DataSizeFormats.combined(QLocale.DataSizeFormat e) Combines this flags with enum entry.static QLocale.DataSizeFormatsQLocale.DataSizeFormat.flags(QLocale.DataSizeFormat ... values) Creates a newQLocale.DataSizeFormatsfrom the entries.final StringQLocale.formattedDataSize(long bytes, int precision, QLocale.DataSizeFormat ... format) Overloaded function forQLocale.formattedDataSize(long, int, io.qt.core.QLocale.DataSizeFormats).final QLocale.DataSizeFormatsQLocale.DataSizeFormats.setFlag(QLocale.DataSizeFormat e) Sets the flagefinal QLocale.DataSizeFormatsQLocale.DataSizeFormats.setFlag(QLocale.DataSizeFormat e, boolean on) Sets or clears the flagflagConstructors in io.qt.core with parameters of type QLocale.DataSizeFormatModifierConstructorDescriptionDataSizeFormats(QLocale.DataSizeFormat ... args) Creates a new DataSizeFormats where the flags inargsare set.