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

classe de l'objet IHM pour une source ponctuelle More...

#include <TYUserSourcePonctuelleWidget.h>

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

Public Slots

virtual void updateContent ()
 
virtual void apply ()
 
void createNewRegime ()
 
void deleteRegime ()
 
void changeRegime (int regime)
 
void renameRegime ()
 
void editAttenuateur ()
 
void useAttenuateur ()
 
- Public Slots inherited from TYWidget
virtual void updateContent ()=0
 
virtual void apply ()=0
 
virtual void reject ()
 

Public Member Functions

 TYUserSourcePonctuelleWidget (TYUserSourcePonctuelle *pElement, QWidget *_pParent=NULL)
 
virtual ~TYUserSourcePonctuelleWidget ()
 
void saveCurrentRegime ()
 
void updateComboRegime ()
 
void updateFromCurrentRegime ()
 
- 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 Member Functions

bool eventFilter (QObject *obj, QEvent *ev)
 

Protected Attributes

QGridLayout * _sourcePonctuelleLayout
 
QGroupBox * _groupBoxAtt
 Gestion de l'attenuateur. More...
 
QGridLayout * _groupBoxAttLayout
 
QPushButton * _pushButtonAtt
 
QLineEdit * _lineEditNomAtt
 
QComboBox * _comboBoxSelectRegime
 Gestion de la directivite. More...
 
QPushButton * _pushButtonNewRegime
 
QPushButton * _pushButtonRemRegime
 
QLabel * _labeUseAtt
 
QCheckBox * _checkBoxUseAtt
 
QLabel * _labelIsRayonnant
 
QCheckBox * _checkBoxIsRayonnant
 
TYSourcePonctuelleWidget_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 source ponctuelle

Definition at line 49 of file TYUserSourcePonctuelleWidget.h.

Constructor & Destructor Documentation

◆ TYUserSourcePonctuelleWidget()

TYUserSourcePonctuelleWidget::TYUserSourcePonctuelleWidget ( TYUserSourcePonctuelle pElement,
QWidget *  _pParent = NULL 
)

Constructeur.

Definition at line 33 of file TYUserSourcePonctuelleWidget.cpp.

Here is the call graph for this function:

◆ ~TYUserSourcePonctuelleWidget()

TYUserSourcePonctuelleWidget::~TYUserSourcePonctuelleWidget ( )
virtual

Destructeur.

Definition at line 138 of file TYUserSourcePonctuelleWidget.cpp.

Member Function Documentation

◆ apply

void TYUserSourcePonctuelleWidget::apply ( )
virtualslot

Definition at line 180 of file TYUserSourcePonctuelleWidget.cpp.

Here is the call graph for this function:

◆ changeRegime

void TYUserSourcePonctuelleWidget::changeRegime ( int  regime)
slot

Changement de regime

Definition at line 240 of file TYUserSourcePonctuelleWidget.cpp.

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

◆ createNewRegime

void TYUserSourcePonctuelleWidget::createNewRegime ( )
slot

Creation d'un nouveau regime.

Definition at line 199 of file TYUserSourcePonctuelleWidget.cpp.

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

◆ deleteRegime

void TYUserSourcePonctuelleWidget::deleteRegime ( )
slot

Suppression du regime

Definition at line 229 of file TYUserSourcePonctuelleWidget.cpp.

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

◆ editAttenuateur

void TYUserSourcePonctuelleWidget::editAttenuateur ( )
slot

Edite la widget de l'attenuateur.

Definition at line 298 of file TYUserSourcePonctuelleWidget.cpp.

Here is the caller graph for this function:

◆ eventFilter()

bool TYUserSourcePonctuelleWidget::eventFilter ( QObject *  obj,
QEvent *  ev 
)
protected

Definition at line 325 of file TYUserSourcePonctuelleWidget.cpp.

Here is the call graph for this function:

◆ renameRegime

void TYUserSourcePonctuelleWidget::renameRegime ( )
slot

Renomme le regime

Definition at line 252 of file TYUserSourcePonctuelleWidget.cpp.

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

◆ saveCurrentRegime()

