java.lang.Object
io.qt.QtObject
io.qt.widgets.QStyleOption
io.qt.widgets.QStyleOptionToolBox
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used to describe the parameters needed for drawing a tool box
Java wrapper for Qt class QStyleOptionToolBox
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQStyleOptionToolBox::SelectedPosition
static enum
Java wrapper for Qt enumQStyleOptionToolBox::TabPosition
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QStyleOptionToolBox arg__1) SeeQStyleOptionToolBox::
operator=(QStyleOptionToolBox) clone()
Creates and returns a copy of this object.final QIcon
getIcon()
Kotlin property getter.Kotlin property getter.Kotlin property getter.final String
getText()
Kotlin property getter.final QIcon
icon()
The icon for the tool box tabposition()
SeeQStyleOptionToolBox::
position The position of the selected tab in relation to this tabfinal void
set
(QStyleOptionToolBox arg__1) Deprecated.final void
The icon for the tool box tabfinal void
setPosition
(QStyleOptionToolBox.TabPosition position) SeeQStyleOptionToolBox::
position final void
setSelectedPosition
(QStyleOptionToolBox.SelectedPosition selectedPosition) The position of the selected tab in relation to this tabfinal void
The text for the tool box tabfinal String
text()
The text for the tool box tabMethods 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
-
QStyleOptionToolBox
public QStyleOptionToolBox() -
QStyleOptionToolBox
-
-
Method Details
-
assign
See
QStyleOptionToolBox::
operator=(QStyleOptionToolBox) -
setIcon
The icon for the tool box tab
-
icon
The icon for the tool box tab
-
setPosition
See
QStyleOptionToolBox::
position -
position
See
QStyleOptionToolBox::
position -
setSelectedPosition
@QtUninvokable public final void setSelectedPosition(QStyleOptionToolBox.SelectedPosition selectedPosition) The position of the selected tab in relation to this tab
-
selectedPosition
The position of the selected tab in relation to this tab
-
setText
The text for the tool box tab
-
text
The text for the tool box tab
-
clone
Creates and returns a copy of this object.
- Overrides:
clone
in classQStyleOption
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionToolBox)
instead. -
getIcon
Kotlin property getter. In Java use
icon()
instead. -
getPosition
Kotlin property getter. In Java use
position()
instead. -
getSelectedPosition
Kotlin property getter. In Java use
selectedPosition()
instead. -
getText
Kotlin property getter. In Java use
text()
instead.
-
assign(io.qt.widgets.QStyleOptionToolBox)
instead.