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

Classe de l'objet IHM pour un ensemble de volumes acoustiques. More...

#include <TYAcousticVolumeNodeWidget.h>

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

Public Slots

virtual void updateContent ()
 
virtual void apply ()
 
void editAccVol (const int &item)
 
void remAccVol (const int &item)
 
void hideAccVolWidget ()
 Action a engager lorsque l'on ferme/cacahe la boite de dialogue des acousticVol. More...
 
virtual void contextMenuRequested (const QPoint &point)
 
void propagateRegime (int regime)
 
void modifyColor ()
 
- Public Slots inherited from TYWidget
virtual void updateContent ()=0
 
virtual void apply ()=0
 
virtual void reject ()
 

Signals

void regimeChanged (int)
 
- Signals inherited from TYWidget
void modified ()
 

Public Member Functions

 TYAcousticVolumeNodeWidget (TYAcousticVolumeNode *pElement, QWidget *_pParent=NULL)
 
virtual ~TYAcousticVolumeNodeWidget ()
 
- 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 * _groupBox
 
QTableWidget * _tableFaces
 
QGridLayout * _acousticVolumeNodeLayout
 
QGridLayout * _groupBoxLayout
 
TYAcousticInterfaceWidget_interW
 
TYColorInterfaceWidget_colorW
 
TYElementWidget_elmW
 
QWidget * _pAccVolsWidget
 
bool _isColorModified
 
- Protected Attributes inherited from TYWidget
TYElement_pElement
 
bool _locked
 

Private Member Functions

void applyToSubVol ()
 
void updateFromSubVol ()
 

Additional Inherited Members

- 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 ensemble de volumes acoustiques.

Definition at line 50 of file TYAcousticVolumeNodeWidget.h.

Constructor & Destructor Documentation

◆ TYAcousticVolumeNodeWidget()

TYAcousticVolumeNodeWidget::TYAcousticVolumeNodeWidget ( TYAcousticVolumeNode pElement,
QWidget *  _pParent = NULL 
)

Constructeur.

Definition at line 44 of file TYAcousticVolumeNodeWidget.cpp.

Here is the call graph for this function:

◆ ~TYAcousticVolumeNodeWidget()

TYAcousticVolumeNodeWidget::~TYAcousticVolumeNodeWidget ( )
virtual

Destructeur.

Definition at line 129 of file TYAcousticVolumeNodeWidget.cpp.

Member Function Documentation

◆ apply

void TYAcousticVolumeNodeWidget::apply ( )
virtualslot

Definition at line 139 of file TYAcousticVolumeNodeWidget.cpp.

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

◆ applyToSubVol()

void TYAcousticVolumeNodeWidget::applyToSubVol ( )
private

Applique les modifs aux sous volumes

Definition at line 240 of file TYAcousticVolumeNodeWidget.cpp.

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

◆ contextMenuRequested

void TYAcousticVolumeNodeWidget::contextMenuRequested ( const QPoint &  point)
virtualslot

Affiche un menu contextuel.

Definition at line 191 of file TYAcousticVolumeNodeWidget.cpp.

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

◆ editAccVol

void TYAcousticVolumeNodeWidget::editAccVol ( const int &  item)
slot

Edite la widget de l'acoustic volume selectionne.

Parameters
itemElement de la liste correspondant a l'acoustic volume selectionne.

Definition at line 152 of file TYAcousticVolumeNodeWidget.cpp.

Here is the caller graph for this function:

◆ hideAccVolWidget

void TYAcousticVolumeNodeWidget::hideAccVolWidget ( )
slot

Action a engager lorsque l'on ferme/cacahe la boite de dialogue des acousticVol.

Definition at line 232 of file TYAcousticVolumeNodeWidget.cpp.

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

◆ modifyColor

void TYAcousticVolumeNodeWidget::modifyColor ( )
slot

Indique que la couleur a ete modifiee.

Definition at line 306 of file TYAcousticVolumeNodeWidget.cpp.

Here is the caller graph for this function:

◆ propagateRegime

void TYAcousticVolumeNodeWidget::propagateRegime ( int  regime)
slot

Definition at line 224 of file TYAcousticVolumeNodeWidget.cpp.

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

◆ regimeChanged

void TYAcousticVolumeNodeWidget::regimeChanged ( int  )
signal
Here is the caller graph for this function:

◆ remAccVol

void TYAcousticVolumeNodeWidget::remAccVol ( const int &  item)
slot

Supprime le volume node selectionne dans le tableau

Definition at line 169 of file TYAcousticVolumeNodeWidget.cpp.

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

◆ updateContent

void TYAcousticVolumeNodeWidget::updateContent ( )
virtualslot

Definition at line 131 of file TYAcousticVolumeNodeWidget.cpp.

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

◆ updateFromSubVol()

void TYAcousticVolumeNodeWidget::updateFromSubVol ( )
private

Met a jour la boite de dialogue des volumes

Definition at line 292 of file TYAcousticVolumeNodeWidget.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ _acousticVolumeNodeLayout

QGridLayout* TYAcousticVolumeNodeWidget::_acousticVolumeNodeLayout
protected

Definition at line 113 of file TYAcousticVolumeNodeWidget.h.

◆ _colorW

TYColorInterfaceWidget* TYAcousticVolumeNodeWidget::_colorW
protected

Definition at line 117 of file TYAcousticVolumeNodeWidget.h.

◆ _elmW

TYElementWidget* TYAcousticVolumeNodeWidget::_elmW
protected

Definition at line 118 of file TYAcousticVolumeNodeWidget.h.

◆ _groupBox

QGroupBox* TYAcousticVolumeNodeWidget::_groupBox
protected

Definition at line 110 of file TYAcousticVolumeNodeWidget.h.

◆ _groupBoxLayout

QGridLayout* TYAcousticVolumeNodeWidget::_groupBoxLayout
protected

Definition at line 114 of file TYAcousticVolumeNodeWidget.h.

◆ _interW

TYAcousticInterfaceWidget* TYAcousticVolumeNodeWidget::_interW
protected

Definition at line 116 of file TYAcousticVolumeNodeWidget.h.

◆ _isColorModified

bool TYAcousticVolumeNodeWidget::_isColorModified
protected

Definition at line 122 of file TYAcousticVolumeNodeWidget.h.

◆ _pAccVolsWidget

QWidget* TYAcousticVolumeNodeWidget::_pAccVolsWidget
protected

Definition at line 120 of file TYAcousticVolumeNodeWidget.h.

◆ _tableFaces

QTableWidget* TYAcousticVolumeNodeWidget::_tableFaces
protected

Definition at line 111 of file TYAcousticVolumeNodeWidget.h.


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