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

Method setPrintTemplates

src/core/map_printer.cpp:728–735  ·  view source on GitHub ↗

slot

Source from the content-addressed store, hash-verified

726
727// slot
728void MapPrinter::setPrintTemplates(const bool visible)
729{
730 if (options.show_templates != visible)
731 {
732 options.show_templates = visible;
733 emit optionsChanged(options);
734 }
735}
736
737// slot
738void MapPrinter::setPrintGrid(const bool visible)

Callers 2

onVisibilityChangedMethod · 0.80
showTemplatesClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected