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

classe de l'objet IHM pour une paroi More...

#include <TYParoiWidget.h>

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

Public Slots

virtual void updateContent ()
 
virtual void apply ()
 
void editMatStruct ()
 
void editMatFace1 ()
 
void editMatFace2 ()
 
void getFromXML ()
 
- Public Slots inherited from TYWidget
virtual void updateContent ()=0
 
virtual void apply ()=0
 
virtual void reject ()
 

Public Member Functions

 TYParoiWidget (TYParoi *pElement, QWidget *_pParent=NULL)
 
virtual ~TYParoiWidget ()
 
- 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 * _groupBox4
 
QLabel * _labelEpaisseur
 
QLineEdit * _lineEditEpaisseur
 
QGroupBox * _groupBoxMatStruct
 
QPushButton * _pushButtonMatStruct
 
QLineEdit * _lineEditNomMatstruct
 
QGroupBox * _groupBoxMatFace1
 
QPushButton * _pushButtonMatFace1
 
QLineEdit * _lineEditNomMatFace1
 
QGroupBox * _groupBoxMatFace2
 
QLineEdit * _lineEditNomMatFace2
 
QPushButton * _pushButtonMatFace2
 
QPushButton * _pushButtonGetFromXML
 
QGridLayout * _paroiLayout
 
QGridLayout * _groupBox4Layout
 
QGridLayout * _groupBoxMatStructLayout
 
QGridLayout * _groupBoxMatFace1Layout
 
QGridLayout * _groupBoxMatFace2Layout
 
TYElementWidget_elmW
 
- 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 une paroi

Definition at line 47 of file TYParoiWidget.h.

Constructor & Destructor Documentation

◆ TYParoiWidget()

TYParoiWidget::TYParoiWidget ( TYParoi pElement,
QWidget *  _pParent = NULL 
)

Constructeur.

Definition at line 35 of file TYParoiWidget.cpp.

Here is the call graph for this function:

◆ ~TYParoiWidget()

TYParoiWidget::~TYParoiWidget ( )
virtual

Destructeur.

Definition at line 132 of file TYParoiWidget.cpp.

Member Function Documentation

◆ apply

void TYParoiWidget::apply ( )
virtualslot

Definition at line 146 of file TYParoiWidget.cpp.

Here is the call graph for this function:

◆ editMatFace1

void TYParoiWidget::editMatFace1 ( )
slot

Edite la widget du materiau de la face 1.

Definition at line 165 of file TYParoiWidget.cpp.

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

◆ editMatFace2

void TYParoiWidget::editMatFace2 ( )
slot

Edite la widget du materiau de la face 2.

Definition at line 186 of file TYParoiWidget.cpp.

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

◆ editMatStruct

void TYParoiWidget::editMatStruct ( )
slot

Edite la widget du materiau.

Definition at line 155 of file TYParoiWidget.cpp.

Here is the caller graph for this function:

◆ getFromXML

void TYParoiWidget::getFromXML ( )
slot

Mise a jour par selection dans la XML.

Definition at line 207 of file TYParoiWidget.cpp.

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

◆ updateContent

void TYParoiWidget::updateContent ( )
virtualslot

Definition at line 134 of file TYParoiWidget.cpp.

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

Member Data Documentation

◆ _elmW

TYElementWidget* TYParoiWidget::_elmW
protected

Definition at line 110 of file TYParoiWidget.h.

◆ _groupBox4

QGroupBox* TYParoiWidget::_groupBox4
protected

Definition at line 90 of file TYParoiWidget.h.

◆ _groupBox4Layout

QGridLayout* TYParoiWidget::_groupBox4Layout
protected

Definition at line 105 of file TYParoiWidget.h.

◆ _groupBoxMatFace1

QGroupBox* TYParoiWidget::_groupBoxMatFace1
protected

Definition at line 96 of file TYParoiWidget.h.

◆ _groupBoxMatFace1Layout

QGridLayout* TYParoiWidget::_groupBoxMatFace1Layout
protected

Definition at line 107 of file TYParoiWidget.h.

◆ _groupBoxMatFace2

QGroupBox* TYParoiWidget::_groupBoxMatFace2
protected

Definition at line 99 of file TYParoiWidget.h.

◆ _groupBoxMatFace2Layout

QGridLayout* TYParoiWidget::_groupBoxMatFace2Layout
protected

Definition at line 108 of file TYParoiWidget.h.

◆ _groupBoxMatStruct

QGroupBox* TYParoiWidget::_groupBoxMatStruct
protected

Definition at line 93 of file TYParoiWidget.h.

◆ _groupBoxMatStructLayout

QGridLayout* TYParoiWidget::_groupBoxMatStructLayout
protected

Definition at line 106 of file TYParoiWidget.h.

◆ _labelEpaisseur

QLabel* TYParoiWidget::_labelEpaisseur
protected

Definition at line 91 of file TYParoiWidget.h.

◆ _lineEditEpaisseur

QLineEdit* TYParoiWidget::_lineEditEpaisseur
protected

Definition at line 92 of file TYParoiWidget.h.

◆ _lineEditNomMatFace1

QLineEdit* TYParoiWidget::_lineEditNomMatFace1
protected

Definition at line 98 of file TYParoiWidget.h.

◆ _lineEditNomMatFace2

QLineEdit* TYParoiWidget::_lineEditNomMatFace2
protected

Definition at line 100 of file TYParoiWidget.h.

◆ _lineEditNomMatstruct

QLineEdit* TYParoiWidget::_lineEditNomMatstruct
protected

Definition at line 95 of file TYParoiWidget.h.

◆ _paroiLayout

QGridLayout* TYParoiWidget::_paroiLayout
protected

Definition at line 104 of file TYParoiWidget.h.

◆ _pushButtonGetFromXML

QPushButton* TYParoiWidget::_pushButtonGetFromXML
protected

Definition at line 102 of file TYParoiWidget.h.

◆ _pushButtonMatFace1

QPushButton* TYParoiWidget::_pushButtonMatFace1
protected

Definition at line 97 of file TYParoiWidget.h.

◆ _pushButtonMatFace2

QPushButton* TYParoiWidget::_pushButtonMatFace2
protected

Definition at line 101 of file TYParoiWidget.h.

◆ _pushButtonMatStruct

QPushButton* TYParoiWidget::_pushButtonMatStruct
protected

Definition at line 94 of file TYParoiWidget.h.


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