| 1627 | } |
| 1628 | |
| 1629 | void FloorplanJS::updateSpaceTypes(const std::vector<FloorplanObject>& objects, bool removeMissingObjects) { |
| 1630 | updateObjects(m_value, "space_types", objects, removeMissingObjects); |
| 1631 | } |
| 1632 | |
| 1633 | void FloorplanJS::updateConstructionSets(const std::vector<FloorplanObject>& objects, bool removeMissingObjects) { |
| 1634 | updateObjects(m_value, "construction_sets", objects, removeMissingObjects); |