Uses of Enum
io.qt.widgets.QMainWindow.DockOption
Packages that use QMainWindow.DockOption
-
Uses of QMainWindow.DockOption in io.qt.widgets
Methods in io.qt.widgets that return QMainWindow.DockOptionModifier and TypeMethodDescriptionfinal 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
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.DockOptionModifier and TypeMethodDescriptionQMainWindow.DockOption.cleared
(QMainWindow.DockOption e) Excludes other enum entry from a flag of this entry.QMainWindow.DockOption.combined
(QMainWindow.DockOption e) Combines this entry with other enum entry.final 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.final void
QMainWindow.setDockOptions
(QMainWindow.DockOption ... options) Overloaded function forQMainWindow.setDockOptions(io.qt.widgets.QMainWindow.DockOptions)
.final QMainWindow.DockOptions
QMainWindow.DockOptions.setFlag
(QMainWindow.DockOption e) Sets the flage
final 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.DockOptionModifierConstructorDescriptionDockOptions
(QMainWindow.DockOption ... args) Creates a new DockOptions where the flags inargs
are set.