Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Public Slots | Signals | Public Member Functions | Public Attributes | Properties | Private Attributes | List of all members
TYSolverParamsWidget Class Reference

Objet de base dont doivent heriter les widgets utilises pour controler les parametres du solveur. More...

#include <TYSolverParamsWidget.h>

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

Public Slots

void setValue (QString value)
 
void setValue (int value)
 
void setValue (bool value)
 

Signals

void valueChanged (QString)
 

Public Member Functions

 TYSolverParamsWidget (TYSolverParamsDataModel *dataModel)
 
virtual ~TYSolverParamsWidget ()
 
QString value () const
 

Public Attributes

TYSolverParamsDataModeldataModel
 

Properties

QString value
 

Private Attributes

QString m_value
 

Detailed Description

Objet de base dont doivent heriter les widgets utilises pour controler les parametres du solveur.

Objet prevu pour les parametres booleens.

Objet prevu pour les parametres categoriels.

Objet prevu pour les parametres numeriques.

Definition at line 76 of file TYSolverParamsWidget.h.

Constructor & Destructor Documentation

◆ TYSolverParamsWidget()

TYSolverParamsWidget::TYSolverParamsWidget ( TYSolverParamsDataModel dataModel)

Definition at line 63 of file TYSolverParamsWidget.cpp.

Here is the call graph for this function:

◆ ~TYSolverParamsWidget()

virtual TYSolverParamsWidget::~TYSolverParamsWidget ( )
inlinevirtual

Definition at line 83 of file TYSolverParamsWidget.h.

Member Function Documentation

◆ setValue [1/3]

void TYSolverParamsWidget::setValue ( bool  value)
slot

Definition at line 84 of file TYSolverParamsWidget.cpp.

Here is the call graph for this function:

◆ setValue [2/3]

void TYSolverParamsWidget::setValue ( int  value)
slot

Definition at line 79 of file TYSolverParamsWidget.cpp.

Here is the call graph for this function:

◆ setValue [3/3]

void TYSolverParamsWidget::setValue ( QString  value)
slot

Definition at line 70 of file TYSolverParamsWidget.cpp.

Here is the caller graph for this function:

◆ value()

QString TYSolverParamsWidget::value ( ) const
inline

Definition at line 85 of file TYSolverParamsWidget.h.

◆ valueChanged

void TYSolverParamsWidget::valueChanged ( QString  )
signal
Here is the caller graph for this function:

Member Data Documentation

◆ dataModel

TYSolverParamsDataModel* TYSolverParamsWidget::dataModel

Definition at line 90 of file TYSolverParamsWidget.h.

◆ m_value

QString TYSolverParamsWidget::m_value
private

Definition at line 93 of file TYSolverParamsWidget.h.

Property Documentation

◆ value

QString TYSolverParamsWidget::value
readwrite

Definition at line 69 of file TYSolverParamsWidget.h.


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