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

Method setPrintGrid

src/core/map_printer.cpp:738–745  ·  view source on GitHub ↗

slot

Source from the content-addressed store, hash-verified

736
737// slot
738void MapPrinter::setPrintGrid(const bool visible)
739{
740 if (options.show_grid != visible)
741 {
742 options.show_grid = visible;
743 emit optionsChanged(options);
744 }
745}
746
747// slot
748void MapPrinter::setSimulateOverprinting(bool enabled)

Callers 2

onVisibilityChangedMethod · 0.80
showGridClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected