Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Public Slots | Public Member Functions | Protected Attributes | List of all members
TYAcousticCylinderWidget Class Reference

classe de l'objet IHM pour un cylindre acoustique More...

#include <TYAcousticCylinderWidget.h>

Inheritance diagram for TYAcousticCylinderWidget:
Inheritance graph
[legend]
Collaboration diagram for TYAcousticCylinderWidget:
Collaboration graph
[legend]

Public Slots

virtual void updateContent ()
 
virtual void apply ()
 
void editEnveloppe ()
 
void editCircTop ()
 
void editCircBottom ()
 
- Public Slots inherited from TYWidget
virtual void updateContent ()=0
 
virtual void apply ()=0
 
virtual void reject ()
 

Public Member Functions

 TYAcousticCylinderWidget (TYAcousticCylinder *pElement, QWidget *_pParent=NULL)
 
virtual ~TYAcousticCylinderWidget ()
 
- 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

QGroupBox * _groupBoxEnveloppe
 
QLineEdit * _lineEditNomEnveloppe
 
QPushButton * _pushButtonEnveloppe
 
QCheckBox * _checkBoxEnveloppe
 
QGroupBox * _groupBoxCircTop
 
QLineEdit * _lineEditNomCircTop
 
QPushButton * _pushButtonCircTop
 
QCheckBox * _checkBoxCircTop
 
QGroupBox * _groupBoxCircBottom
 
QPushButton * _pushButtonCircBottom
 
QCheckBox * _checkBoxCircBottom
 
QLineEdit * _lineEditNomCircBottom
 
TYAcousticVolumeWidget_elmW
 
QGridLayout * _acousticCylinderLayout
 
QGridLayout * _groupBoxEnveloppeLayout
 
QGridLayout * _groupBoxCircTopLayout
 
QGridLayout * _groupBoxCircBottomLayout
 
QGroupBox * _groupBoxDimensions
 
QGridLayout * _groupBoxDimensionsLayout
 
QLabel * _dimensionsDiamLabel
 
TYLineEdit_dimensionsDiamLineEdit
 
QLabel * _dimensionsHauteurLabel
 
TYLineEdit_dimensionsHauteurLineEdit
 
- 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)
 

Detailed Description

classe de l'objet IHM pour un cylindre acoustique

Definition at line 49 of file TYAcousticCylinderWidget.h.

Constructor & Destructor Documentation

◆ TYAcousticCylinderWidget()

TYAcousticCylinderWidget::TYAcousticCylinderWidget ( TYAcousticCylinder pElement,
QWidget *  _pParent = NULL 
)

Constructeur.

Definition at line 32 of file TYAcousticCylinderWidget.cpp.

Here is the call graph for this function:

◆ ~TYAcousticCylinderWidget()

TYAcousticCylinderWidget::~TYAcousticCylinderWidget ( )
virtual

Destructeur.

Definition at line 129 of file TYAcousticCylinderWidget.cpp.

Member Function Documentation

◆ apply

void TYAcousticCylinderWidget::apply ( )
virtualslot

Definition at line 147 of file TYAcousticCylinderWidget.cpp.

Here is the call graph for this function:

◆ editCircBottom

void TYAcousticCylinderWidget::editCircBottom ( )
slot

Edite la widget du disque du dessous.

Definition at line 192 of file TYAcousticCylinderWidget.cpp.

Here is the caller graph for this function:

◆ editCircTop

void TYAcousticCylinderWidget::editCircTop ( )
slot

Edite la widget du disque du dessus.

Definition at line 178 of file TYAcousticCylinderWidget.cpp.

Here is the caller graph for this function:

◆ editEnveloppe

void TYAcousticCylinderWidget::editEnveloppe ( )
slot

Edite la widget de la source surfacique.

Definition at line 164 of file TYAcousticCylinderWidget.cpp.

Here is the caller graph for this function:

◆ updateContent

void TYAcousticCylinderWidget::updateContent ( )
virtualslot

Definition at line 131 of file TYAcousticCylinderWidget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ _acousticCylinderLayout

QGridLayout* TYAcousticCylinderWidget::_acousticCylinderLayout
protected

Definition at line 99 of file TYAcousticCylinderWidget.h.

◆ _checkBoxCircBottom

QCheckBox* TYAcousticCylinderWidget::_checkBoxCircBottom
protected

