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

Method booleanUnionClicked

src/gui/map/map_editor.cpp:3377–3381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3375}
3376
3377void MapEditorController::booleanUnionClicked()
3378{
3379 if (!BooleanTool(BooleanTool::Union, map).executePerSymbol())
3380 QMessageBox::warning(window, tr("Error"), tr("Unification failed."));
3381}
3382
3383void MapEditorController::booleanIntersectionClicked()
3384{

Callers

nothing calls this directly

Calls 2

BooleanToolClass · 0.85
executePerSymbolMethod · 0.80

Tested by

no test coverage detected