| 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, |