- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Direct Known Subclasses:
QStyleOptionHeaderV2
Used to describe the parameters for drawing a header
Java wrapper for Qt class QStyleOptionHeader
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQStyleOptionHeader::SectionPosition
static enum
Java wrapper for Qt enumQStyleOptionHeader::SelectedPosition
static enum
Java wrapper for Qt enumQStyleOptionHeader::SortIndicator
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QStyleOptionHeader arg__1) SeeQStyleOptionHeader::
operator=(QStyleOptionHeader) clone()
Creates and returns a copy of this object.final QIcon
getIcon()
Kotlin property getter.final Qt.Alignment
Kotlin property getter.final Qt.Orientation
Kotlin property getter.Kotlin property getter.final int
Kotlin property getter.Kotlin property getter.Kotlin property getter.final String
getText()
Kotlin property getter.final Qt.Alignment
Kotlin property getter.final QIcon
icon()
The icon of the headerfinal Qt.Alignment
The alignment flags for the icon of the headerfinal Qt.Orientation
The header's orientation (horizontal or vertical)position()
The section's position in relation to the other sectionsfinal int
section()
Which section of the header is being paintedThe section's position in relation to the selected sectionfinal void
set
(QStyleOptionHeader arg__1) Deprecated.final void
The icon of the headerfinal void
setIconAlignment
(Qt.Alignment iconAlignment) The alignment flags for the icon of the headerfinal void
setIconAlignment
(Qt.AlignmentFlag ... iconAlignment) Overloaded function forsetIconAlignment(io.qt.core.Qt.Alignment)
.final void
setOrientation
(Qt.Orientation orientation) The header's orientation (horizontal or vertical)final void
The section's position in relation to the other sectionsfinal void
setSection
(int section) Which section of the header is being paintedfinal void
setSelectedPosition
(QStyleOptionHeader.SelectedPosition selectedPosition) The section's position in relation to the selected sectionfinal void
setSortIndicator
(QStyleOptionHeader.SortIndicator sortIndicator) The direction the sort indicator should be drawnfinal void
The text of the headerfinal void
setTextAlignment
(Qt.Alignment textAlignment) The alignment flags for the text of the headerfinal void
setTextAlignment
(Qt.AlignmentFlag ... textAlignment) Overloaded function forsetTextAlignment(io.qt.core.Qt.Alignment)
.The direction the sort indicator should be drawnfinal String
text()
The text of the headerfinal Qt.Alignment
The alignment flags for the text of the headerMethods 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
-
QStyleOptionHeader
public QStyleOptionHeader() -
QStyleOptionHeader
-
-
Method Details
-
assign
See
QStyleOptionHeader::
operator=(QStyleOptionHeader) -
setIcon
The icon of the header
-
icon
The icon of the header
-
setIconAlignment
The alignment flags for the icon of the header
-
iconAlignment
The alignment flags for the icon of the header
-
setOrientation
The header's orientation (horizontal or vertical)
-
orientation
The header's orientation (horizontal or vertical)
-
setPosition
The section's position in relation to the other sections
-
position
The section's position in relation to the other sections
-
setSection
Which section of the header is being painted
-
section
Which section of the header is being painted
-
setSelectedPosition
@QtUninvokable public final void setSelectedPosition(QStyleOptionHeader.SelectedPosition selectedPosition) The section's position in relation to the selected section
-
selectedPosition
The section's position in relation to the selected section
-
setSortIndicator
The direction the sort indicator should be drawn
-
sortIndicator
The direction the sort indicator should be drawn
-
setText
The text of the header
-
text
The text of the header
-
setTextAlignment
The alignment flags for the text of the header
-
textAlignment
The alignment flags for the text of the header
-
clone
Creates and returns a copy of this object.
- Overrides:
clone
in classQStyleOption
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionHeader)
instead. -
getIcon
Kotlin property getter. In Java use
icon()
instead. -
setIconAlignment
Overloaded function for
setIconAlignment(io.qt.core.Qt.Alignment)
. -
getIconAlignment
Kotlin property getter. In Java use
iconAlignment()
instead. -
getOrientation
Kotlin property getter. In Java use
orientation()
instead. -
getPosition
Kotlin property getter. In Java use
position()
instead. -
getSection
Kotlin property getter. In Java use
section()
instead. -
getSelectedPosition
Kotlin property getter. In Java use
selectedPosition()
instead. -
getSortIndicator
Kotlin property getter. In Java use
sortIndicator()
instead. -
getText
Kotlin property getter. In Java use
text()
instead. -
setTextAlignment
Overloaded function for
setTextAlignment(io.qt.core.Qt.Alignment)
. -
getTextAlignment
Kotlin property getter. In Java use
textAlignment()
instead.
-
assign(io.qt.widgets.QStyleOptionHeader)
instead.