- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used to describe the parameters needed for drawing a slider
Java wrapper for Qt class QStyleOptionSlider
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
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 boolean
Kotlin property getter.final int
Kotlin property getter.final int
Kotlin property getter.final double
Kotlin property getter.final Qt.Orientation
Kotlin property getter.final int
Kotlin property getter.final int
Kotlin property getter.final int
Kotlin property getter.final int
Kotlin property getter.final int
Kotlin property getter.final QSlider.TickPosition
Kotlin property getter.final boolean
Kotlin property getter.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
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, getActiveSubControls, getSubControls, set, setActiveSubControls, setActiveSubControls, setSubControls, setSubControls, subControls
Methods 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
-
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
-
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.
- Overrides:
clone
in classQStyleOptionComplex
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionSlider)
instead. -
getDialWrapping
Kotlin property getter. In Java use
dialWrapping()
instead. -
getMaximum
Kotlin property getter. In Java use
maximum()
instead. -
getMinimum
Kotlin property getter. In Java use
minimum()
instead. -
getNotchTarget
Kotlin property getter. In Java use
notchTarget()
instead. -
getOrientation
Kotlin property getter. In Java use
orientation()
instead. -
getPageStep
Kotlin property getter. In Java use
pageStep()
instead. -
getSingleStep
Kotlin property getter. In Java use
singleStep()
instead. -
getSliderPosition
Kotlin property getter. In Java use
sliderPosition()
instead. -
getSliderValue
Kotlin property getter. In Java use
sliderValue()
instead. -
getTickInterval
Kotlin property getter. In Java use
tickInterval()
instead. -
getTickPosition
Kotlin property getter. In Java use
tickPosition()
instead. -
getUpsideDown
Kotlin property getter. In Java use
upsideDown()
instead.
-
assign(io.qt.widgets.QStyleOptionSlider)
instead.