|
Krita Source Code Documentation
|
#include <rsliderspinbox.h>
Inheritance diagram for KDcrawIface::RDoubleSliderSpinBox:Signals | |
| void | valueChanged (double value) |
Public Member Functions | |
| double | fastSliderStep () const |
| double | maximum () const |
| double | minimum () const |
| RDoubleSliderSpinBox (QWidget *const parent=0) | |
| void | setFastSliderStep (double step) |
| void | setMaximum (double maximum) |
| void | setMinimum (double minimum) |
| void | setRange (double minimum, double maximum, int decimals=0) |
| void | setSingleStep (double value) |
| void | setValue (double value) |
| double | value () const |
| ~RDoubleSliderSpinBox () override | |
Public Member Functions inherited from KDcrawIface::RAbstractSliderSpinBox | |
| void | hideEdit () |
| void | setExponentRatio (double dbl) |
| void | setSuffix (const QString &suffix) |
| void | showEdit () |
| ~RAbstractSliderSpinBox () override | |
Protected Member Functions | |
| void | setInternalValue (int val) override |
| QString | valueString () const override |
Protected Member Functions inherited from KDcrawIface::RAbstractSliderSpinBox | |
| QRect | downButtonRect (const QStyleOptionSpinBox &spinBoxOptions) const |
| QRect | editRect (const QStyleOptionSpinBox &spinBoxOptions) const |
| bool | eventFilter (QObject *recv, QEvent *e) override |
| void | keyPressEvent (QKeyEvent *e) override |
| QSize | minimumSizeHint () const override |
| void | mouseMoveEvent (QMouseEvent *e) override |
| void | mousePressEvent (QMouseEvent *e) override |
| void | mouseReleaseEvent (QMouseEvent *e) override |
| void | paintEvent (QPaintEvent *e) override |
| QStyleOptionProgressBar | progressBarOptions () const |
| QRect | progressRect (const QStyleOptionProgressBar &progressBarOptions) const |
| RAbstractSliderSpinBox (QWidget *const parent, RAbstractSliderSpinBoxPrivate *const q) | |
| QSize | sizeHint () const override |
| QStyleOptionSpinBox | spinBoxOptions () const |
| QRect | upButtonRect (const QStyleOptionSpinBox &spinBoxOptions) const |
| int | valueForX (int x, Qt::KeyboardModifiers modifiers=Qt::NoModifier) const |
| void | wheelEvent (QWheelEvent *) override |
Additional Inherited Members | |
Protected Slots inherited from KDcrawIface::RAbstractSliderSpinBox | |
| void | contextMenuEvent (QContextMenuEvent *event) override |
| void | editLostFocus () |
Protected Attributes inherited from KDcrawIface::RAbstractSliderSpinBox | |
| RAbstractSliderSpinBoxPrivate *const | d_ptr |
Definition at line 147 of file rsliderspinbox.h.
| KDcrawIface::RDoubleSliderSpinBox::RDoubleSliderSpinBox | ( | QWidget *const | parent = 0 | ) |
Definition at line 664 of file rsliderspinbox.cpp.
|
override |
Definition at line 669 of file rsliderspinbox.cpp.
| double KDcrawIface::RDoubleSliderSpinBox::fastSliderStep | ( | ) | const |
Definition at line 727 of file rsliderspinbox.cpp.
| double KDcrawIface::RDoubleSliderSpinBox::maximum | ( | ) | const |
Definition at line 715 of file rsliderspinbox.cpp.
| double KDcrawIface::RDoubleSliderSpinBox::minimum | ( | ) | const |
Definition at line 703 of file rsliderspinbox.cpp.
| void KDcrawIface::RDoubleSliderSpinBox::setFastSliderStep | ( | double | step | ) |
Definition at line 733 of file rsliderspinbox.cpp.
|
overrideprotectedvirtual |
Implements KDcrawIface::RAbstractSliderSpinBox.
Definition at line 764 of file rsliderspinbox.cpp.
References value(), and valueChanged().
| void KDcrawIface::RDoubleSliderSpinBox::setMaximum | ( | double | maximum | ) |
Definition at line 721 of file rsliderspinbox.cpp.
References maximum(), and setRange().
| void KDcrawIface::RDoubleSliderSpinBox::setMinimum | ( | double | minimum | ) |
Definition at line 709 of file rsliderspinbox.cpp.
References minimum(), and setRange().
| void KDcrawIface::RDoubleSliderSpinBox::setRange | ( | double | minimum, |
| double | maximum, | ||
| int | decimals = 0 ) |
Definition at line 673 of file rsliderspinbox.cpp.
References maximum(), minimum(), setValue(), and value().
| void KDcrawIface::RDoubleSliderSpinBox::setSingleStep | ( | double | value | ) |
Definition at line 752 of file rsliderspinbox.cpp.
References value().
| void KDcrawIface::RDoubleSliderSpinBox::setValue | ( | double | value | ) |
Definition at line 745 of file rsliderspinbox.cpp.
References setInternalValue(), and value().
| double KDcrawIface::RDoubleSliderSpinBox::value | ( | ) | const |
Definition at line 739 of file rsliderspinbox.cpp.
|
signal |
|
overrideprotectedvirtual |
Implements KDcrawIface::RAbstractSliderSpinBox.
Definition at line 758 of file rsliderspinbox.cpp.