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

classe de l'objet IHM pour un calcul More...

#include <TYCalculWidget.h>

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

Public Slots

virtual void updateContent ()
 
virtual void apply ()
 
void changeSolverMethod (const QString &pSolverName)
 
void editResultat ()
 
virtual void contextMenuEvent (QContextMenuEvent *e)
 
- Public Slots inherited from TYWidget
virtual void updateContent ()=0
 
virtual void apply ()=0
 
virtual void reject ()
 

Public Member Functions

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

TYSolverParamsWidgetManagersolverParamsWidgetManager
 
QLineEdit * _lineEditAuteur
 
QDateEdit * _editDateCreation
 
QDateEdit * _editDateModif
 
QTextEdit * _lineEditComment
 
QLabel * _labelAuteur
 
QLabel * _labelDateCreation
 
QLabel * _labelDateModif
 
QLabel * _labelComment
 
QComboBox * _comboSolver
 
QGroupBox * _groupBox
 
QGroupBox * _groupBoxFlag
 
QGroupBox * _groupBoxMaillage
 
QGroupBox * _groupBoxResultat
 
QWidget * _paramsTabWidget
 
QWidget * _meteoTabWidget
 
QLineEdit * _lineEditNomResultat
 
QPushButton * _pushButtonResultat
 
QGridLayout * _calculLayout
 
TYElementWidget_elmW
 
QWidget * _maillagesWidget
 
TYEtatsWidget_etatsWidget
 
QButtonGroup * _buttonGroupState
 
QRadioButton * _pRadioButtonActif
 
QRadioButton * _pRadioButtonLocked
 
QTabWidget * _tabWidget
 Gestion des differentes options sous forme d'onglet. More...
 
QTableWidget * _tableauPointControle
 Onglet des points de controle. More...
 
QTableWidget * _tableauMaillages
 Onglet des points de controle. More...
 
- Protected Attributes inherited from TYWidget
TYElement_pElement
 
bool _locked
 

Private Member Functions

void updateControlPointsTab (TYProjet *pProjet)
 
void updateNoiseMapsTab (TYProjet *pProjet)
 
void updateComboSolver ()
 
void updateCalculState ()
 
void _enableDisableDefaultSolverWidgets (bool pIsDefaultSolverSelected)
 
void _initSolverParamsTabs ()
 
void _initMeteoParamsTabs ()
 

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 calcul

Definition at line 67 of file TYCalculWidget.h.

Constructor & Destructor Documentation

◆ TYCalculWidget()

TYCalculWidget::TYCalculWidget ( TYCalcul pElement,
QWidget *  _pParent = NULL 
)

Constructeur.

Definition at line 53 of file TYCalculWidget.cpp.

Here is the call graph for this function:

◆ ~TYCalculWidget()

TYCalculWidget::~TYCalculWidget ( )
virtual

Destructeur.

Definition at line 258 of file TYCalculWidget.cpp.

Member Function Documentation

◆ _enableDisableDefaultSolverWidgets()

void TYCalculWidget::_enableDisableDefaultSolverWidgets ( bool  pIsDefaultSolverSelected)
private

Definition at line 413 of file TYCalculWidget.cpp.

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

◆ _initMeteoParamsTabs()

void TYCalculWidget::_initMeteoParamsTabs ( )
private

Definition at line 490 of file TYCalculWidget.cpp.

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

◆ _initSolverParamsTabs()

void TYCalculWidget::_initSolverParamsTabs ( )
private

Definition at line 425 of file TYCalculWidget.cpp.

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

◆ apply

void TYCalculWidget::apply ( )
virtualslot

Definition at line 541 of file TYCalculWidget.cpp.

Here is the call graph for this function:

◆ changeSolverMethod

void TYCalculWidget::changeSolverMethod ( const QString &  pSolverName)
slot

Definition at line 629 of file TYCalculWidget.cpp.

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

◆ contextMenuEvent

void TYCalculWidget::contextMenuEvent ( QContextMenuEvent *  e)
virtualslot

Affiche un menu contextuel.

Definition at line 648 of file TYCalculWidget.cpp.

◆ editResultat

void TYCalculWidget::editResultat ( )
slot

Edite la widget du resultat.

Definition at line 643 of file TYCalculWidget.cpp.

Here is the caller graph for this function:

◆ updateCalculState()

void TYCalculWidget::updateCalculState ( )
private

Definition at line 399 of file TYCalculWidget.cpp.

Here is the caller graph for this function:

◆ updateComboSolver()

void TYCalculWidget::updateComboSolver ( )
private

Definition at line 373 of file TYCalculWidget.cpp.

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

◆ updateContent

void TYCalculWidget::updateContent ( )
virtualslot

Definition at line 263 of file TYCalculWidget.cpp.

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

◆ updateControlPointsTab()

