ParaView
Public Member Functions
pqDoubleSpinBox Class Reference

QDoubleSpinBox which fires editingFinished() signal when the value is changed by steps (increments). More...

#include <pqDoubleSpinBox.h>

List of all members.

Public Member Functions

 pqDoubleSpinBox (QWidget *parent=0)
virtual void stepBy (int steps)
 Virtual function that is called whenever the user triggers a step.

Detailed Description

QDoubleSpinBox which fires editingFinished() signal when the value is changed by steps (increments).

Definition at line 40 of file pqDoubleSpinBox.h.


Constructor & Destructor Documentation

pqDoubleSpinBox::pqDoubleSpinBox ( QWidget *  parent = 0) [explicit]

Member Function Documentation

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


The documentation for this class was generated from the following file: