Definition at line 55 of file qabstractslider.h.
Public Types
|
| enum |
SliderAction
{
SliderNoAction,
SliderSingleStepAdd,
SliderSingleStepSub,
SliderPageStepAdd,
SliderPageStepSub,
SliderToMinimum,
SliderToMaximum,
SliderMove
} |
Public Slots
|
| void |
setValue
(int) |
| void |
setOrientation
(Qt::Orientation) |
Signals
|
| void |
valueChanged
(int value) |
| void |
sliderPressed
() |
| void |
sliderMoved
(int position) |
| void |
sliderReleased
() |
| void |
rangeChanged
(int min, int max) |
| void |
actionTriggered
(int action) |
Public Member Functions
|
| |
QAbstractSlider
(QWidget
*parent=0) |
| |
~QAbstractSlider
() |
| Qt::Orientation |
orientation
() const |
| void |
setMinimum
(int) |
| int |
minimum
() const |
| void |
setMaximum
(int) |
| int |
maximum
() const |
| void |
setRange
(int min, int max) |
| void |
setSingleStep
(int) |
| int |
singleStep
() const |
| void |
setPageStep
(int) |
| int |
pageStep
() const |
| void |
setTracking
(bool enable) |
| bool |
hasTracking
() const |
| void |
setSliderDown
(bool) |
| bool |
isSliderDown
() const |
| void |
setSliderPosition
(int) |
| int |
sliderPosition
() const |
| void |
setInvertedAppearance
(bool) |
| bool |
invertedAppearance
() const |
| void |
setInvertedControls
(bool) |
| bool |
invertedControls
() const |
| int |
value
() const |
| void |
triggerAction
(SliderAction
action) |
Protected Types
|
| enum |
SliderChange
{
SliderRangeChange,
SliderOrientationChange,
SliderStepsChange,
SliderValueChange } |
Protected Member Functions
|
| bool |
event
(QEvent *e) |
| void |
setRepeatAction
(SliderAction
action, int thresholdTime=500, int repeatTime=50) |
| SliderAction |
repeatAction
() const |
| virtual
void |
sliderChange
(SliderChange
change) |
| void |
keyPressEvent
(QKeyEvent
*ev) |
| void |
timerEvent
(QTimerEvent
*) |
| void |
wheelEvent
(QWheelEvent
*e) |
| void |
changeEvent
(QEvent *e) |
| |
QAbstractSlider
(QAbstractSliderPrivate &dd, QWidget *parent=0) |
Properties
|
| int |
minimum |
| int |
maximum |
| int |
singleStep |
| int |
pageStep |
| int |
value |
| int |
sliderPosition |
| bool |
tracking |
| Qt::Orientation |
orientation |
| bool |
invertedAppearance |
| bool |
invertedControls |
| bool |
sliderDown |