Kstars
ctkrangeslider.h
A ctkRangeSlider is a slider that lets you input 2 values instead of one (see QSlider).
Definition ctkrangeslider.h:34
void setPositions(int min, int max)
Utility function that set the minimum position and maximum position at once.
Definition ctkrangeslider.cpp:458
void minimumPositionChanged(int min)
This signal is emitted when sliderDown is true and the slider moves.
void setMaximumValue(int max)
This property holds the slider's current maximum value.
Definition ctkrangeslider.cpp:367
void minimumValueChanged(int min)
This signal is emitted when the slider minimum value has changed, with the new slider value as argume...
ctkRangeSlider(Qt::Orientation o, QWidget *par=0)
Constructor, builds a ctkRangeSlider that ranges from 0 to 100 and has a lower and upper values of 0 ...
Definition ctkrangeslider.cpp:312
bool isMinimumSliderDown() const
Returns true if the minimum value handle is down, false if it is up.
Definition ctkrangeslider.cpp:763
void maximumValueChanged(int max)
This signal is emitted when the slider maximum value has changed, with the new slider value as argume...
void maximumPositionChanged(int max)
This signal is emitted when sliderDown is true and the slider moves.
void positionsChanged(int min, int max)
Utility signal that is fired when minimum or maximum positions have changed.
void setValues(int min, int max)
Utility function that set the minimum value and maximum value at once.
Definition ctkrangeslider.cpp:374
bool isMaximumSliderDown() const
Returns true if the maximum value handle is down, false if it is up.
Definition ctkrangeslider.cpp:770
void valuesChanged(int min, int max)
Utility signal that is fired when minimum or maximum values have changed.
void setMinimumValue(int min)
This property holds the slider's current minimum value.
Definition ctkrangeslider.cpp:353
maximum
minimum
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
Orientation
toolTip
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:42 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:42 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.