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

Method setOverprintingSimulationEnabled

src/core/map_view.cpp:475–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475void MapView::setOverprintingSimulationEnabled(bool enabled)
476{
477 if (overprinting_simulation_enabled != enabled)
478 {
479 overprinting_simulation_enabled = enabled;
480 emit visibilityChanged(VisibilityFeature::OverprintingEnabled, enabled);
481 }
482}
483
484
485

Callers 2

setOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected