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

Method isUserString

MyGUIEngine/src/MyGUI_WidgetUserData.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 bool UserData::isUserString(std::string_view _key) const
45 {
46 return mMapUserString.find(_key) != mMapUserString.end();
47 }
48
49 void UserData::clearUserStrings()
50 {

Callers 10

ExportGui.cppFile · 0.80
initialiseMethod · 0.80
snapToParentMethod · 0.80
notifyFrameStartMethod · 0.80
initialiseOverrideMethod · 0.80
_getActionScaleMethod · 0.80
OnInitialiseMethod · 0.80
loadDefaultSizeMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected