| 158 | } |
| 159 | |
| 160 | bool WidgetManager::isFactoryExist(std::string_view _type) |
| 161 | { |
| 162 | return FactoryManager::getInstance().isFactoryExist(mCategoryName, _type); |
| 163 | } |
| 164 | |
| 165 | void WidgetManager::notifyEventFrameStart(float _time) |
| 166 | { |
no outgoing calls
no test coverage detected