- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used to describe the base of a tab bar, i.e. the part that the tab bar usually overlaps with
Java wrapper for Qt class QStyleOptionTabBarBase
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QStyleOptionTabBarBase arg__1) SeeQStyleOptionTabBarBase::
operator=(QStyleOptionTabBarBase) clone()
Creates and returns a copy of this object.final boolean
Whether the tabbar is in document modefinal boolean
Kotlin property getter.final QRect
Kotlin property getter.final QTabBar.Shape
getShape()
Kotlin property getter.final QRect
Kotlin property getter.final QRect
The rectangle containing the selected tabfinal void
set
(QStyleOptionTabBarBase arg__1) Deprecated.final void
setDocumentMode
(boolean documentMode) Whether the tabbar is in document modefinal void
setSelectedTabRect
(QRect selectedTabRect) The rectangle containing the selected tabfinal void
setShape
(QTabBar.Shape shape) The shape of the tab barfinal void
setTabBarRect
(QRect tabBarRect) The rectangle containing all the tabsfinal QTabBar.Shape
shape()
The shape of the tab barfinal QRect
The rectangle containing all the tabsMethods 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
-
QStyleOptionTabBarBase
public QStyleOptionTabBarBase() -
QStyleOptionTabBarBase
-
-
Method Details
-
assign
See
QStyleOptionTabBarBase::
operator=(QStyleOptionTabBarBase) -
setDocumentMode
Whether the tabbar is in document mode
-
documentMode
Whether the tabbar is in document mode
-
setSelectedTabRect
The rectangle containing the selected tab
-
selectedTabRect
The rectangle containing the selected tab
-
setShape
The shape of the tab bar
-
shape
The shape of the tab bar
-
setTabBarRect
The rectangle containing all the tabs
-
tabBarRect
The rectangle containing all the tabs
-
clone
Creates and returns a copy of this object.
- Overrides:
clone
in classQStyleOption
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionTabBarBase)
instead. -
getDocumentMode
Kotlin property getter. In Java use
documentMode()
instead. -
getSelectedTabRect
Kotlin property getter. In Java use
selectedTabRect()
instead. -
getShape
Kotlin property getter. In Java use
shape()
instead. -
getTabBarRect
Kotlin property getter. In Java use
tabBarRect()
instead.
-
assign(io.qt.widgets.QStyleOptionTabBarBase)
instead.