MCPcopy Create free account
hub / github.com/MyGUI/mygui / isFactoryExist

Method isFactoryExist

MyGUIEngine/src/MyGUI_WidgetManager.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 4

onFillValuesMethod · 0.45
parseWidgetMethod · 0.45
moveNewWidgetMethod · 0.45
showMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected