| 523 | } |
| 524 | |
| 525 | void EntityNode::onModelKeyChanged(const std::string& value) |
| 526 | { |
| 527 | // Default implementation suitable for Light, Generic and EClassModel |
| 528 | // Dispatch the call to the key observer, which will create the child node |
| 529 | _modelKey.modelChanged(value); |
| 530 | } |
| 531 | |
| 532 | void EntityNode::_modelKeyChanged(const std::string& value) |
| 533 | { |
nothing calls this directly
no test coverage detected