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

classe de l'objet IHM pour un ensemble de sites More...

#include <TYSiteNodeWidget.h>

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

Public Slots

virtual void updateContent ()
 
virtual void apply ()
 
void editTopo ()
 
void editInfra ()
 
void changeStateTopoFile ()
 
void chooseTopoFile ()
 
void editSite (QTreeWidgetItem *item)
 
virtual void contextMenuEvent (QContextMenuEvent *e)
 
void updateEditAlti ()
 Active/desactive la boite de saisie de l'altitude de la courbe de niveau. More...
 
void setSIGCoord (int typeCoord)
 Changement du systeme de coordonnees. More...
 
- Public Slots inherited from TYWidget
virtual void updateContent ()=0
 
virtual void apply ()=0
 
virtual void reject ()
 

Public Member Functions

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

void updateSIGList ()
 Mise a jour de la liste des systemes de coordonnees SIG. More...
 

Protected Attributes

QGroupBox * _groupBox_0
 
QLabel * _labelEchelle
 
TYLineEdit_lineEditEchelle
 
QCheckBox * _checkBoxUseTopoFile
 
QLineEdit * _lineEditTopoFile
 
QLabel * _labelTopoFile
 
QGroupBox * _groupBoxInfra
 
QPushButton * _pushButtonInfra
 
QLineEdit * _lineEditNomInfra
 
QGroupBox * _groupBoxTopo
 
QLineEdit * _lineEditNomTopo
 
QPushButton * _pushButtonTopo
 
QPushButton * _pushButtonTopoFile
 
QGridLayout * _groupBox_0Layout
 
QGridLayout * _groupBoxInfraLayout
 
QGridLayout * _groupBoxTopoLayout
 
QGroupBox * _groupBox_3
 
QLabel * _labelRoot
 
QLabel * _labelUseEmprise
 
QCheckBox * _checkBoxRoot
 
QCheckBox * _checkBoxUseEmprise
 
QGroupBox * _groupBox
 
QTreeWidget * _listViewListSite
 
QLineEdit * _lineEditAltiEmprise
 
QLabel * _labelAltiEmprise
 
QLabel * _labelModeCoord
 
QComboBox * _comboSIG
 
QLabel * _labelSIG_X
 
QLineEdit * _lineEditSIG_X
 
QLabel * _labelSIG_Y
 
QLineEdit * _lineEditSIG_Y
 
QLabel * _labelSIG_OFFSET
 
QLineEdit * _lineEditSIG_OFFSET
 
QGridLayout * _sitenodeLayout
 
QGridLayout * _groupBox_3Layout
 
QGridLayout * _groupBoxLayout
 
TYElementWidget_elmW
 
- Protected Attributes inherited from TYWidget
TYElement_pElement
 
bool _locked
 

Private Member Functions

void updateSIGData ()
 Mise a jour des widgets lies au SIG. More...
 

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 ensemble de sites

Definition at line 52 of file TYSiteNodeWidget.h.

Constructor & Destructor Documentation

◆ TYSiteNodeWidget()

TYSiteNodeWidget::TYSiteNodeWidget ( TYSiteNode pElement,
QWidget *  _pParent = NULL 
)

Constructeur.

Definition at line 41 of file TYSiteNodeWidget.cpp.

Here is the call graph for this function:

◆ ~TYSiteNodeWidget()

TYSiteNodeWidget::~TYSiteNodeWidget ( )
virtual

Destructeur.

Definition at line 226 of file TYSiteNodeWidget.cpp.

Member Function Documentation

◆ apply

void TYSiteNodeWidget::apply ( )
virtualslot

Definition at line 267 of file TYSiteNodeWidget.cpp.

Here is the call graph for this function:

◆ changeStateTopoFile

void TYSiteNodeWidget::changeStateTopoFile ( )
slot

Permet d'utiliser ou non le fichier topographique.

Definition at line 410 of file TYSiteNodeWidget.cpp.

Here is the caller graph for this function:

◆ chooseTopoFile

void TYSiteNodeWidget::chooseTopoFile ( )
slot

Edite une fenetre pour le choix du fichier de topographie.

Definition at line 424 of file TYSiteNodeWidget.cpp.

Here is the caller graph for this function:

◆ contextMenuEvent

void TYSiteNodeWidget::contextMenuEvent ( QContextMenuEvent *  e)
virtualslot

Affiche un menu contextuel.

Definition at line 320 of file TYSiteNodeWidget.cpp.

Here is the call graph for this function:

◆ editInfra

void TYSiteNodeWidget::editInfra ( )
slot

Edite la widget de l'infrastructure.

Definition at line 435 of file TYSiteNodeWidget.cpp.

Here is the caller graph for this function:

◆ editSite

void TYSiteNodeWidget::editSite ( QTreeWidgetItem *  item)
slot

Edite la widget du site selectionne.

Parameters
itemElement selectionne de la liste.

Definition at line 304 of file TYSiteNodeWidget.cpp.

Here is the caller graph for this function:

◆ editTopo

void TYSiteNodeWidget::editTopo ( )
slot

Edite la widget de la topographie.

Definition at line 445 of file TYSiteNodeWidget.cpp.

Here is the caller graph for this function:

◆ setSIGCoord

void TYSiteNodeWidget::setSIGCoord ( int  typeCoord)
slot

Changement du systeme de coordonnees.

Definition at line 403 of file TYSiteNodeWidget.cpp.

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

◆ updateContent

void TYSiteNodeWidget::updateContent ( )
virtualslot

Definition at line 228 of file TYSiteNodeWidget.cpp.

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

◆ updateEditAlti

void TYSiteNodeWidget::updateEditAlti ( )
slot

Active/desactive la boite de saisie de l'altitude de la courbe de niveau.

Definition at line 341 of file TYSiteNodeWidget.cpp.

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

◆ updateSIGData()

void TYSiteNodeWidget::updateSIGData ( )
private

Mise a jour des widgets lies au SIG.

Definition at line 367 of file TYSiteNodeWidget.cpp.

Here is the caller graph for this function:

◆ updateSIGList()

void TYSiteNodeWidget::updateSIGList ( )
protected

Mise a jour de la liste des systemes de coordonnees SIG.

Definition at line 355 of file TYSiteNodeWidget.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ _checkBoxRoot

QCheckBox* TYSiteNodeWidget::_checkBoxRoot
protected

Definition at line 145 of file TYSiteNodeWidget.h.

◆ _checkBoxUseEmprise

QCheckBox* TYSiteNodeWidget::_checkBoxUseEmprise
protected

Definition at line 146 of file TYSiteNodeWidget.h.

◆ _checkBoxUseTopoFile

QCheckBox* TYSiteNodeWidget::_checkBoxUseTopoFile
protected

Definition at line 126 of file TYSiteNodeWidget.h.

◆ _comboSIG

QComboBox* TYSiteNodeWidget::_comboSIG
protected

Definition at line 156 of file TYSiteNodeWidget.h.

◆ _elmW

TYElementWidget* TYSiteNodeWidget::_elmW
protected

Definition at line 170 of file TYSiteNodeWidget.h.

◆ _groupBox

QGroupBox* TYSiteNodeWidget::_groupBox
protected

Definition at line 147 of file TYSiteNodeWidget.h.

◆ _groupBox_0

QGroupBox* TYSiteNodeWidget::_groupBox_0
protected

Definition at line 123 of file TYSiteNodeWidget.h.

◆ _groupBox_0Layout

QGridLayout* TYSiteNodeWidget::_groupBox_0Layout
protected

Definition at line 137 of file TYSiteNodeWidget.h.

◆ _groupBox_3

QGroupBox* TYSiteNodeWidget::_groupBox_3
protected

Definition at line 142 of file TYSiteNodeWidget.h.

◆ _groupBox_3Layout

QGridLayout* TYSiteNodeWidget::_groupBox_3Layout
protected

Definition at line 167 of file TYSiteNodeWidget.h.

◆ _groupBoxInfra

QGroupBox* TYSiteNodeWidget::_groupBoxInfra
protected

Definition at line 129 of file TYSiteNodeWidget.h.

◆ _groupBoxInfraLayout

QGridLayout* TYSiteNodeWidget::_groupBoxInfraLayout
protected

Definition at line 138 of file TYSiteNodeWidget.h.

◆ _groupBoxLayout

QGridLayout* TYSiteNodeWidget::_groupBoxLayout
protected

Definition at line 168 of file TYSiteNodeWidget.h.

◆ _groupBoxTopo

QGroupBox* TYSiteNodeWidget::_groupBoxTopo
protected

Definition at line 132 of file TYSiteNodeWidget.h.

◆ _groupBoxTopoLayout

QGridLayout* TYSiteNodeWidget::_groupBoxTopoLayout
protected

Definition at line 139 of file TYSiteNodeWidget.h.

◆ _labelAltiEmprise

QLabel* TYSiteNodeWidget::_labelAltiEmprise
protected

Definition at line 152 of file TYSiteNodeWidget.h.

◆ _labelEchelle

QLabel* TYSiteNodeWidget::_labelEchelle
protected

Definition at line 124 of file TYSiteNodeWidget.h.

◆ _labelModeCoord

QLabel* TYSiteNodeWidget::_labelModeCoord
protected

Definition at line 155 of file TYSiteNodeWidget.h.

◆ _labelRoot

QLabel* TYSiteNodeWidget::_labelRoot
protected

Definition at line 143 of file TYSiteNodeWidget.h.

◆ _labelSIG_OFFSET

QLabel* TYSiteNodeWidget::_labelSIG_OFFSET
protected

Definition at line 163 of file TYSiteNodeWidget.h.

◆ _labelSIG_X

QLabel* TYSiteNodeWidget::_labelSIG_X
protected

Definition at line 159 of file TYSiteNodeWidget.h.

◆ _labelSIG_Y

QLabel* TYSiteNodeWidget::_labelSIG_Y
protected

Definition at line 161 of file TYSiteNodeWidget.h.

◆ _labelTopoFile

QLabel* TYSiteNodeWidget::_labelTopoFile
protected

Definition at line 128 of file TYSiteNodeWidget.h.

◆ _labelUseEmprise

QLabel* TYSiteNodeWidget::_labelUseEmprise
protected

Definition at line 144 of file TYSiteNodeWidget.h.

◆ _lineEditAltiEmprise

QLineEdit* TYSiteNodeWidget::_lineEditAltiEmprise
protected

Definition at line 151 of file TYSiteNodeWidget.h.

◆ _lineEditEchelle

TYLineEdit* TYSiteNodeWidget::_lineEditEchelle
protected

Definition at line 125 of file TYSiteNodeWidget.h.

◆ _lineEditNomInfra

QLineEdit* TYSiteNodeWidget::_lineEditNomInfra
protected

Definition at line 131 of file TYSiteNodeWidget.h.

◆ _lineEditNomTopo

QLineEdit* TYSiteNodeWidget::_lineEditNomTopo
protected

Definition at line 133 of file TYSiteNodeWidget.h.

◆ _lineEditSIG_OFFSET

QLineEdit* TYSiteNodeWidget::_lineEditSIG_OFFSET
protected

Definition at line 164 of file TYSiteNodeWidget.h.

◆ _lineEditSIG_X

QLineEdit* TYSiteNodeWidget::_lineEditSIG_X
protected

Definition at line 160 of file TYSiteNodeWidget.h.

◆ _lineEditSIG_Y

QLineEdit* TYSiteNodeWidget::_lineEditSIG_Y
protected

Definition at line 162 of file TYSiteNodeWidget.h.

◆ _lineEditTopoFile

QLineEdit* TYSiteNodeWidget::_lineEditTopoFile
protected

Definition at line 127 of file TYSiteNodeWidget.h.

◆ _listViewListSite

QTreeWidget* TYSiteNodeWidget::_listViewListSite
protected

Definition at line 148 of file TYSiteNodeWidget.h.

◆ _pushButtonInfra

QPushButton* TYSiteNodeWidget::_pushButtonInfra
protected

Definition at line 130 of file TYSiteNodeWidget.h.

◆ _pushButtonTopo

QPushButton* TYSiteNodeWidget::_pushButtonTopo
protected

Definition at line 134 of file TYSiteNodeWidget.h.

◆ _pushButtonTopoFile

QPushButton* TYSiteNodeWidget::_pushButtonTopoFile
protected

Definition at line 135 of file TYSiteNodeWidget.h.

◆ _sitenodeLayout

QGridLayout* TYSiteNodeWidget::_sitenodeLayout
protected

Definition at line 166 of file TYSiteNodeWidget.h.


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