MCPcopy 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

parseWidgetMethod · 0.45
notifyActionNameMethod · 0.45
getPropertyFieldMethod · 0.45
AddParametrsMethod · 0.45
AddParametrsMethod · 0.45
notifySelectItemMethod · 0.45
getPropertyFieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected