MCPcopy Create free account
hub / github.com/chrxh/alien / onDelete

Method onDelete

source/Gui/PatternEditorWindow.cpp:396–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

isRolloutToClustersMethod · 0.80
removeSelectedObjectsMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected