|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <TYSolverParamsWidgetManager.h>


Public Slots | |
| void | widgetEdited (QString newValue) |
Public Member Functions | |
| TYSolverParamsWidgetManager () | |
| TYSolverParamsWidgetManager (QString dataModelPath) | |
| void | readDataModel (QString dataModelPath) |
| TYSolverParamsDataModel * | getDataModel (QString paramName) |
| TYSolverParamsWidget * | getWidget (QString paramName) |
| TYSolverParamsWidget * | makeWidget (QString paramName) |
| TYSolverParamsWidget * | makeWidget (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 |
Definition at line 31 of file TYSolverParamsWidgetManager.h.
| TYSolverParamsWidgetManager::TYSolverParamsWidgetManager | ( | ) |
Definition at line 36 of file TYSolverParamsWidgetManager.cpp.

| TYSolverParamsWidgetManager::TYSolverParamsWidgetManager | ( | QString | dataModelPath | ) |
Definition at line 42 of file TYSolverParamsWidgetManager.cpp.

| void TYSolverParamsWidgetManager::forceSyncParams | ( | ) |

| TYSolverParamsDataModel * TYSolverParamsWidgetManager::getDataModel | ( | QString | paramName | ) |
Definition at line 76 of file TYSolverParamsWidgetManager.cpp.

|
inline |
Definition at line 46 of file TYSolverParamsWidgetManager.h.

| TYSolverParamsWidget * TYSolverParamsWidgetManager::getWidget | ( | QString | paramName | ) |
Definition at line 83 of file TYSolverParamsWidgetManager.cpp.

| TYSolverParamsWidget * TYSolverParamsWidgetManager::makeWidget | ( | QString | paramName | ) |
Definition at line 90 of file TYSolverParamsWidgetManager.cpp.


| TYSolverParamsWidget * TYSolverParamsWidgetManager::makeWidget | ( | TYSolverParamsDataModel * | dataModel | ) |
Definition at line 96 of file TYSolverParamsWidgetManager.cpp.

| void TYSolverParamsWidgetManager::readDataModel | ( | QString | dataModelPath | ) |
Definition at line 47 of file TYSolverParamsWidgetManager.cpp.


| void TYSolverParamsWidgetManager::registerWidget | ( | TYSolverParamsWidget * | widget | ) |
Definition at line 120 of file TYSolverParamsWidgetManager.cpp.


|
inline |
Definition at line 50 of file TYSolverParamsWidgetManager.h.
| void TYSolverParamsWidgetManager::updateWidgets | ( | QString | newParamValues | ) |
Definition at line 129 of file TYSolverParamsWidgetManager.cpp.


|
slot |
Definition at line 161 of file TYSolverParamsWidgetManager.cpp.


|
private |
Definition at line 57 of file TYSolverParamsWidgetManager.h.
|
private |
Definition at line 59 of file TYSolverParamsWidgetManager.h.
|
private |
Definition at line 58 of file TYSolverParamsWidgetManager.h.