Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setName
Method
setName
Tools/LayoutEditor/WidgetContainer.cpp:199–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
void WidgetContainer::setName(std::string_view _value)
200
{
201
mName = _value;
202
}
203
204
const std::string& WidgetContainer::getSkin() const
205
{
Callers
7
parseWidget
Method · 0.45
notifyActionName
Method · 0.45
getPropertyField
Method · 0.45
AddParametrs
Method · 0.45
AddParametrs
Method · 0.45
notifySelectItem
Method · 0.45
getPropertyField
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected