Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cpp
File · 0.80
Type MYGUICALL ExportWidget_IsUserString__key
Method · 0.80
MyGUI_Managed_WidgetUserData.h
File · 0.80
initialise
Method · 0.80
snapToParent
Method · 0.80
notifyFrameStart
Method · 0.80
initialiseOverride
Method · 0.80
_getActionScale
Method · 0.80
OnInitialise
Method · 0.80
loadDefaultSize
Method · 0.80
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected