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

Method getUserDataEnumerator

Tools/LayoutEditor/WidgetContainer.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 WidgetContainer::UserDataEnumerator WidgetContainer::getUserDataEnumerator() const
112 {
113 return UserDataEnumerator(mUserString);
114 }
115
116 void WidgetContainer::setProperty(std::string_view _key, std::string_view _value, bool _eraseExist)
117 {

Callers 2

updateMethod · 0.80
serialiseWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected