Uses of Enum
io.qt.widgets.QMessageBox.Option
Packages that use QMessageBox.Option
-
Uses of QMessageBox.Option in io.qt.widgets
Methods in io.qt.widgets that return QMessageBox.OptionModifier and TypeMethodDescriptionfinal QMessageBox.Option []
QMessageBox.Options.flags()
Returns an array of flag objects represented by this Options.static QMessageBox.Option
QMessageBox.Option.resolve
(int value) Returns the corresponding enum entry for the given value.static QMessageBox.Option
Returns the enum constant of this type with the specified name.static QMessageBox.Option[]
QMessageBox.Option.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.widgets with parameters of type QMessageBox.OptionModifier and TypeMethodDescriptionQMessageBox.Option.cleared
(QMessageBox.Option e) Excludes other enum entry from a flag of this entry.QMessageBox.Option.combined
(QMessageBox.Option e) Combines this entry with other enum entry.final QMessageBox.Options
QMessageBox.Options.combined
(QMessageBox.Option e) Combines this flags with enum entry.static QMessageBox.Options
QMessageBox.Option.flags
(QMessageBox.Option ... values) Creates a newQMessageBox.Options
from the entries.final QMessageBox.Options
QMessageBox.Options.setFlag
(QMessageBox.Option e) Sets the flage
final QMessageBox.Options
QMessageBox.Options.setFlag
(QMessageBox.Option e, boolean on) Sets or clears the flagflag
final void
QMessageBox.setOption
(QMessageBox.Option option) Overloaded function forQMessageBox.setOption(io.qt.widgets.QMessageBox.Option, boolean)
withon = true
.final void
QMessageBox.setOption
(QMessageBox.Option option, boolean on) final void
QMessageBox.setOptions
(QMessageBox.Option ... options) Overloaded function forQMessageBox.setOptions(io.qt.widgets.QMessageBox.Options)
.final boolean
QMessageBox.testOption
(QMessageBox.Option option) Constructors in io.qt.widgets with parameters of type QMessageBox.OptionModifierConstructorDescriptionOptions
(QMessageBox.Option ... args) Creates a new Options where the flags inargs
are set.