void TYCalculWidget::updateControlPointsTab ( TYProjet pProjet)
private

Definition at line 308 of file TYCalculWidget.cpp.

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

◆ updateNoiseMapsTab()

void TYCalculWidget::updateNoiseMapsTab ( TYProjet pProjet)
private

Definition at line 346 of file TYCalculWidget.cpp.

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

Member Data Documentation

◆ _buttonGroupState

QButtonGroup* TYCalculWidget::_buttonGroupState
protected

Definition at line 146 of file TYCalculWidget.h.

◆ _calculLayout

QGridLayout* TYCalculWidget::_calculLayout
protected

Definition at line 139 of file TYCalculWidget.h.

◆ _comboSolver

QComboBox* TYCalculWidget::_comboSolver
protected

Definition at line 122 of file TYCalculWidget.h.

◆ _editDateCreation

QDateEdit* TYCalculWidget::_editDateCreation
protected

Definition at line 113 of file TYCalculWidget.h.

◆ _editDateModif

QDateEdit* TYCalculWidget::_editDateModif
protected

Definition at line 114 of file TYCalculWidget.h.

◆ _elmW

TYElementWidget* TYCalculWidget::_elmW
protected

Definition at line 141 of file TYCalculWidget.h.

◆ _etatsWidget

TYEtatsWidget* TYCalculWidget::_etatsWidget
protected

Definition at line 144 of file TYCalculWidget.h.

◆ _groupBox

QGroupBox* TYCalculWidget::_groupBox
protected

Definition at line 124 of file TYCalculWidget.h.

◆ _groupBoxFlag

QGroupBox* TYCalculWidget::_groupBoxFlag
protected

Definition at line 125 of file TYCalculWidget.h.

◆ _groupBoxMaillage

QGroupBox* TYCalculWidget::_groupBoxMaillage
protected

Definition at line 126 of file TYCalculWidget.h.

◆ _groupBoxResultat

QGroupBox* TYCalculWidget::_groupBoxResultat
protected

Definition at line 127 of file TYCalculWidget.h.

◆ _labelAuteur

QLabel* TYCalculWidget::_labelAuteur
protected

Definition at line 116 of file TYCalculWidget.h.

◆ _labelComment

QLabel* TYCalculWidget::_labelComment
protected

Definition at line 119 of file TYCalculWidget.h.

◆ _labelDateCreation

QLabel* TYCalculWidget::_labelDateCreation
protected

Definition at line 117 of file TYCalculWidget.h.

◆ _labelDateModif

QLabel* TYCalculWidget::_labelDateModif
protected

Definition at line 118 of file TYCalculWidget.h.

◆ _lineEditAuteur

QLineEdit* TYCalculWidget::_lineEditAuteur
protected

Definition at line 112 of file TYCalculWidget.h.

◆ _lineEditComment

QTextEdit* TYCalculWidget::_lineEditComment
protected

Definition at line 115 of file TYCalculWidget.h.

◆ _lineEditNomResultat

QLineEdit* TYCalculWidget::_lineEditNomResultat
protected

Definition at line 132 of file TYCalculWidget.h.

◆ _maillagesWidget

QWidget* TYCalculWidget::_maillagesWidget
protected

Definition at line 143 of file TYCalculWidget.h.

◆ _meteoTabWidget

QWidget* TYCalculWidget::_meteoTabWidget
protected

Definition at line 129 of file TYCalculWidget.h.

◆ _paramsTabWidget

QWidget* TYCalculWidget::_paramsTabWidget
protected

Definition at line 128 of file TYCalculWidget.h.

◆ _pRadioButtonActif

QRadioButton* TYCalculWidget::_pRadioButtonActif
protected

Definition at line 148 of file TYCalculWidget.h.

◆ _pRadioButtonLocked

QRadioButton* TYCalculWidget::_pRadioButtonLocked
protected

Definition at line 149 of file TYCalculWidget.h.

◆ _pushButtonResultat

QPushButton* TYCalculWidget::_pushButtonResultat
protected

Definition at line 133 of file TYCalculWidget.h.

◆ _tableauMaillages

QTableWidget* TYCalculWidget::_tableauMaillages
protected

Onglet des points de controle.

Definition at line 158 of file TYCalculWidget.h.

◆ _tableauPointControle

QTableWidget* TYCalculWidget::_tableauPointControle
protected

Onglet des points de controle.

Definition at line 155 of file TYCalculWidget.h.

◆ _tabWidget

QTabWidget* TYCalculWidget::_tabWidget
protected

Gestion des differentes options sous forme d'onglet.

Definition at line 152 of file TYCalculWidget.h.

◆ solverParamsWidgetManager

TYSolverParamsWidgetManager* TYCalculWidget::solverParamsWidgetManager
protected

Definition at line 111 of file TYCalculWidget.h.


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