java.lang.Object
io.qt.QtObject
io.qt.widgets.QStyleOption
io.qt.widgets.QStyleOptionDockWidget
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used to describe the parameters for drawing a dock widget
Java wrapper for Qt class QStyleOptionDockWidget
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QStyleOptionDockWidget arg__1) SeeQStyleOptionDockWidget::
operator=(QStyleOptionDockWidget) clone()
Creates and returns a copy of this object.final boolean
closable()
Whether the dock window is closablefinal boolean
Whether the dock window is floatablefinal boolean
movable()
Whether the dock window is movablefinal void
set
(QStyleOptionDockWidget arg__1) Deprecated.final void
setClosable
(boolean closable) Whether the dock window is closablefinal void
setFloatable
(boolean floatable) Whether the dock window is floatablefinal void
setMovable
(boolean movable) Whether the dock window is movablefinal void
The title of the dock windowfinal void
setVerticalTitleBar
(boolean verticalTitleBar) SeeQStyleOptionDockWidget::
verticalTitleBar final String
title()
The title of the dock windowfinal boolean
SeeQStyleOptionDockWidget::
verticalTitleBar Methods inherited from class io.qt.widgets.QStyleOption
assign, direction, fontMetrics, initFrom, palette, rect, set, setDirection, setFontMetrics, setPalette, setRect, setState, setState, setStyleObject, state, styleObject, toString
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QStyleOptionDockWidget
public QStyleOptionDockWidget() -
QStyleOptionDockWidget
-
-
Method Details
-
assign
See
QStyleOptionDockWidget::
operator=(QStyleOptionDockWidget) -
setClosable
Whether the dock window is closable
-
closable
Whether the dock window is closable
-
setFloatable
Whether the dock window is floatable
-
floatable
Whether the dock window is floatable
-
setMovable
Whether the dock window is movable
-
movable
Whether the dock window is movable
-
setTitle
The title of the dock window
-
title
The title of the dock window
-
setVerticalTitleBar
See
QStyleOptionDockWidget::
verticalTitleBar -
verticalTitleBar
See
QStyleOptionDockWidget::
verticalTitleBar -
clone
Creates and returns a copy of this object.
See
QStyleOptionDockWidget::
QStyleOptionDockWidget(QStyleOptionDockWidget) - Overrides:
clone
in classQStyleOption
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionDockWidget)
instead.
-
assign(io.qt.widgets.QStyleOptionDockWidget)
instead.