Uses of Class
io.qt.core.QLocale.NumberOption
Package | Description |
---|---|
io.qt.core |
-
Uses of QLocale.NumberOption in io.qt.core
Methods in io.qt.core that return QLocale.NumberOption Modifier and Type Method Description 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
QLocale.NumberOption. valueOf(String name)
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.NumberOption Modifier and Type Method Description QLocale.NumberOptions
QLocale.NumberOption. combined(QLocale.NumberOption e)
Combines this entry with other enum entry.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.QLocale.NumberOptions
QLocale.NumberOptions. setFlag(QLocale.NumberOption e)
Sets the flage
QLocale.NumberOptions
QLocale.NumberOptions. setFlag(QLocale.NumberOption e, boolean on)
Sets or clears the flagflag
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.NumberOption Constructor Description NumberOptions(QLocale.NumberOption... args)
Creates a new NumberOptions where the flags inargs
are set.