- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used to describe the parameters needed for drawing a slider
Java wrapper for Qt class QStyleOptionSlider
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QStyleOptionSlider arg__1) SeeQStyleOptionSlider::
operator=(QStyleOptionSlider) clone()
Creates and returns a copy of this object.final boolean
Whether the dial should wrap or notfinal Qt.KeyboardModifiers
SeeQStyleOptionSlider::
keyboardModifiers final int
maximum()
The maximum value for the sliderfinal int
minimum()
The minimum value for the sliderfinal double
The number of pixel between notchesfinal Qt.Orientation
The slider's orientation (horizontal or vertical)final int
pageStep()
The size of the page step of the sliderfinal void
set
(QStyleOptionSlider arg__1) Deprecated.final void
setDialWrapping
(boolean dialWrapping) Whether the dial should wrap or notfinal void
setKeyboardModifiers
(Qt.KeyboardModifier ... keyboardModifiers) Overloaded function forsetKeyboardModifiers(io.qt.core.Qt.KeyboardModifiers)
.final void
setKeyboardModifiers
(Qt.KeyboardModifiers keyboardModifiers) SeeQStyleOptionSlider::
keyboardModifiers final void
setMaximum
(int maximum) The maximum value for the sliderfinal void
setMinimum
(int minimum) The minimum value for the sliderfinal void
setNotchTarget
(double notchTarget) The number of pixel between notchesfinal void
setOrientation
(Qt.Orientation orientation) The slider's orientation (horizontal or vertical)final void
setPageStep
(int pageStep) The size of the page step of the sliderfinal void
setSingleStep
(int singleStep) The size of the single step of the sliderfinal void
setSliderPosition
(int sliderPosition) The position of the slider handlefinal void
setSliderValue
(int sliderValue) The value of the sliderfinal void
setTickInterval
(int tickInterval) The interval that should be drawn between tick marksfinal void
setTickPosition
(QSlider.TickPosition tickPosition) The position of the slider's tick marks, if anyfinal void
setUpsideDown
(boolean upsideDown) The slider control orientationfinal int
The size of the single step of the sliderfinal int
The position of the slider handlefinal int
The value of the sliderfinal int
The interval that should be drawn between tick marksfinal QSlider.TickPosition
The position of the slider's tick marks, if anyfinal boolean
The slider control orientationMethods inherited from class io.qt.widgets.QStyleOptionComplex
activeSubControls, assign, set, setActiveSubControls, setActiveSubControls, setSubControls, setSubControls, subControls
Methods 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
-
QStyleOptionSlider
public QStyleOptionSlider() -
QStyleOptionSlider
-
-
Method Details
-
assign
See
QStyleOptionSlider::
operator=(QStyleOptionSlider) -
setDialWrapping
Whether the dial should wrap or not
-
dialWrapping
Whether the dial should wrap or not
-
setKeyboardModifiers
See
QStyleOptionSlider::
keyboardModifiers -
keyboardModifiers
See
QStyleOptionSlider::
keyboardModifiers -
setMaximum
The maximum value for the slider
-
maximum
The maximum value for the slider
-
setMinimum
The minimum value for the slider
-
minimum
The minimum value for the slider
-
setNotchTarget
The number of pixel between notches
-
notchTarget
The number of pixel between notches
-
setOrientation
The slider's orientation (horizontal or vertical)
-
orientation
The slider's orientation (horizontal or vertical)
-
setPageStep
The size of the page step of the slider
-
pageStep
The size of the page step of the slider
-
setSingleStep
The size of the single step of the slider
-
singleStep
The size of the single step of the slider
-
setSliderPosition
The position of the slider handle
-
sliderPosition
The position of the slider handle
-
setSliderValue
The value of the slider
-
sliderValue
The value of the slider
-
setTickInterval
The interval that should be drawn between tick marks
-
tickInterval
The interval that should be drawn between tick marks
-
setTickPosition
The position of the slider's tick marks, if any
-
tickPosition
The position of the slider's tick marks, if any
-
setUpsideDown
The slider control orientation
-
upsideDown
The slider control orientation
-
clone
Creates and returns a copy of this object.
See
QStyleOptionSlider::
QStyleOptionSlider(QStyleOptionSlider) - Overrides:
clone
in classQStyleOptionComplex
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionSlider)
instead. -
setKeyboardModifiers
Overloaded function for
setKeyboardModifiers(io.qt.core.Qt.KeyboardModifiers)
.
-
assign(io.qt.widgets.QStyleOptionSlider)
instead.