ParaView
Public Member Functions
pqSpinBox Class Reference

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

#include <pqSpinBox.h>

List of all members.

Public Member Functions

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

Detailed Description

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

Definition at line 40 of file pqSpinBox.h.


Constructor & Destructor Documentation

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

Member Function Documentation

virtual void pqSpinBox::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: