| 353 | } |
| 354 | |
| 355 | void UserInterfaceModule::unregisterControl(const std::string& controlName) |
| 356 | { |
| 357 | _userControls.erase(controlName); |
| 358 | } |
| 359 | |
| 360 | void UserInterfaceModule::foreachControl(const std::function<void(const std::string&)>& functor) |
| 361 | { |