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

Method existUserData

Tools/LayoutEditor/WidgetContainer.cpp:101–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 bool WidgetContainer::existUserData(std::string_view _key) const
102 {
103 for (const auto& item : mUserString)
104 {
105 if (item.first == _key)
106 return true;
107 }
108 return false;
109 }
110
111 WidgetContainer::UserDataEnumerator WidgetContainer::getUserDataEnumerator() const
112 {

Callers 8

notifyAddUserDataMethod · 0.80
notifyUpdateUserDataMethod · 0.80
tryToApplyPropertyMethod · 0.80
updateMethod · 0.80
notifyActionTypeMethod · 0.80
notifyActionTemplateMethod · 0.80
findWidgetSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected