|
| void | cancelDelayedSignal () |
| |
| | KisDelayedActionIntegerInput (QWidget *parent, const QString &name) |
| |
| int | fastSliderStep () const |
| | Get the value to which multiples the sinbox value snaps when the control key is pressed.
|
| |
| bool | isDragging () const |
| | Get if the user is currently dragging the slider with the pointer.
|
| |
| | KisSliderSpinBox (QWidget *parent=nullptr) |
| |
| QSize | minimumSizeHint () const override |
| |
| void | setBlockUpdateSignalOnDrag (bool newBlockUpdateSignalOnDrag) |
| | Set if the spinbox should not Q_EMIT signals when dragging the slider.
|
| |
| void | setExponentRatio (qreal newExponentRatio) |
| | Set the exponent used by a power function to modify the values as a function of the horizontal position.
|
| |
| void | setFastSliderStep (int newFastSliderStep) |
| | Set the value to which multiples the sinbox value snaps when the control key is pressed.
|
| |
| void | setMaximum (int newMaximum, bool computeNewFastSliderStep=true) |
| | Set the maximum value of the range.
|
| |
| void | setMinimum (int newMinimum, bool computeNewFastSliderStep=true) |
| | Set the minimum value of the range.
|
| |
| void | setPageStep (int newPageStep) |
| | Does nothing currently.
|
| |
| 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 range if required.
|
| |
| void | setSoftMaximum (int newSoftMaximum) |
| | Set the maximum value of the soft range.
|
| |
| void | setSoftMinimum (int newSoftMinimum) |
| | Set the minimum value of the soft range.
|
| |
| void | setSoftRange (int newSoftMinimum, int newSoftMaximum) |
| | Set the minimum and the maximum values of the soft range.
|
| |
| void | setValue (int newValue) |
| |
| QSize | sizeHint () const override |
| | Set the value.
|
| |
| int | softMaximum () const |
| | Get the maximum value of the "soft range".
|
| |
| int | softMinimum () const |
| | Get the minimum value of the "soft range".
|
| |
| | ~KisSliderSpinBox () override |
| |
| bool | isLastValid () const |
| | Get if the last expression entered is a valid one.
|
| |
| | KisIntParseSpinBox (QWidget *parent=0) |
| |
| void | setValue (int value, bool overwriteExpression=false) |
| | Set the value of the spinbox.
|
| |
| void | stepBy (int steps) override |
| | This is a reimplementation of QSpinBox::stepBy that uses setValue.
|
| |
| virtual QString | veryCleanText () const |
| | This virtual function is similar to cleanText(). But child classes may reimplement it to further process ("clean up") the expression.
|
| |
| | ~KisIntParseSpinBox () override |
| |