Uses of Class
io.qt.widgets.QMainWindow.DockOption
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QMainWindow.DockOption in io.qt.widgets
Methods in io.qt.widgets that return QMainWindow.DockOption Modifier and Type Method Description QMainWindow.DockOption[]
QMainWindow.DockOptions. flags()
Returns an array of flag objects represented by this DockOptions.static QMainWindow.DockOption
QMainWindow.DockOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QMainWindow.DockOption
QMainWindow.DockOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static QMainWindow.DockOption[]
QMainWindow.DockOption. 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 QMainWindow.DockOption Modifier and Type Method Description QMainWindow.DockOptions
QMainWindow.DockOption. combined(QMainWindow.DockOption e)
Combines this entry with other enum entry.QMainWindow.DockOptions
QMainWindow.DockOptions. combined(QMainWindow.DockOption e)
Combines this flags with enum entry.static QMainWindow.DockOptions
QMainWindow.DockOption. flags(QMainWindow.DockOption... values)
Creates a newQMainWindow.DockOptions
from the entries.void
QMainWindow. setDockOptions(QMainWindow.DockOption... options)
Overloaded function forQMainWindow.setDockOptions(io.qt.widgets.QMainWindow.DockOptions)
.QMainWindow.DockOptions
QMainWindow.DockOptions. setFlag(QMainWindow.DockOption e)
Sets the flage
QMainWindow.DockOptions
QMainWindow.DockOptions. setFlag(QMainWindow.DockOption e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.widgets with parameters of type QMainWindow.DockOption Constructor Description DockOptions(QMainWindow.DockOption... args)
Creates a new DockOptions where the flags inargs
are set.