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

#include <TYSolverParamsWidgetManager.h>

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

Public Slots

void widgetEdited (QString newValue)
 

Public Member Functions

 TYSolverParamsWidgetManager ()
 
 TYSolverParamsWidgetManager (QString dataModelPath)
 
void readDataModel (QString dataModelPath)
 
TYSolverParamsDataModelgetDataModel (QString paramName)
 
TYSolverParamsWidgetgetWidget (QString paramName)
 
TYSolverParamsWidgetmakeWidget (QString paramName)
 
TYSolverParamsWidgetmakeWidget (TYSolverParamsDataModel *dataModel)
 
void registerWidget (TYSolverParamsWidget *widget)
 
void updateWidgets (QString newParamValues)
 
QString getSolverParams ()
 
void setSolverParams (QString newSolverParams)
 
void forceSyncParams ()
 

Private Attributes

QMap< QString, TYSolverParamsDataModel * > _dataModelMap
 
QMap< QString, TYSolverParamsWidget * > _solverParamsWidgets
 
QString _solverParams
 

Detailed Description

Definition at line 31 of file TYSolverParamsWidgetManager.h.

Constructor & Destructor Documentation

◆ TYSolverParamsWidgetManager() [1/2]

TYSolverParamsWidgetManager::TYSolverParamsWidgetManager ( )

Definition at line 36 of file TYSolverParamsWidgetManager.cpp.

Here is the call graph for this function:

◆ TYSolverParamsWidgetManager() [2/2]

TYSolverParamsWidgetManager::TYSolverParamsWidgetManager ( QString  dataModelPath)

Definition at line 42 of file TYSolverParamsWidgetManager.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ forceSyncParams()

void TYSolverParamsWidgetManager::forceSyncParams ( )
Here is the caller graph for this function:

◆ getDataModel()

TYSolverParamsDataModel * TYSolverParamsWidgetManager::getDataModel ( QString  paramName)

Definition at line 76 of file TYSolverParamsWidgetManager.cpp.

Here is the caller graph for this function:

◆ getSolverParams()

QString TYSolverParamsWidgetManager::getSolverParams ( )
inline

Definition at line 46 of file TYSolverParamsWidgetManager.h.

Here is the caller graph for this function:

◆ getWidget()

TYSolverParamsWidget * TYSolverParamsWidgetManager::getWidget ( QString  paramName)

Definition at line 83 of file TYSolverParamsWidgetManager.cpp.

Here is the caller graph for this function:

◆ makeWidget() [1/2]

TYSolverParamsWidget * TYSolverParamsWidgetManager::makeWidget ( QString  paramName)

Definition at line 90 of file TYSolverParamsWidgetManager.cpp.

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

◆ makeWidget() [2/2]

TYSolverParamsWidget * TYSolverParamsWidgetManager::makeWidget ( TYSolverParamsDataModel dataModel)

Definition at line 96 of file TYSolverParamsWidgetManager.cpp.

Here is the call graph for this function:

◆ readDataModel()

void TYSolverParamsWidgetManager::readDataModel ( QString  dataModelPath)

Definition at line 47 of file TYSolverParamsWidgetManager.cpp.

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

◆ registerWidget()

void TYSolverParamsWidgetManager::registerWidget ( TYSolverParamsWidget widget)

Definition at line 120 of file TYSolverParamsWidgetManager.cpp.

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

◆ setSolverParams()

void TYSolverParamsWidgetManager::setSolverParams ( QString  newSolverParams)
inline

Definition at line 50 of file TYSolverParamsWidgetManager.h.

◆ updateWidgets()

void TYSolverParamsWidgetManager::updateWidgets ( QString  newParamValues)

Definition at line 129 of file TYSolverParamsWidgetManager.cpp.

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

◆ widgetEdited

void TYSolverParamsWidgetManager::widgetEdited ( QString  newValue)
slot

Definition at line 161 of file TYSolverParamsWidgetManager.cpp.

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

Member Data Documentation

◆ _dataModelMap

QMap<QString, TYSolverParamsDataModel*> TYSolverParamsWidgetManager::_dataModelMap
private

Definition at line 57 of file TYSolverParamsWidgetManager.h.

◆ _solverParams

QString TYSolverParamsWidgetManager::_solverParams
private

Definition at line 59 of file TYSolverParamsWidgetManager.h.

◆ _solverParamsWidgets

QMap<QString, TYSolverParamsWidget*> TYSolverParamsWidgetManager::_solverParamsWidgets
private

Definition at line 58 of file TYSolverParamsWidgetManager.h.


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