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.DockOptionQMainWindow.DockOption.resolve(int value) Returns the corresponding enum entry for the given value.static QMainWindow.DockOptionReturns 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.DockOptionsQMainWindow.DockOptions.combined(QMainWindow.DockOption e) Combines this flags with enum entry.static QMainWindow.DockOptionsQMainWindow.DockOption.flags(QMainWindow.DockOption ... values) Creates a newQMainWindow.DockOptionsfrom the entries.final voidQMainWindow.setDockOptions(QMainWindow.DockOption ... options) Overloaded function forQMainWindow.setDockOptions(io.qt.widgets.QMainWindow.DockOptions).final QMainWindow.DockOptionsQMainWindow.DockOptions.setFlag(QMainWindow.DockOption e) Sets the flagefinal QMainWindow.DockOptionsQMainWindow.DockOptions.setFlag(QMainWindow.DockOption e, boolean on) Sets or clears the flagflagConstructors in io.qt.widgets with parameters of type QMainWindow.DockOptionModifierConstructorDescriptionDockOptions(QMainWindow.DockOption ... args) Creates a new DockOptions where the flags inargsare set.