Uses of Enum
io.qt.core.QLocale.NumberOption
Packages that use QLocale.NumberOption
-
Uses of QLocale.NumberOption in io.qt.core
Methods in io.qt.core that return QLocale.NumberOptionModifier and TypeMethodDescriptionfinal QLocale.NumberOption[]
QLocale.NumberOptions.flags()
Returns an array of flag objects represented by this NumberOptions.static QLocale.NumberOption
QLocale.NumberOption.resolve
(int value) Returns the corresponding enum entry for the given value.static QLocale.NumberOption
Returns the enum constant of this type with the specified name.static QLocale.NumberOption[]
QLocale.NumberOption.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.NumberOptionModifier and TypeMethodDescriptionQLocale.NumberOption.combined
(QLocale.NumberOption e) Combines this entry with other enum entry.final QLocale.NumberOptions
QLocale.NumberOptions.combined
(QLocale.NumberOption e) Combines this flags with enum entry.static QLocale.NumberOptions
QLocale.NumberOption.flags
(QLocale.NumberOption... values) Creates a newQLocale.NumberOptions
from the entries.final QLocale.NumberOptions
QLocale.NumberOptions.setFlag
(QLocale.NumberOption e) Sets the flage
final QLocale.NumberOptions
QLocale.NumberOptions.setFlag
(QLocale.NumberOption e, boolean on) Sets or clears the flagflag
final void
QLocale.setNumberOptions
(QLocale.NumberOption... options) Overloaded function forQLocale.setNumberOptions(io.qt.core.QLocale.NumberOptions)
.Constructors in io.qt.core with parameters of type QLocale.NumberOptionModifierConstructorDescriptionNumberOptions
(QLocale.NumberOption... args) Creates a new NumberOptions where the flags inargs
are set.