MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / deleteClicked

Method deleteClicked

src/gui/map/map_editor.cpp:2761–2766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2759}
2760
2761void MapEditorController::deleteClicked()
2762{
2763 if (editing_in_progress)
2764 return;
2765 map->deleteSelectedObjects();
2766}
2767
2768void MapEditorController::duplicateClicked()
2769{

Callers

nothing calls this directly

Calls 1

deleteSelectedObjectsMethod · 0.45

Tested by

no test coverage detected