- 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
-
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
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
Overloaded function forsetIcon(io.qt.gui.QIcon)
.final 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, 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.
See
QStyleOptionHeader::
QStyleOptionHeader(QStyleOptionHeader) - Overrides:
clone
in classQStyleOption
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionHeader)
instead. -
setIcon
Overloaded function for
setIcon(io.qt.gui.QIcon)
. -
setIconAlignment
Overloaded function for
setIconAlignment(io.qt.core.Qt.Alignment)
. -
setTextAlignment
Overloaded function for
setTextAlignment(io.qt.core.Qt.Alignment)
.
-
assign(io.qt.widgets.QStyleOptionHeader)
instead.