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

Method getUserData

Tools/LayoutEditor/WidgetContainer.cpp:79–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 std::string_view WidgetContainer::getUserData(std::string_view _key)
80 {
81 for (const auto& item : mUserString)
82 {
83 if (item.first == _key)
84 return item.second;
85 }
86 return {};
87 }
88
89 void WidgetContainer::clearUserData(std::string_view _key)
90 {

Callers 6

checkUserDataMethod · 0.80
updateMethod · 0.80
notifyActionTemplateMethod · 0.80
AddParametrsMethod · 0.80
AddParametrsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected