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

Method getParentType

Tools/EditorFramework/DataTypeManager.cpp:81–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 DataTypePtr DataTypeManager::getParentType(std::string_view _type)
82 {
83 for (const auto& dataInfo : mDataInfos)
84 {
85 if (dataInfo->isChild(_type))
86 return dataInfo;
87 }
88
89 return nullptr;
90 }
91
92}

Callers 1

notifyChangeScopeMethod · 0.80

Calls 1

isChildMethod · 0.80

Tested by

no test coverage detected