| 385 | } |
| 386 | |
| 387 | void LAppView::ChangeModelTo(std::string modelPath, std::string modelJsonFileName) |
| 388 | { |
| 389 | _nextModelPath = modelPath; |
| 390 | _nextModelJsonFileName = modelJsonFileName; |
| 391 | _changeModel = true; |
| 392 | } |
| 393 | |
| 394 | void LAppView::ApplyExpression(const char* expressionName) { |
| 395 | _modelParameters.changeExpression = true; |
no outgoing calls
no test coverage detected