Searched refs:newFurnitureGroups (Results 1 – 1 of 1) sorted by relevance
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/ |
H A D | FurnitureController.java | 228 final HomeFurnitureGroup [] newFurnitureGroups = group != null in addFurniture() local 240 if (newFurnitureGroups != null) { in addFurniture() 241 newFurnitureGroups [i] = group; in addFurniture() 250 …doAddFurniture(this.home, newFurniture, newFurnitureGroups, newFurnitureIndex, furnitureLevel, new… in addFurniture() 254 … newFurnitureIndex, newFurnitureGroups, newFurnitureLevels, furnitureLevel, newBasePlanLocked)); in addFurniture() 268 private final HomeFurnitureGroup [] newFurnitureGroups; field in FurnitureController.FurnitureAdditionUndoableEdit 276 … HomeFurnitureGroup [] newFurnitureGroups, Level [] newFurnitureLevels, in FurnitureAdditionUndoableEdit() argument 285 this.newFurnitureGroups = newFurnitureGroups; in FurnitureAdditionUndoableEdit() 301 …doAddFurniture(this.home, this.newFurniture, this.newFurnitureGroups, this.newFurnitureIndex, this… in redo()
|