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's class QStyleOptionDockWidget
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QStyleOptionDockWidget arg__1) clone()
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) final String
title()
The title of the dock windowfinal boolean
Methods inherited from class io.qt.widgets.QStyleOption
assign, direction, fontMetrics, getDirection, getFontMetrics, getPalette, getRect, getState, getStyleObject, init, 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
-
QStyleOptionDockWidget
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionDockWidget)
instead. -
assign
-
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
-
getVerticalTitleBar
Kotlin property getter. In Java use
verticalTitleBar()
instead. -
verticalTitleBar
-
clone
- Overrides:
clone
in classQStyleOption
-
assign(io.qt.widgets.QStyleOptionDockWidget)
instead.