|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <TYDoubleSpinBox.h>


Public Member Functions | |
| TYDoubleSpinBox (QWidget *parent=nullptr) | |
| virtual void | init () |
| virtual void | keyPressEvent (QKeyEvent *evt) |
Definition at line 28 of file TYDoubleSpinBox.h.
| TYDoubleSpinBox::TYDoubleSpinBox | ( | QWidget * | parent = nullptr | ) |
Constructor
Definition at line 27 of file TYDoubleSpinBox.cpp.

|
virtual |
Initialize the widget
Definition at line 32 of file TYDoubleSpinBox.cpp.

|
virtual |
overload the QDoubleSpinBox method If the key pressed is a coma, replace it with a point
Definition at line 38 of file TYDoubleSpinBox.cpp.