|
ParaView
|
QDoubleSpinBox which fires editingFinished() signal when the value is changed by steps (increments). More...
#include <pqDoubleSpinBox.h>
Public Member Functions | |
| pqDoubleSpinBox (QWidget *parent=0) | |
| virtual void | stepBy (int steps) |
| Virtual function that is called whenever the user triggers a step. | |
QDoubleSpinBox which fires editingFinished() signal when the value is changed by steps (increments).
Definition at line 40 of file pqDoubleSpinBox.h.
| pqDoubleSpinBox::pqDoubleSpinBox | ( | QWidget * | parent = 0 | ) | [explicit] |
| virtual void pqDoubleSpinBox::stepBy | ( | int | steps | ) | [virtual] |
Virtual function that is called whenever the user triggers a step.
We are overridding this so that we can emit editingFinished() signal
1.7.5.1