Uses of Class
io.qt.widgets.QMdiArea.AreaOption
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QMdiArea.AreaOption in io.qt.widgets
Methods in io.qt.widgets that return QMdiArea.AreaOption Modifier and Type Method Description 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
QMdiArea.AreaOption. valueOf(String name)
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.Methods in io.qt.widgets with parameters of type QMdiArea.AreaOption Modifier and Type Method Description QMdiArea.AreaOptions
QMdiArea.AreaOption. combined(QMdiArea.AreaOption e)
Combines this entry with other enum entry.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.QMdiArea.AreaOptions
QMdiArea.AreaOptions. setFlag(QMdiArea.AreaOption e)
Sets the flage
QMdiArea.AreaOptions
QMdiArea.AreaOptions. setFlag(QMdiArea.AreaOption e, boolean on)
Sets or clears the flagflag
void
QMdiArea. setOption(QMdiArea.AreaOption option)
Overloaded function forQMdiArea.setOption(io.qt.widgets.QMdiArea.AreaOption, boolean)
withon = true
.void
QMdiArea. setOption(QMdiArea.AreaOption option, boolean on)
boolean
QMdiArea. testOption(QMdiArea.AreaOption opton)
Constructors in io.qt.widgets with parameters of type QMdiArea.AreaOption Constructor Description AreaOptions(QMdiArea.AreaOption... args)
Creates a new AreaOptions where the flags inargs
are set.