Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ addUserTag
Method
addUserTag
MyGUIEngine/src/MyGUI_LanguageManager.cpp:245–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
}
244
245
void LanguageManager::addUserTag(const UString& _tag, const UString& _replace)
246
{
247
mUserMapLanguage[_tag] = _replace;
248
}
249
250
void LanguageManager::clearUserTags()
251
{
Callers
4
printWidgetDeclaration
Method · 0.80
notifyGeneratePressed
Method · 0.80
update
Method · 0.80
addUserTag
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected