Krita
SliderSpinBox.cpp
161void DoubleSliderSpinBox::setRange(double newMinimum, double newMaximum, int newNumberOfDecimals, bool computeNewFastSliderStep)
179 dbgScript << "Script using DoubleSliderSpinbox.setExponentRatio passed value <= 0.0 (" << newExponentRatio << "), ignoring.";
A wrapper around KisDoubleParseSpinBox, which is a cleverer doubleSpinBox, able to parse arithmetic e...
Definition DoubleParseSpinBox.h:24
void setRange(qreal newMinimum, qreal newMaximum, int newNumberOfDecimals=0, bool computeNewFastSliderStep=true)
Set the minimum and the maximum values of the range.
Definition SliderSpinBox.cpp:161
QWidget * widget() const
Get the internal KisDoubleSliderSpinBox as a QWidget, so it may be added to a UI.
Definition SliderSpinBox.cpp:131
A wrapper around KisIntParseSpinBox, which is a cleverer SpinBox, able to parse arithmetic expression...
Definition IntParseSpinBox.h:24
QSpinBox * widget() const
Get the internal KisIntParseSpinBox as a QWidget, so it may be added to a UI.
Definition IntParseSpinBox.cpp:32
void setMinimum(int newMinimum, bool computeNewFastSliderStep=true)
Set the minimum value of the range.
Definition SliderSpinBox.cpp:66
int fastSliderStep() const
Get the value to which multiples the spinbox value snaps when the control key is pressed.
Definition SliderSpinBox.cpp:36
void setFastSliderStep(int newFastSliderStep)
Set the value to which multiples the spinbox value snaps when the control key is pressed.
Definition SliderSpinBox.cpp:90
void setRange(int newMinimum, int newMaximum, bool computeNewFastSliderStep=true)
Set the minimum and the maximum values of the range, computing a new "fast slider step" based on the ...
Definition SliderSpinBox.cpp:61
void setSoftRange(int newSoftMinimum, int newSoftMaximum)
Set the minimum and the maximum values of the soft range.
Definition SliderSpinBox.cpp:95
void setBlockUpdateSignalOnDrag(bool newBlockUpdateSignalOnDrag)
Set if the spinbox should not Q_EMIT signals when dragging the slider.
Definition SliderSpinBox.cpp:85
void setSoftMaximum(int newSoftMaximum)
Set the maximum value of the soft range.
Definition SliderSpinBox.cpp:105
QWidget * widget() const
Get the internal KisSliderSpinBox as a QWidget, so it may be added to a UI.
Definition SliderSpinBox.cpp:32
void setExponentRatio(qreal newExponentRatio)
Set the exponent used by a power function to modify the values as a function of the horizontal positi...
Definition SliderSpinBox.cpp:76
void setMaximum(int newMaximum, bool computeNewFastSliderStep=true)
Set the maximum value of the range.
Definition SliderSpinBox.cpp:71
bool isDragging() const
Get if the user is currently dragging the slider with the pointer.
Definition SliderSpinBox.cpp:51
void setSoftMinimum(int newSoftMinimum)
Set the minimum value of the soft range.
Definition SliderSpinBox.cpp:100
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:00 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:35:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.