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

Method getProperty

Tools/EditorFramework/Data.cpp:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144
145 PropertyPtr Data::getProperty(std::string_view _name) const
146 {
147 MapProperty::const_iterator property = mProperties.find(_name);
148 MYGUI_ASSERT(property != mProperties.end(), "Property " << _name << " not found");
149
150 return (*property).second;
151 }
152
153 DataPtr Data::CreateInstance()
154 {

Callers 15

storeRegionValuesMethod · 0.45
doMergeMethod · 0.45
storeRegionValuesMethod · 0.45
notifyChangeValueMethod · 0.45
notifyChangeValueMethod · 0.45
doMergeMethod · 0.45
doMergeMethod · 0.45
storeRegionValuesMethod · 0.45
notifyChangeValueMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected