| 369 | } |
| 370 | |
| 371 | void PatternEditorWindow::onCopy() |
| 372 | { |
| 373 | _copiedSelection = _simulationFacade->getSelectedSimulationData(EditorModel::get().isRolloutToClusters()); |
| 374 | } |
| 375 | |
| 376 | bool PatternEditorWindow::isPastingPossible() const |
| 377 | { |
nothing calls this directly
no test coverage detected