|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
BoundaryNoiseMap widget. More...
#include <TYBoundaryNoiseMapWidget.h>


Public Slots | |
| virtual void | updateContent () |
| Update the content of the widgets by reading the stuffs in pElement. More... | |
| virtual void | apply () |
| When the user validate the dialog window (press ok). More... | |
| void | updateMinimumDensity (double thickness) |
| Update the minimum value of the density thanks to the new thickness value. More... | |
Public Slots inherited from TYWidget | |
| virtual void | updateContent ()=0 |
| virtual void | apply ()=0 |
| virtual void | reject () |
Public Member Functions | |
| TYBoundaryNoiseMapWidget (TYBoundaryNoiseMap *pElement, QWidget *_pParent=NULL) | |
| virtual | ~TYBoundaryNoiseMapWidget () |
Public Member Functions inherited from TYWidget | |
| TYWidget (TYElement *pElement, QWidget *parent=0, const char *name=0, Qt::WindowFlags f=QFlag(0)) | |
| virtual | ~TYWidget () |
| void | setElement (TYElement *pElement) |
Protected Attributes | |
| QDoubleSpinBox * | _pDensitySpinBox |
| Density spin box. More... | |
| QDoubleSpinBox * | _pThicknessSpinBox |
| Density spin box. More... | |
| QCheckBox * | _pClosedCheckBox |
| Closed check box (if the polyline is closed or pen). More... | |
| TYMaillageWidget * | _maillageW |
| The maillage widget. More... | |
Protected Attributes inherited from TYWidget | |
| TYElement * | _pElement |
| bool | _locked |
Additional Inherited Members | |
Signals inherited from TYWidget | |
| void | modified () |
Static Public Member Functions inherited from TYWidget | |
| static int | edit (TYElement *pElement, QWidget *pParent=NULL) |
| static QString | getDisplayName (TYElement *pElt) |
BoundaryNoiseMap widget.
Definition at line 43 of file TYBoundaryNoiseMapWidget.h.
| TYBoundaryNoiseMapWidget::TYBoundaryNoiseMapWidget | ( | TYBoundaryNoiseMap * | pElement, |
| QWidget * | _pParent = NULL |
||
| ) |
Constructor.
Definition at line 38 of file TYBoundaryNoiseMapWidget.cpp.

|
virtual |
Destructor.
Definition at line 91 of file TYBoundaryNoiseMapWidget.cpp.
|
virtualslot |
When the user validate the dialog window (press ok).
Definition at line 102 of file TYBoundaryNoiseMapWidget.cpp.

|
virtualslot |
Update the content of the widgets by reading the stuffs in pElement.
Definition at line 93 of file TYBoundaryNoiseMapWidget.cpp.


|
slot |
Update the minimum value of the density thanks to the new thickness value.
| thickness | The value of thickness to be tested |
Definition at line 128 of file TYBoundaryNoiseMapWidget.cpp.


|
protected |
The maillage widget.
Definition at line 89 of file TYBoundaryNoiseMapWidget.h.
|
protected |
Closed check box (if the polyline is closed or pen).
Definition at line 86 of file TYBoundaryNoiseMapWidget.h.
|
protected |
Density spin box.
Definition at line 80 of file TYBoundaryNoiseMapWidget.h.
|
protected |
Density spin box.
Definition at line 83 of file TYBoundaryNoiseMapWidget.h.