|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Boite de dialogue pour la representation par une arborescence des elements contribuant au resultat d'un point de calcul. More...
#include <TYResultatTreeDialog.h>


Public Slots | |
| void | set (LPTYResultat pResultat, LPTYPointCalcul pPtCalcul) |
| void | updateContent () |
Public Member Functions | |
| TYResultatTreeDialog (QWidget *parent=0, const char *name=0, Qt::WindowFlags f=QFlag(0)) | |
| virtual | ~TYResultatTreeDialog () |
| void | followChilds (QMap< TYElement *, childTreeItem * > &mapElementChilds, QMap< TYElement *, childTreeItem * >::iterator it, QMap< TYElement *, QTreeWidgetItem * > &mapParentItem, QTreeWidgetItem *pCurItem) |
Protected Member Functions | |
| virtual void | showEvent (QShowEvent *pEvent) |
| virtual void | closeEvent (QCloseEvent *pEvent) |
Protected Attributes | |
| QPushButton * | _pCloseButton |
| Bouton pour fermer la boite de dialogue. More... | |
| QTreeWidget * | _pListView |
| La liste pour la representation de l'arborescence. More... | |
| LPTYResultat | _pResultat |
| Le resultat associe. More... | |
| LPTYPointCalcul | _pPtCalcul |
| Le point de calcul associe. More... | |
Boite de dialogue pour la representation par une arborescence des elements contribuant au resultat d'un point de calcul.
Definition at line 52 of file TYResultatTreeDialog.h.
| TYResultatTreeDialog::TYResultatTreeDialog | ( | QWidget * | parent = 0, |
| const char * | name = 0, |
||
| Qt::WindowFlags | f = QFlag(0) |
||
| ) |
Constructeur par defaut.
Definition at line 42 of file TYResultatTreeDialog.cpp.
|
virtual |
Destructeur.
Definition at line 70 of file TYResultatTreeDialog.cpp.
|
protectedvirtual |
Definition at line 319 of file TYResultatTreeDialog.cpp.
| void TYResultatTreeDialog::followChilds | ( | QMap< TYElement *, childTreeItem * > & | mapElementChilds, |
| QMap< TYElement *, childTreeItem * >::iterator | it, | ||
| QMap< TYElement *, QTreeWidgetItem * > & | mapParentItem, | ||
| QTreeWidgetItem * | pCurItem | ||
| ) |
Definition at line 211 of file TYResultatTreeDialog.cpp.


|
slot |
Affiche l'arborescence de contribution pour ce point de calcul.
Definition at line 72 of file TYResultatTreeDialog.cpp.


|
protectedvirtual |
Definition at line 313 of file TYResultatTreeDialog.cpp.
|
slot |
Mets a jour l'arborescence de contribution.
Definition at line 83 of file TYResultatTreeDialog.cpp.


|
protected |
Bouton pour fermer la boite de dialogue.
Definition at line 87 of file TYResultatTreeDialog.h.
|
protected |
La liste pour la representation de l'arborescence.
Definition at line 90 of file TYResultatTreeDialog.h.
|
protected |
Le point de calcul associe.
Definition at line 96 of file TYResultatTreeDialog.h.
|
protected |
Le resultat associe.
Definition at line 93 of file TYResultatTreeDialog.h.