| 418 | } |
| 419 | |
| 420 | std::string MacroConditionSceneTransform::GetShortDesc() const |
| 421 | { |
| 422 | if (_source.ToString().empty()) { |
| 423 | return ""; |
| 424 | } |
| 425 | |
| 426 | return _scene.ToString() + " - " + _source.ToString(); |
| 427 | } |
| 428 | |
| 429 | void MacroConditionSceneTransform::SetSettingsType(SettingsType type) |
| 430 | { |
no test coverage detected