Uses of Class
io.qt.core.Qt.ToolBarArea
Package | Description |
---|---|
io.qt.core | |
io.qt.widgets |
-
Uses of Qt.ToolBarArea in io.qt.core
Methods in io.qt.core that return Qt.ToolBarArea Modifier and Type Method Description 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
Qt.ToolBarArea. valueOf(String name)
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.ToolBarArea Modifier and Type Method Description Qt.ToolBarAreas
Qt.ToolBarArea. combined(Qt.ToolBarArea e)
Combines this entry with other enum entry.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.Qt.ToolBarAreas
Qt.ToolBarAreas. setFlag(Qt.ToolBarArea e)
Sets the flage
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.ToolBarArea Constructor Description ToolBarAreas(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.ToolBarArea Modifier and Type Method Description Qt.ToolBarArea
QMainWindow. toolBarArea(QToolBar toolbar)
Qt.ToolBarArea
QStyleOptionToolBar. toolBarArea()
Methods in io.qt.widgets with parameters of type Qt.ToolBarArea Modifier and Type Method Description void
QMainWindow. addToolBar(Qt.ToolBarArea area, QToolBar toolbar)
void
QMainWindow. addToolBarBreak(Qt.ToolBarArea area)
boolean
QToolBar. isAreaAllowed(Qt.ToolBarArea area)
void
QToolBar. setAllowedAreas(Qt.ToolBarArea... areas)
Overloaded function forQToolBar.setAllowedAreas(io.qt.core.Qt.ToolBarAreas)
.void
QStyleOptionToolBar. setToolBarArea(Qt.ToolBarArea toolBarArea)