Definition at line 95 of file TYAcousticCylinderWidget.h.

◆ _checkBoxCircTop

QCheckBox* TYAcousticCylinderWidget::_checkBoxCircTop
protected

Definition at line 92 of file TYAcousticCylinderWidget.h.

◆ _checkBoxEnveloppe

QCheckBox* TYAcousticCylinderWidget::_checkBoxEnveloppe
protected

Definition at line 88 of file TYAcousticCylinderWidget.h.

◆ _dimensionsDiamLabel

QLabel* TYAcousticCylinderWidget::_dimensionsDiamLabel
protected

Definition at line 106 of file TYAcousticCylinderWidget.h.

◆ _dimensionsDiamLineEdit

TYLineEdit* TYAcousticCylinderWidget::_dimensionsDiamLineEdit
protected

Definition at line 107 of file TYAcousticCylinderWidget.h.

◆ _dimensionsHauteurLabel

QLabel* TYAcousticCylinderWidget::_dimensionsHauteurLabel
protected

Definition at line 108 of file TYAcousticCylinderWidget.h.

◆ _dimensionsHauteurLineEdit

TYLineEdit* TYAcousticCylinderWidget::_dimensionsHauteurLineEdit
protected

Definition at line 109 of file TYAcousticCylinderWidget.h.

◆ _elmW

TYAcousticVolumeWidget* TYAcousticCylinderWidget::_elmW
protected

Definition at line 97 of file TYAcousticCylinderWidget.h.

◆ _groupBoxCircBottom

QGroupBox* TYAcousticCylinderWidget::_groupBoxCircBottom
protected

Definition at line 93 of file TYAcousticCylinderWidget.h.

◆ _groupBoxCircBottomLayout

QGridLayout* TYAcousticCylinderWidget::_groupBoxCircBottomLayout
protected

Definition at line 102 of file TYAcousticCylinderWidget.h.

◆ _groupBoxCircTop

QGroupBox* TYAcousticCylinderWidget::_groupBoxCircTop
protected

Definition at line 89 of file TYAcousticCylinderWidget.h.

◆ _groupBoxCircTopLayout

QGridLayout* TYAcousticCylinderWidget::_groupBoxCircTopLayout
protected

Definition at line 101 of file TYAcousticCylinderWidget.h.

◆ _groupBoxDimensions

QGroupBox* TYAcousticCylinderWidget::_groupBoxDimensions
protected

Definition at line 104 of file TYAcousticCylinderWidget.h.

◆ _groupBoxDimensionsLayout

QGridLayout* TYAcousticCylinderWidget::_groupBoxDimensionsLayout
protected

Definition at line 105 of file TYAcousticCylinderWidget.h.

◆ _groupBoxEnveloppe

QGroupBox* TYAcousticCylinderWidget::_groupBoxEnveloppe
protected

Definition at line 85 of file TYAcousticCylinderWidget.h.

◆ _groupBoxEnveloppeLayout

QGridLayout* TYAcousticCylinderWidget::_groupBoxEnveloppeLayout
protected

Definition at line 100 of file TYAcousticCylinderWidget.h.

◆ _lineEditNomCircBottom

QLineEdit* TYAcousticCylinderWidget::_lineEditNomCircBottom
protected

Definition at line 96 of file TYAcousticCylinderWidget.h.

◆ _lineEditNomCircTop

QLineEdit* TYAcousticCylinderWidget::_lineEditNomCircTop
protected

Definition at line 90 of file TYAcousticCylinderWidget.h.

◆ _lineEditNomEnveloppe

QLineEdit* TYAcousticCylinderWidget::_lineEditNomEnveloppe
protected

Definition at line 86 of file TYAcousticCylinderWidget.h.

◆ _pushButtonCircBottom

QPushButton* TYAcousticCylinderWidget::_pushButtonCircBottom
protected

Definition at line 94 of file TYAcousticCylinderWidget.h.

◆ _pushButtonCircTop

QPushButton* TYAcousticCylinderWidget::_pushButtonCircTop
protected

Definition at line 91 of file TYAcousticCylinderWidget.h.

◆ _pushButtonEnveloppe

QPushButton* TYAcousticCylinderWidget::_pushButtonEnveloppe
protected

Definition at line 87 of file TYAcousticCylinderWidget.h.


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