void TYUserSourcePonctuelleWidget::saveCurrentRegime ( )

Sauvegarde des donnees du regime

Definition at line 214 of file TYUserSourcePonctuelleWidget.cpp.

Here is the caller graph for this function:

◆ updateComboRegime()

void TYUserSourcePonctuelleWidget::updateComboRegime ( )

Activation/desactivation d'une attenuateur Changement du type de rayonnement de la source Edite la widget de la directivite selectionnee. Mise a jour du comboBox des regimes

Definition at line 270 of file TYUserSourcePonctuelleWidget.cpp.

Here is the caller graph for this function:

◆ updateContent

void TYUserSourcePonctuelleWidget::updateContent ( )
virtualslot

Definition at line 140 of file TYUserSourcePonctuelleWidget.cpp.

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

◆ updateFromCurrentRegime()

void TYUserSourcePonctuelleWidget::updateFromCurrentRegime ( )

Mise a jour de l'etat a partir du regime courant

Definition at line 151 of file TYUserSourcePonctuelleWidget.cpp.

Here is the caller graph for this function:

◆ useAttenuateur

void TYUserSourcePonctuelleWidget::useAttenuateur ( )
slot

Activation/desactivation d'une attenuateur

Definition at line 285 of file TYUserSourcePonctuelleWidget.cpp.

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

Member Data Documentation

◆ _checkBoxIsRayonnant

QCheckBox* TYUserSourcePonctuelleWidget::_checkBoxIsRayonnant
protected

Definition at line 157 of file TYUserSourcePonctuelleWidget.h.

◆ _checkBoxUseAtt

QCheckBox* TYUserSourcePonctuelleWidget::_checkBoxUseAtt
protected

Definition at line 155 of file TYUserSourcePonctuelleWidget.h.

◆ _comboBoxSelectRegime

QComboBox* TYUserSourcePonctuelleWidget::_comboBoxSelectRegime
protected

Gestion de la directivite.

Definition at line 149 of file TYUserSourcePonctuelleWidget.h.

◆ _elmW

TYSourcePonctuelleWidget* TYUserSourcePonctuelleWidget::_elmW
protected

Definition at line 159 of file TYUserSourcePonctuelleWidget.h.

◆ _groupBoxAtt

QGroupBox* TYUserSourcePonctuelleWidget::_groupBoxAtt
protected

Gestion de l'attenuateur.

Definition at line 137 of file TYUserSourcePonctuelleWidget.h.

◆ _groupBoxAttLayout

QGridLayout* TYUserSourcePonctuelleWidget::_groupBoxAttLayout
protected

Definition at line 138 of file TYUserSourcePonctuelleWidget.h.

◆ _labelIsRayonnant

QLabel* TYUserSourcePonctuelleWidget::_labelIsRayonnant
protected

Definition at line 156 of file TYUserSourcePonctuelleWidget.h.

◆ _labeUseAtt

QLabel* TYUserSourcePonctuelleWidget::_labeUseAtt
protected

Definition at line 154 of file TYUserSourcePonctuelleWidget.h.

◆ _lineEditNomAtt

QLineEdit* TYUserSourcePonctuelleWidget::_lineEditNomAtt
protected

Definition at line 140 of file TYUserSourcePonctuelleWidget.h.

◆ _pushButtonAtt

QPushButton* TYUserSourcePonctuelleWidget::_pushButtonAtt
protected

Definition at line 139 of file TYUserSourcePonctuelleWidget.h.

◆ _pushButtonNewRegime

QPushButton* TYUserSourcePonctuelleWidget::_pushButtonNewRegime
protected

Definition at line 150 of file TYUserSourcePonctuelleWidget.h.

◆ _pushButtonRemRegime

QPushButton* TYUserSourcePonctuelleWidget::_pushButtonRemRegime
protected

Definition at line 151 of file TYUserSourcePonctuelleWidget.h.

◆ _sourcePonctuelleLayout

QGridLayout* TYUserSourcePonctuelleWidget::_sourcePonctuelleLayout
protected

Definition at line 134 of file TYUserSourcePonctuelleWidget.h.


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