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

Method setColorMode

src/core/map_printer.cpp:762–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760}
761
762void MapPrinter::setColorMode(MapPrinterOptions::ColorMode color_mode)
763{
764 if (options.color_mode != color_mode)
765 {
766 options.color_mode = color_mode;
767 emit optionsChanged(options);
768 }
769}
770
771bool MapPrinter::isOutputEmpty() const
772{

Callers 2

makePrinterMethod · 0.80
colorModeChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected