- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used to describe the parameters for drawing a dock widget
Java wrapper for Qt class QStyleOptionDockWidget
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
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
Kotlin property getter.final boolean
Kotlin property getter.final boolean
Kotlin property getter.final String
getTitle()
Kotlin property getter.final boolean
Kotlin property getter.final 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, getDirection, getFontMetrics, getPalette, getRect, getState, getStyleObject, 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
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionDockWidget)
instead. -
assign
See
QStyleOptionDockWidget::
operator=(QStyleOptionDockWidget) -
setClosable
Whether the dock window is closable
-
getClosable
Kotlin property getter. In Java use
closable()
instead. -
closable
Whether the dock window is closable
-
setFloatable
Whether the dock window is floatable
-
getFloatable
Kotlin property getter. In Java use
floatable()
instead. -
floatable
Whether the dock window is floatable
-
setMovable
Whether the dock window is movable
-
getMovable
Kotlin property getter. In Java use
movable()
instead. -
movable
Whether the dock window is movable
-
setTitle
The title of the dock window
-
getTitle
Kotlin property getter. In Java use
title()
instead. -
title
The title of the dock window
-
setVerticalTitleBar
See
QStyleOptionDockWidget::
verticalTitleBar -
getVerticalTitleBar
Kotlin property getter. In Java use
verticalTitleBar()
instead. -
verticalTitleBar
See
QStyleOptionDockWidget::
verticalTitleBar -
clone
Creates and returns a copy of this object.
- Overrides:
clone
in classQStyleOption
-
assign(io.qt.widgets.QStyleOptionDockWidget)
instead.