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

Method setLayerName

Tools/LayoutEditor/WidgetContainer.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 void WidgetContainer::setLayerName(std::string_view _value)
175 {
176 mLayer = _value;
177 }
178
179 const std::string& WidgetContainer::getLayerName() const
180 {

Callers 2

parseWidgetMethod · 0.45
notifyActionLayerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected