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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QStyleOptionDockWidget arg__1) SeeQStyleOptionDockWidget::operator=(QStyleOptionDockWidget) clone()Creates and returns a copy of this object.final booleanclosable()Whether the dock window is closablefinal booleanWhether the dock window is floatablefinal booleanmovable()Whether the dock window is movablefinal voidset(QStyleOptionDockWidget arg__1) Deprecated.final voidsetClosable(boolean closable) Whether the dock window is closablefinal voidsetFloatable(boolean floatable) Whether the dock window is floatablefinal voidsetMovable(boolean movable) Whether the dock window is movablefinal voidThe title of the dock windowfinal voidsetVerticalTitleBar(boolean verticalTitleBar) SeeQStyleOptionDockWidget::verticalTitleBar final Stringtitle()The title of the dock windowfinal booleanSeeQStyleOptionDockWidget::verticalTitleBar Methods inherited from class io.qt.widgets.QStyleOption
assign, direction, fontMetrics, init, initFrom, palette, rect, set, setDirection, setFontMetrics, setPalette, setRect, setState, setState, setStyleObject, state, styleObject, toStringMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QStyleOptionDockWidget
public QStyleOptionDockWidget() -
QStyleOptionDockWidget
- Parameters:
other-
-
-
Method Details
-
assign
See
QStyleOptionDockWidget::operator=(QStyleOptionDockWidget) - Parameters:
arg__1-
-
setClosable
Whether the dock window is closable
- Parameters:
closable-
-
closable
Whether the dock window is closable
- Returns:
-
setFloatable
Whether the dock window is floatable
- Parameters:
floatable-
-
floatable
Whether the dock window is floatable
- Returns:
-
setMovable
Whether the dock window is movable
- Parameters:
movable-
-
movable
Whether the dock window is movable
- Returns:
-
setTitle
The title of the dock window
- Parameters:
title-
-
title
The title of the dock window
- Returns:
-
setVerticalTitleBar
See
QStyleOptionDockWidget::verticalTitleBar - Parameters:
verticalTitleBar-
-
verticalTitleBar
See
QStyleOptionDockWidget::verticalTitleBar - Returns:
-
clone
Creates and returns a copy of this object.
See
QStyleOptionDockWidget::QStyleOptionDockWidget(QStyleOptionDockWidget) - Overrides:
clonein classQStyleOption
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionDockWidget)instead.
-
assign(io.qt.widgets.QStyleOptionDockWidget)instead.