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

Method setRelativeMode

Tools/LayoutEditor/WidgetContainer.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 }
248
249 void WidgetContainer::setRelativeMode(bool _value)
250 {
251 mRelativeMode = _value;
252 }
253
254 void WidgetContainer::setPropertyByIndex(size_t _index, std::string_view _key, std::string_view _value)
255 {

Callers 2

parseWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected