java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QStyleOption
io.qt.widgets.QStyleOptionDockWidget
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QStyleOptionDockWidget extends QStyleOption implements Cloneable
Used to describe the parameters for drawing a dock widget
Java wrapper for Qt class QStyleOptionDockWidget
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QStyleOptionDockWidget()
protected
QStyleOptionDockWidget(QtObject.QPrivateConstructor p)
Constructor for internal use only.QStyleOptionDockWidget(QStyleOptionDockWidget other)
-
Method Summary
Modifier and Type Method Description QStyleOptionDockWidget
clone()
boolean
closable()
Whether the dock window is closableboolean
floatable()
Whether the dock window is floatableboolean
movable()
Whether the dock window is movablevoid
set(QStyleOptionDockWidget arg__1)
void
setClosable(boolean closable)
Whether the dock window is closablevoid
setFloatable(boolean floatable)
Whether the dock window is floatablevoid
setMovable(boolean movable)
Whether the dock window is movablevoid
setTitle(String title)
The title of the dock windowvoid
setVerticalTitleBar(boolean verticalTitleBar)
String
title()
The title of the dock windowboolean
verticalTitleBar()
Methods inherited from class io.qt.widgets.QStyleOption
direction, fontMetrics, init, initFrom, palette, rect, set, setDirection, setFontMetrics, setPalette, setRect, setState, setState, setStyleObject, state, styleObject, toString
-
Constructor Details
-
QStyleOptionDockWidget
public QStyleOptionDockWidget() -
QStyleOptionDockWidget
-
QStyleOptionDockWidget
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
set
-
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
-
verticalTitleBar
-
clone
- Overrides:
clone
in classQStyleOption
-