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

Method setUserString

MyGUIEngine/src/MyGUI_WidgetUserData.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12{
13
14 void UserData::setUserString(std::string_view _key, std::string_view _value)
15 {
16 mapSet(mMapUserString, _key, _value);
17 }
18
19 /** Get user string or "" if not found */
20 std::string_view UserData::getUserString(std::string_view _key) const

Callers 15

ExportGui_WrapWidgetFunction · 0.80
Gui.hFile · 0.80
SetUserStringFunction · 0.80
initialiseMethod · 0.80
parseTextMethod · 0.80
initialiseOverrideMethod · 0.80
createWidgetMethod · 0.80
notifyChangeScopeMethod · 0.80
notifyChangeScopeMethod · 0.80
notifyChangeScopeMethod · 0.80

Calls 1

mapSetFunction · 0.50

Tested by

no test coverage detected