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

Method restoreUniqueNameProperty

Tools/EditorFramework/PropertyUtility.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 void PropertyUtility::restoreUniqueNameProperty(VectorPairProperty& _store)
72 {
73 for (auto& value : _store)
74 value.first->setValue(value.second);
75 _store.clear();
76 }
77
78 PropertyPtr PropertyUtility::getPropertyByName(
79 DataPtr _data,

Callers

nothing calls this directly

Calls 2

setValueMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected