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

Method setType

Tools/LayoutEditor/WidgetContainer.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 }
218
219 void WidgetContainer::setType(std::string_view _value)
220 {
221 mType = _value;
222 }
223
224 const std::string& WidgetContainer::getAlign() const
225 {

Callers 3

parseWidgetMethod · 0.45
notifyActionTypeMethod · 0.45
notifyActionTemplateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected