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

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

#include <TYResultatWidget.h>

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

Public Slots

virtual void updateContent ()
 
virtual void apply ()
 
void changeSubstCalcul (int calcul)
 
void updateTable ()
 
void exportExcelXlsx ()
 
void exportSpectre ()
 
void exportExcel ()
 
void print ()
 
void changeAffichage (int select)
 
void changeOperation (int select)
 Changement du type d'operation. More...
 
void slotContributionLineEditChanged ()
 
- Public Slots inherited from TYWidget
virtual void updateContent ()=0
 
virtual void apply ()=0
 
virtual void reject ()
 

Public Member Functions

 TYResultatWidget (TYResultat *pElement, QWidget *_pParent=nullptr)
 
virtual ~TYResultatWidget ()
 
void sortRes (int col)
 
void sortName ()
 
void initTabSort (int col=1)
 
void showContribTreeDialog (int col)
 
void exportContributionsTableToSheet (QXlsx::Document &documentQXlsx)
 Enregistre les contributions partielles des sources aux récepteurs dans un fichier Excel au format xlsx. More...
 
void writeContributionsTableRow (int columnCount, int row, QXlsx::Document &documentQXlsx)
 Ecrit une ligne des contributions partielles des sources au récepteur dans un fichier Excel au format xlsx. More...
 
int getXlsxRow (int row)
 Renvoie l'index de ligne dans Excel en fonction de l'index de ligne dans la table des résultats. More...
 
void exportCumulatedContributionsTableToSheet (QXlsx::Document &xlsx)
 Enregistre le cumul des contributions des sources aux récepteurs dans un fichier Excel au format xlsx. More...
 
void adjustXlsxDocumentColumnWidths (int columnCount, QXlsx::Document &documentQXlsx)
 Ajuste automatique les largeurs des colonnes du fichier Excel. More...
 
void writeCumulatedContributionsTableRow (int columnCount, int row, QXlsx::Document &documentQXlsx)
 Ecrit une ligne du cumul des contributions des sources aux récepteurs dans un fichier Excel au format xlsx. More...
 
void writeRowHeadersToSheet (int row, QXlsx::Document &xlsx)
 Ecrit les en-têtes des lignes dans la feuille Excel sélectionnée. More...
 
void writeColHeadersToSheet (QXlsx::Document &xlsx, int columnCount)
 Ecrit les en-têtes des colonnes dans la feuille Excel sélectionnée. More...
 
void getFormatFromContributionsTable (QTableWidgetItem *item, QXlsx::Format &format)
 Récupère le format de la cellule à partir de la table de résultats. More...
 
- 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 Slots

virtual void contextMenuEvent (QContextMenuEvent *e)
 
virtual void setFrequency (int freq)
 CHangement de la frequence de travail. More...
 
void sortCol (int col)
 

Protected Attributes

QGridLayout * _resultatLayout
 
QTableWidget * _pTable
 
QRadioButton * _radioButtonDBA
 
QRadioButton * _radioButtonDBLIN
 
QRadioButton * _radioButtonDBFRQ
 
QComboBox * _comboBoxFreq
 Combo pour le choix de la frequence de travail. More...
 
TYLineEdit_pContributionLineEditBas
 
TYLineEdit_pContributionLineEditMoy
 
TYLineEdit_pContributionLineEditHaut
 
double _seuilContributionBas
 
double _seuilContributionMoy
 
double _seuilContributionHaut
 
QLabel * _pLabelPctBas
 
QLabel * _pLabelPctMoy
 
QLabel * _pLabelPctHaut
 
QLabel * _pLabelPct100
 
QLabel * _pLabelPres
 
QLabel * _pLabelLeqBas
 
QLabel * _pLabelLeqMoy
 
QLabel * _pLabelLeqHaut
 
QLabel * _pLabelLeq100
 
QLabel * _pLabelEner
 
QWidget * _pHorizontalLineWidget
 
QButtonGroup * _buttonGroupOperation
 Choix du type de calcul. More...
 
QRadioButton * _radioButtonNoOp
 
QRadioButton * _radioButtonDelta
 
QRadioButton * _radioButtonEmergence
 
QRadioButton * _radioButtonAmbiant
 
QComboBox * _comboBoxSubstCalcul
 
QPrinter * _printer
 
QPushButton * _pButtonExportXlsx
 
QPushButton * _pButtonExport
 
QPushButton * _pButtonExportSpectre
 
int _choixAffichage
 Mode d'affichage (dBA, dBLin, dB(f)) More...
 
int _choixOperation
 Type d'operation choisie. More...
 
double _freq
 Frequence de travail. More...
 
unsigned int _nbSources
 Nombre de sources, de recepteurs. More...
 
unsigned int _nbRecepteurs
 
unsigned int _nbLignes
 Nombre de ligne, de colonnes. More...
 
unsigned int _nbColonnes
 
TYStructIndiceResultat_tabSortedRes
 
std::vector< std::vector< double > > _cumulatedContribs
 
- Protected Attributes inherited from TYWidget
TYElement_pElement
 
bool _locked
 

Private Types

enum  color { WHITE , YELLOW , ORANGE , RED }
 
enum  optionsAffichage { DBA , DBLIN , DBFREQ }
 Differents etats possibles de l'affichage (pourra etre complete ulterieurement) More...
 
enum  typeCellule { CELL_LW , CELL_SYNTH , CELL_CONTRIB }
 Different type de cellule. More...
 

Private Member Functions

void updateComboSubstCalculs ()
 
TYCalculgetSelectedSubstCalcul ()
 
void updateHeaderLabel ()
 
void decorsSynthese (QTableWidgetItem *pItem, const int &row, const int &col, const bool &isColored, OSpectre &spectre1, OSpectre &spectre2)
 Coloration de la cellule en fonction du contexte pour la synthese, pour le reste du tableau. More...
 
void decorsContributions (QTableWidgetItem *pItem, const int &row, const int &col, bool &isColored, std::vector< int > couleurs)
 
void displayColumn (TYCalcul *pCalcul, TYCalcul *pCalcOp, const int &col)
 
TYSpectre getPuissanceElem (const unsigned int &i)
 
TYSpectre getPuissanceElem (TYElement *pElement)
 
std::vector< int > calcCumulatedContribution (const int &col, TYCalcul *pCalcul, TYCalcul *pCalcOp)
 
void setCellAttributs (const int &row, const int &col, const OSpectre &spectre)
 Definition des attributs d'une cellule (couleur de fond, police) More...
 
bool isPresenceTonaliteMarquee (const OSpectre &spectre)
 
void updateFreqList ()
 Remplissage du combo des frequences. More...
 
double resuAffichage (OSpectre &spectre1, OSpectre &spectre2, bool &valid, const int &typeCase)
 Calcul du contenu de la cellule en fonction du contexte (option de calcul) More...
 
OSpectre resuSpectre (OSpectre &spectre1, OSpectre &spectre2, const int &typeCase)
 Calcul du spectre en fonction du contexte (option de calcul) More...
 
OSpectre getSpectre (const int &row, const int &col, TYCalcul *pCalcul)
 Recherche du spectre associe a une ligne et une colonne pour un calcul. More...
 
double calcPct (double val)
 
void sortColumnsByHeaderText (Qt::SortOrder order=Qt::AscendingOrder, Qt::CaseSensitivity cs=Qt::CaseInsensitive, bool localeAware=true)
 Classe les récepteurs par ordre alphabétique dans la vue. Le modèle n'est pas modifié 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 resultat

Definition at line 63 of file TYResultatWidget.h.

Member Enumeration Documentation

◆ color

Enumerator
WHITE 
YELLOW 
ORANGE 
RED 

Definition at line 69 of file TYResultatWidget.h.

◆ optionsAffichage

Differents etats possibles de l'affichage (pourra etre complete ulterieurement)

Enumerator
DBA 
DBLIN 
DBFREQ 

Definition at line 285 of file TYResultatWidget.h.

◆ typeCellule

Different type de cellule.

Enumerator
CELL_LW 
CELL_SYNTH 
CELL_CONTRIB 

Definition at line 293 of file TYResultatWidget.h.

Constructor & Destructor Documentation

◆ TYResultatWidget()

TYResultatWidget::TYResultatWidget ( TYResultat pElement,
QWidget *  _pParent = nullptr 
)

Constructeur.

Definition at line 67 of file TYResultatWidget.cpp.

Here is the call graph for this function:

◆ ~TYResultatWidget()

TYResultatWidget::~TYResultatWidget ( )
virtual

Destructeur.

Definition at line 355 of file TYResultatWidget.cpp.

Member Function Documentation

◆ adjustXlsxDocumentColumnWidths()

void TYResultatWidget::adjustXlsxDocumentColumnWidths ( int  columnCount,
QXlsx::Document &  documentQXlsx 
)

Ajuste automatique les largeurs des colonnes du fichier Excel.

Parameters
columnCountNb de colonnes
documentQXlsxFichier Excel au format xlsx

Definition at line 630 of file TYResultatWidget.cpp.

Here is the caller graph for this function:

◆ apply

void TYResultatWidget::apply ( )
virtualslot

Definition at line 445 of file TYResultatWidget.cpp.

◆ calcCumulatedContribution()

std::vector< int > TYResultatWidget::calcCumulatedContribution ( const int &  col,
TYCalcul pCalcul,
TYCalcul pCalcOp 
)
private

Calcul les contributions cumulées d'un récepteur

Parameters
constint& col : Numéro de la colonne.
TYCalcul*pCalcul : Calcul sélectionné.
TYCalcul*pCalcOp : Calcul à comparer.
Returns
code couleur des cellules

Definition at line 1247 of file TYResultatWidget.cpp.

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

◆ calcPct()

double TYResultatWidget::calcPct ( double  val)
private

Calcul le pourcentage de la contribution énergétique

Parameters
doubleval : nombre de DB à retrancher de Leq.
Returns
pourcentage de la contribution correspondant à Leq - val

Definition at line 1223 of file TYResultatWidget.cpp.

Here is the caller graph for this function:

◆ changeAffichage

void TYResultatWidget::changeAffichage ( int  select)
slot

Passe l'affichage de dBA a dBLin et inversement

Definition at line 922 of file TYResultatWidget.cpp.

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

◆ changeOperation

void TYResultatWidget::changeOperation ( int  select)
slot

Changement du type d'operation.

Definition at line 946 of file TYResultatWidget.cpp.

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

◆ changeSubstCalcul

void TYResultatWidget::changeSubstCalcul ( int  calcul)
slot

Changement du calcul affiche

Definition at line 447 of file TYResultatWidget.cpp.

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

◆ contextMenuEvent

void TYResultatWidget::contextMenuEvent ( QContextMenuEvent *  e)
protectedvirtualslot

Affiche un menu contextuel.

Definition at line 735 of file TYResultatWidget.cpp.

Here is the call graph for this function:

◆ decorsContributions()

void TYResultatWidget::decorsContributions ( QTableWidgetItem *  pItem,
const int &  row,
const int &  col,
bool &  isColored,
std::vector< int >  couleurs 
)
private

Ecrit le résultat et colore la case en fonction de sa contribution

Parameters
QTableWidgetItem*pItem : Case à remplir.
constint& row : Numéro de la ligne.
constint& col : Numéro de la colonne.
bool&isColored : Indique si la case doit être colorée.
std::vector<int>couleurs : code couleur des cellules.

Definition at line 1447 of file TYResultatWidget.cpp.

Here is the caller graph for this function:

◆ decorsSynthese()

void TYResultatWidget::decorsSynthese ( QTableWidgetItem *  pItem,
const int &  row,
const int &  col,
const bool &  isColored,
OSpectre spectre1,
OSpectre spectre2 
)
private

Coloration de la cellule en fonction du contexte pour la synthese, pour le reste du tableau.

Definition at line 1414 of file TYResultatWidget.cpp.

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

◆ displayColumn()

void TYResultatWidget::displayColumn ( TYCalcul pCalcul,
TYCalcul pCalcOp,
const int &  col 
)
private

Affiche une colonne de résultat

Parameters
TYCalcul*pCalcul : Calcul sélectionné.
TYCalcul*pCalcOp : Calcul à comparer.
constint& col : Numéro de la colonne.

Definition at line 998 of file TYResultatWidget.cpp.

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

◆ exportContributionsTableToSheet()

void TYResultatWidget::exportContributionsTableToSheet ( QXlsx::Document &  documentQXlsx)

Enregistre les contributions partielles des sources aux récepteurs dans un fichier Excel au format xlsx.

Parameters
documentQXlsxFichier Excel au format xlsx

Definition at line 562 of file TYResultatWidget.cpp.

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

◆ exportCumulatedContributionsTableToSheet()

void TYResultatWidget::exportCumulatedContributionsTableToSheet ( QXlsx::Document &  xlsx)

Enregistre le cumul des contributions des sources aux récepteurs dans un fichier Excel au format xlsx.

Parameters
documentQXlsxFichier Excel au format xlsx

Definition at line 615 of file TYResultatWidget.cpp.

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

◆ exportExcel

void TYResultatWidget::exportExcel ( )
slot

Fonction d'export vers un fichier excel.

Definition at line 713 of file TYResultatWidget.cpp.

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

◆ exportExcelXlsx

void TYResultatWidget::exportExcelXlsx ( )
slot

Fonction d'export vers un fichier excel au format Xlsx

Definition at line 516 of file TYResultatWidget.cpp.

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

◆ exportSpectre

void TYResultatWidget::exportSpectre ( )
slot

Fonction d'export des spectres pour chaque couple source recepteur

Definition at line 495 of file TYResultatWidget.cpp.

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

◆ getFormatFromContributionsTable()

void TYResultatWidget::getFormatFromContributionsTable ( QTableWidgetItem *  item,
QXlsx::Format &  format 
)

Récupère le format de la cellule à partir de la table de résultats.

Parameters
initem L'élément de la table correspondant à la cellule
formatoutput Le format à utiliser sur la cellule

Definition at line 682 of file TYResultatWidget.cpp.

Here is the caller graph for this function:

◆ getPuissanceElem() [1/2]

TYSpectre TYResultatWidget::getPuissanceElem ( const unsigned int &  i)
private

Definition at line 1168 of file TYResultatWidget.cpp.

Here is the caller graph for this function:

◆ getPuissanceElem() [2/2]

TYSpectre TYResultatWidget::getPuissanceElem ( TYElement pElement)
private

Definition at line 1175 of file TYResultatWidget.cpp.

◆ getSelectedSubstCalcul()

TYCalcul * TYResultatWidget::getSelectedSubstCalcul ( )
private

Definition at line 481 of file TYResultatWidget.cpp.

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

◆ getSpectre()

OSpectre TYResultatWidget::getSpectre ( const int &  row,
const int &  col,
TYCalcul pCalcul 
)
private

Recherche du spectre associe a une ligne et une colonne pour un calcul.

Definition at line 1051 of file TYResultatWidget.cpp.

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

◆ getXlsxRow()

int TYResultatWidget::getXlsxRow ( int  row)

Renvoie l'index de ligne dans Excel en fonction de l'index de ligne dans la table des résultats.

Parameters
rowIndex de ligne dans la table des résultats

Definition at line 604 of file TYResultatWidget.cpp.

Here is the caller graph for this function:

◆ initTabSort()

void TYResultatWidget::initTabSort ( int  col = 1)

Initialisation du tableau de resultats

Definition at line 1100 of file TYResultatWidget.cpp.

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

◆ isPresenceTonaliteMarquee()

bool TYResultatWidget::isPresenceTonaliteMarquee ( const OSpectre spectre)
private

Definition at line 1201 of file TYResultatWidget.cpp.

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

◆ print

void TYResultatWidget::print ( )
slot

Imprime le tableau de resultats

Definition at line 859 of file TYResultatWidget.cpp.

Here is the caller graph for this function:

◆ resuAffichage()

double TYResultatWidget::resuAffichage ( OSpectre spectre1,
OSpectre spectre2,
bool &  valid,
const int &  typeCase 
)
private

Calcul du contenu de la cellule en fonction du contexte (option de calcul)

Definition at line 1330 of file TYResultatWidget.cpp.

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

◆ resuSpectre()

OSpectre TYResultatWidget::resuSpectre ( OSpectre spectre1,
OSpectre spectre2,
const int &  typeCase 
)
private

Calcul du spectre en fonction du contexte (option de calcul)

Definition at line 1392 of file TYResultatWidget.cpp.

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

◆ setCellAttributs()

void TYResultatWidget::setCellAttributs ( const int &  row,
const int &  col,
const OSpectre spectre 
)
private

Definition des attributs d'une cellule (couleur de fond, police)

◆ setFrequency

void TYResultatWidget::setFrequency ( int  freq)
protectedvirtualslot

CHangement de la frequence de travail.

Definition at line 1492 of file TYResultatWidget.cpp.

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

◆ showContribTreeDialog()

void TYResultatWidget::showContribTreeDialog ( int  col)

Visualise l'arborescence des contributions des sources

Definition at line 1191 of file TYResultatWidget.cpp.

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

◆ slotContributionLineEditChanged

void TYResultatWidget::slotContributionLineEditChanged ( )
slot

La valeur du seuil de contribution en dB a change

Definition at line 1206 of file TYResultatWidget.cpp.

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

◆ sortCol

void TYResultatWidget::sortCol ( int  col)
protectedslot

Definition at line 1129 of file TYResultatWidget.cpp.

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

◆ sortColumnsByHeaderText()

void TYResultatWidget::sortColumnsByHeaderText ( Qt::SortOrder  order = Qt::AscendingOrder,
Qt::CaseSensitivity  cs = Qt::CaseInsensitive,
bool  localeAware = true 
)
private

Classe les récepteurs par ordre alphabétique dans la vue. Le modèle n'est pas modifié

Parameters
orderType de classement
csSensibilité à la casse
localeAwarePrise en compte de la locale ou non

Definition at line 1522 of file TYResultatWidget.cpp.

Here is the caller graph for this function:

◆ sortName()

void TYResultatWidget::sortName ( )

Tri des resultats par nom

Definition at line 1158 of file TYResultatWidget.cpp.

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

◆ sortRes()

void TYResultatWidget::sortRes ( int  col)

Tri des numerique des resultats (remplace le tri de QTable non satisfaisant

Definition at line 1148 of file TYResultatWidget.cpp.

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

◆ updateComboSubstCalculs()

void TYResultatWidget::updateComboSubstCalculs ( )
private

Definition at line 451 of file TYResultatWidget.cpp.

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

◆ updateContent

void TYResultatWidget::updateContent ( )
virtualslot

Definition at line 372 of file TYResultatWidget.cpp.

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

◆ updateFreqList()

void TYResultatWidget::updateFreqList ( )
private

Remplissage du combo des frequences.

Definition at line 1481 of file TYResultatWidget.cpp.

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

◆ updateHeaderLabel()

void TYResultatWidget::updateHeaderLabel ( )
private

Definition at line 425 of file TYResultatWidget.cpp.

Here is the caller graph for this function:

◆ updateTable

void TYResultatWidget::updateTable ( )
slot

Mise a jour de l'affichage de la table

Definition at line 967 of file TYResultatWidget.cpp.

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

◆ writeColHeadersToSheet()

void TYResultatWidget::writeColHeadersToSheet ( QXlsx::Document &  xlsx,
int  columnCount 
)

Ecrit les en-têtes des colonnes dans la feuille Excel sélectionnée.

Parameters
documentQXlsxFichier Excel au format xlsx
columnCountNb de colonnes à écrire

Definition at line 699 of file TYResultatWidget.cpp.

Here is the caller graph for this function:

◆ writeContributionsTableRow()

void TYResultatWidget::writeContributionsTableRow ( int  columnCount,
int  row,
QXlsx::Document &  documentQXlsx 
)

Ecrit une ligne des contributions partielles des sources au récepteur dans un fichier Excel au format xlsx.

Parameters
columnCountNombre de colonnes
rowIndex de la ligne
documentQXlsxFichier Excel au format xlsx

Definition at line 579 of file TYResultatWidget.cpp.

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

◆ writeCumulatedContributionsTableRow()

void TYResultatWidget::writeCumulatedContributionsTableRow ( int  columnCount,
int  row,
QXlsx::Document &  documentQXlsx 
)

Ecrit une ligne du cumul des contributions des sources aux récepteurs dans un fichier Excel au format xlsx.

Parameters
columnCountNombre de colonnes
rowIndex de la ligne
documentQXlsxFichier Excel au format xlsx

Definition at line 639 of file TYResultatWidget.cpp.

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

◆ writeRowHeadersToSheet()

void TYResultatWidget::writeRowHeadersToSheet ( int  row,
QXlsx::Document &  xlsx 
)

Ecrit les en-têtes des lignes dans la feuille Excel sélectionnée.

Parameters
rowLigne de la table à écrire
documentQXlsxFichier Excel au format xlsx

Definition at line 672 of file TYResultatWidget.cpp.

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

Member Data Documentation

◆ _buttonGroupOperation

QButtonGroup* TYResultatWidget::_buttonGroupOperation
protected

Choix du type de calcul.

Definition at line 363 of file TYResultatWidget.h.

◆ _choixAffichage

int TYResultatWidget::_choixAffichage
protected

Mode d'affichage (dBA, dBLin, dB(f))

Definition at line 381 of file TYResultatWidget.h.

◆ _choixOperation

int TYResultatWidget::_choixOperation
protected

Type d'operation choisie.

Definition at line 384 of file TYResultatWidget.h.

◆ _comboBoxFreq

QComboBox* TYResultatWidget::_comboBoxFreq
protected

Combo pour le choix de la frequence de travail.

Definition at line 342 of file TYResultatWidget.h.

◆ _comboBoxSubstCalcul

QComboBox* TYResultatWidget::_comboBoxSubstCalcul
protected

Definition at line 370 of file TYResultatWidget.h.

◆ _cumulatedContribs

std::vector<std::vector<double> > TYResultatWidget::_cumulatedContribs
protected

Contributions cumulées

Definition at line 405 of file TYResultatWidget.h.

◆ _freq

double TYResultatWidget::_freq
protected

Frequence de travail.

Definition at line 387 of file TYResultatWidget.h.

◆ _nbColonnes

unsigned int TYResultatWidget::_nbColonnes
protected

Definition at line 395 of file TYResultatWidget.h.

◆ _nbLignes

unsigned int TYResultatWidget::_nbLignes
protected

Nombre de ligne, de colonnes.

Definition at line 394 of file TYResultatWidget.h.

◆ _nbRecepteurs

unsigned int TYResultatWidget::_nbRecepteurs
protected

Definition at line 391 of file TYResultatWidget.h.

◆ _nbSources

unsigned int TYResultatWidget::_nbSources
protected

Nombre de sources, de recepteurs.

Definition at line 390 of file TYResultatWidget.h.

◆ _pButtonExport

QPushButton* TYResultatWidget::_pButtonExport
protected

Definition at line 377 of file TYResultatWidget.h.

◆ _pButtonExportSpectre

QPushButton* TYResultatWidget::_pButtonExportSpectre
protected

Definition at line 378 of file TYResultatWidget.h.

◆ _pButtonExportXlsx

QPushButton* TYResultatWidget::_pButtonExportXlsx
protected

Definition at line 376 of file TYResultatWidget.h.

◆ _pContributionLineEditBas

TYLineEdit* TYResultatWidget::_pContributionLineEditBas
protected

Definition at line 344 of file TYResultatWidget.h.

◆ _pContributionLineEditHaut

TYLineEdit* TYResultatWidget::_pContributionLineEditHaut
protected

Definition at line 346 of file TYResultatWidget.h.

◆ _pContributionLineEditMoy

TYLineEdit* TYResultatWidget::_pContributionLineEditMoy
protected

Definition at line 345 of file TYResultatWidget.h.

◆ _pHorizontalLineWidget

QWidget* TYResultatWidget::_pHorizontalLineWidget
protected

Definition at line 360 of file TYResultatWidget.h.

◆ _pLabelEner

QLabel* TYResultatWidget::_pLabelEner
protected

Definition at line 359 of file TYResultatWidget.h.

◆ _pLabelLeq100

QLabel* TYResultatWidget::_pLabelLeq100
protected

Definition at line 358 of file TYResultatWidget.h.

◆ _pLabelLeqBas

QLabel* TYResultatWidget::_pLabelLeqBas
protected

Definition at line 355 of file TYResultatWidget.h.

◆ _pLabelLeqHaut

QLabel* TYResultatWidget::_pLabelLeqHaut
protected

Definition at line 357 of file TYResultatWidget.h.

◆ _pLabelLeqMoy

QLabel* TYResultatWidget::_pLabelLeqMoy
protected

Definition at line 356 of file TYResultatWidget.h.

◆ _pLabelPct100

QLabel* TYResultatWidget::_pLabelPct100
protected

Definition at line 353 of file TYResultatWidget.h.

◆ _pLabelPctBas

QLabel* TYResultatWidget::_pLabelPctBas
protected

Definition at line 350 of file TYResultatWidget.h.

◆ _pLabelPctHaut

QLabel* TYResultatWidget::_pLabelPctHaut
protected

Definition at line 352 of file TYResultatWidget.h.

◆ _pLabelPctMoy

QLabel* TYResultatWidget::_pLabelPctMoy
protected

Definition at line 351 of file TYResultatWidget.h.

◆ _pLabelPres

QLabel* TYResultatWidget::_pLabelPres
protected

Definition at line 354 of file TYResultatWidget.h.

◆ _printer

QPrinter* TYResultatWidget::_printer
protected

Definition at line 373 of file TYResultatWidget.h.

◆ _pTable

QTableWidget* TYResultatWidget::_pTable
protected

Definition at line 334 of file TYResultatWidget.h.

◆ _radioButtonAmbiant

QRadioButton* TYResultatWidget::_radioButtonAmbiant
protected

Definition at line 367 of file TYResultatWidget.h.

◆ _radioButtonDBA

QRadioButton* TYResultatWidget::_radioButtonDBA
protected

Definition at line 337 of file TYResultatWidget.h.

◆ _radioButtonDBFRQ

QRadioButton* TYResultatWidget::_radioButtonDBFRQ
protected

Definition at line 339 of file TYResultatWidget.h.

◆ _radioButtonDBLIN

QRadioButton* TYResultatWidget::_radioButtonDBLIN
protected

Definition at line 338 of file TYResultatWidget.h.

◆ _radioButtonDelta

QRadioButton* TYResultatWidget::_radioButtonDelta
protected

Definition at line 365 of file TYResultatWidget.h.

◆ _radioButtonEmergence

QRadioButton* TYResultatWidget::_radioButtonEmergence
protected

Definition at line 366 of file TYResultatWidget.h.

◆ _radioButtonNoOp

QRadioButton* TYResultatWidget::_radioButtonNoOp
protected

Definition at line 364 of file TYResultatWidget.h.

◆ _resultatLayout

QGridLayout* TYResultatWidget::_resultatLayout
protected

Definition at line 333 of file TYResultatWidget.h.

◆ _seuilContributionBas

double TYResultatWidget::_seuilContributionBas
protected

Definition at line 347 of file TYResultatWidget.h.

◆ _seuilContributionHaut

double TYResultatWidget::_seuilContributionHaut
protected

Definition at line 349 of file TYResultatWidget.h.

◆ _seuilContributionMoy

double TYResultatWidget::_seuilContributionMoy
protected

Definition at line 348 of file TYResultatWidget.h.

◆ _tabSortedRes

TYStructIndiceResultat* TYResultatWidget::_tabSortedRes
protected

tableau des indices tries

Definition at line 400 of file TYResultatWidget.h.


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