Uses of Class
io.qt.core.Qt.ToolBarAreas
Package | Description |
---|---|
io.qt.core | |
io.qt.widgets |
-
Uses of Qt.ToolBarAreas in io.qt.core
Methods in io.qt.core that return Qt.ToolBarAreas Modifier and Type Method Description Qt.ToolBarAreas
Qt.ToolBarArea. asFlags()
Create a QFlags of the enum entry.Qt.ToolBarAreas
Qt.ToolBarAreas. clone()
Clones the flagsQt.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
Methods in io.qt.core with parameters of type Qt.ToolBarAreas Modifier and Type Method Description int
Qt.ToolBarAreas. compareTo(Qt.ToolBarAreas other)
-
Uses of Qt.ToolBarAreas in io.qt.widgets
Fields in io.qt.widgets with type parameters of type Qt.ToolBarAreas Modifier and Type Field Description QObject.Signal1<Qt.ToolBarAreas>
QToolBar. allowedAreasChanged
Methods in io.qt.widgets that return Qt.ToolBarAreas Modifier and Type Method Description Qt.ToolBarAreas
QToolBar. allowedAreas()
Methods in io.qt.widgets with parameters of type Qt.ToolBarAreas Modifier and Type Method Description void
QToolBar. setAllowedAreas(Qt.ToolBarAreas areas)