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

Function setPropertyValue

Tools/EditorFramework/Data.h:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55 template<class Type, typename = std::enable_if_t<!std::is_convertible_v<Type, std::string_view>>>
56 void setPropertyValue(std::string_view _name, const Type& _value) const
57 {
58 setPropertyValue(_name, MyGUI::utility::toString(_value));
59 }
60
61 PropertyPtr getProperty(std::string_view _name) const;
62

Callers 1

notifyUpdateItemMethod · 0.85

Calls 1

toStringFunction · 0.85

Tested by

no test coverage detected