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

Function getValue

Tools/EditorFramework/Property.h:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36 template<typename Type>
37 Type getValue() const
38 {
39 return MyGUI::utility::parseValue<Type>(getValue());
40 }
41
42 template<typename Type, typename = std::enable_if_t<!std::is_convertible_v<Type, std::string_view>>>
43 void setValue(const Type& _value)

Callers 10

doActionMethod · 0.70
doActionMethod · 0.70
setNewValuesMethod · 0.50
setNewValuesMethod · 0.50
doActionMethod · 0.50
setNewValuesMethod · 0.50
updatePropertyMethod · 0.50
notifyClickDeleteMethod · 0.50
notifyEndDialogMethod · 0.50
doActionMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected