Uses of Enum
io.qt.widgets.QMdiArea.AreaOption
-
Uses of QMdiArea.AreaOption in io.qt.widgets
Modifier and TypeMethodDescriptionfinal QMdiArea.AreaOption []
QMdiArea.AreaOptions.flags()
Returns an array of flag objects represented by this AreaOptions.static QMdiArea.AreaOption
QMdiArea.AreaOption.resolve
(int value) Returns the corresponding enum entry for the given value.static QMdiArea.AreaOption
Returns the enum constant of this type with the specified name.static QMdiArea.AreaOption[]
QMdiArea.AreaOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQMdiArea.AreaOption.cleared
(QMdiArea.AreaOption e) Excludes other enum entry from a flag of this entry.QMdiArea.AreaOption.combined
(QMdiArea.AreaOption e) Combines this entry with other enum entry.final QMdiArea.AreaOptions
QMdiArea.AreaOptions.combined
(QMdiArea.AreaOption e) Combines this flags with enum entry.static QMdiArea.AreaOptions
QMdiArea.AreaOption.flags
(QMdiArea.AreaOption ... values) Creates a newQMdiArea.AreaOptions
from the entries.final QMdiArea.AreaOptions
QMdiArea.AreaOptions.setFlag
(QMdiArea.AreaOption e) Sets the flage
final QMdiArea.AreaOptions
QMdiArea.AreaOptions.setFlag
(QMdiArea.AreaOption e, boolean on) Sets or clears the flagflag
final void
QMdiArea.setOption
(QMdiArea.AreaOption option) Overloaded function forQMdiArea.setOption(io.qt.widgets.QMdiArea.AreaOption, boolean)
withon = true
.final void
QMdiArea.setOption
(QMdiArea.AreaOption option, boolean on) final boolean
QMdiArea.testOption
(QMdiArea.AreaOption opton) ModifierConstructorDescriptionAreaOptions
(QMdiArea.AreaOption ... args) Creates a new AreaOptions where the flags inargs
are set.