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

Method addPropertyValue

Tools/LayoutEditor/PanelItems.cpp:248–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 }
247
248 void PanelItems::addPropertyValue(
249 MyGUI::Widget* _widget,
250 std::string_view _propertyName,
251 std::string_view _propertyValue)
252 {
253 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(_widget);
254 widgetContainer->setProperty(_propertyName, _propertyValue, false);
255 }
256
257}

Callers

nothing calls this directly

Calls 2

findMethod · 0.45
setPropertyMethod · 0.45

Tested by

no test coverage detected