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


Public Member Functions | |
| TYLineEditInt (QWidget *parent=0) | |
| ~TYLineEditInt () | |
| void | init () override |
| void | keyPressEvent (QKeyEvent *evt) override |
Public Member Functions inherited from TYLineEdit | |
| TYLineEdit (const QString &contents, bool isZeroOK=true, bool canBeNegative=true, QWidget *parent=nullptr) | |
| TYLineEdit (const QString &contents, QWidget *parent=nullptr) | |
| TYLineEdit (QWidget *parent=nullptr) | |
| void | connect () |
Additional Inherited Members | |
Public Slots inherited from TYLineEdit | |
| void | adjustTextColor () |
Definition at line 29 of file TYLineEditInt.h.
| TYLineEditInt::TYLineEditInt | ( | QWidget * | parent = 0 | ) |
| TYLineEditInt::~TYLineEditInt | ( | ) |
Definition at line 32 of file TYLineEditInt.cpp.
|
overridevirtual |
Initialize the widget
Reimplemented from TYLineEdit.
Definition at line 34 of file TYLineEditInt.cpp.


|
overridevirtual |
overload the QLineEdit method If the key pressed is a coma, discard it
Reimplemented from TYLineEdit.
Definition at line 45 of file TYLineEditInt.cpp.