Uses of Enum
io.qt.core.Qt.DockWidgetArea
Packages that use Qt.DockWidgetArea
-
Uses of Qt.DockWidgetArea in io.qt.core
Methods in io.qt.core that return Qt.DockWidgetAreaModifier and TypeMethodDescriptionfinal Qt.DockWidgetArea[]
Qt.DockWidgetAreas.flags()
Returns an array of flag objects represented by this DockWidgetAreas.static Qt.DockWidgetArea
Qt.DockWidgetArea.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.DockWidgetArea
Returns the enum constant of this type with the specified name.static Qt.DockWidgetArea[]
Qt.DockWidgetArea.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.DockWidgetAreaModifier and TypeMethodDescriptionQt.DockWidgetArea.combined
(Qt.DockWidgetArea e) Combines this entry with other enum entry.final Qt.DockWidgetAreas
Qt.DockWidgetAreas.combined
(Qt.DockWidgetArea e) Combines this flags with enum entry.static Qt.DockWidgetAreas
Qt.DockWidgetArea.flags
(Qt.DockWidgetArea... values) Creates a newQt.DockWidgetAreas
from the entries.final Qt.DockWidgetAreas
Qt.DockWidgetAreas.setFlag
(Qt.DockWidgetArea e) Sets the flage
final Qt.DockWidgetAreas
Qt.DockWidgetAreas.setFlag
(Qt.DockWidgetArea e, boolean on) Sets or clears the flagflag
Constructors in io.qt.core with parameters of type Qt.DockWidgetAreaModifierConstructorDescriptionDockWidgetAreas
(Qt.DockWidgetArea... args) Creates a new DockWidgetAreas where the flags inargs
are set. -
Uses of Qt.DockWidgetArea in io.qt.widgets
Fields in io.qt.widgets with type parameters of type Qt.DockWidgetAreaModifier and TypeFieldDescriptionfinal QObject.Signal1<Qt.DockWidgetArea>
QDockWidget.dockLocationChanged
Methods in io.qt.widgets that return Qt.DockWidgetAreaModifier and TypeMethodDescriptionfinal Qt.DockWidgetArea
final Qt.DockWidgetArea
QMainWindow.dockWidgetArea
(QDockWidget dockwidget) Methods in io.qt.widgets with parameters of type Qt.DockWidgetAreaModifier and TypeMethodDescriptionfinal void
QMainWindow.addDockWidget
(Qt.DockWidgetArea area, QDockWidget dockwidget) final void
QMainWindow.addDockWidget
(Qt.DockWidgetArea area, QDockWidget dockwidget, Qt.Orientation orientation) final boolean
QDockWidget.isAreaAllowed
(Qt.DockWidgetArea area) final void
QDockWidget.setAllowedAreas
(Qt.DockWidgetArea... areas) Overloaded function forQDockWidget.setAllowedAreas(io.qt.core.Qt.DockWidgetAreas)
.final void
QMainWindow.setCorner
(Qt.Corner corner, Qt.DockWidgetArea area) final QTabWidget.TabPosition
QMainWindow.tabPosition
(Qt.DockWidgetArea area)