Uses of Enum
io.qt.core.Qt.ToolBarArea
Packages that use Qt.ToolBarArea
-
Uses of Qt.ToolBarArea in io.qt.core
Methods in io.qt.core that return Qt.ToolBarAreaModifier and TypeMethodDescriptionfinal Qt.ToolBarArea[]
Qt.ToolBarAreas.flags()
Returns an array of flag objects represented by this ToolBarAreas.static Qt.ToolBarArea
Qt.ToolBarArea.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.ToolBarArea
Returns the enum constant of this type with the specified name.static Qt.ToolBarArea[]
Qt.ToolBarArea.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type Qt.ToolBarAreaModifier and TypeMethodDescriptionQt.ToolBarArea.combined
(Qt.ToolBarArea e) Combines this entry with other enum entry.final Qt.ToolBarAreas
Qt.ToolBarAreas.combined
(Qt.ToolBarArea e) Combines this flags with enum entry.static Qt.ToolBarAreas
Qt.ToolBarArea.flags
(Qt.ToolBarArea... values) Creates a newQt.ToolBarAreas
from the entries.final Qt.ToolBarAreas
Qt.ToolBarAreas.setFlag
(Qt.ToolBarArea e) Sets the flage
final Qt.ToolBarAreas
Qt.ToolBarAreas.setFlag
(Qt.ToolBarArea e, boolean on) Sets or clears the flagflag
Constructors in io.qt.core with parameters of type Qt.ToolBarAreaModifierConstructorDescriptionToolBarAreas
(Qt.ToolBarArea... args) Creates a new ToolBarAreas where the flags inargs
are set. -
Uses of Qt.ToolBarArea in io.qt.widgets
Methods in io.qt.widgets that return Qt.ToolBarAreaModifier and TypeMethodDescriptionfinal Qt.ToolBarArea
QStyleOptionToolBar.getToolBarArea()
Kotlin property getter.final Qt.ToolBarArea
QMainWindow.toolBarArea
(QToolBar toolbar) final Qt.ToolBarArea
QStyleOptionToolBar.toolBarArea()
Methods in io.qt.widgets with parameters of type Qt.ToolBarAreaModifier and TypeMethodDescriptionfinal void
QMainWindow.addToolBar
(Qt.ToolBarArea area, QToolBar toolbar) final void
QMainWindow.addToolBarBreak
(Qt.ToolBarArea area) final boolean
QToolBar.isAreaAllowed
(Qt.ToolBarArea area) final void
QToolBar.setAllowedAreas
(Qt.ToolBarArea ... areas) Overloaded function forQToolBar.setAllowedAreas(io.qt.core.Qt.ToolBarAreas)
.final void
QStyleOptionToolBar.setToolBarArea
(Qt.ToolBarArea toolBarArea)