| 394 | } |
| 395 | |
| 396 | void PatternEditorWindow::onDelete() |
| 397 | { |
| 398 | _simulationFacade->removeSelectedObjects(EditorModel::get().isRolloutToClusters()); |
| 399 | EditorModel::get().update(); |
| 400 | } |
| 401 | |
| 402 | PatternEditorWindow::PatternEditorWindow() |
| 403 | : AlienWindow("Pattern editor", "editors.pattern editor", true) |
nothing calls this directly
no test coverage detected