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

Method resetPrinterConfig

src/core/map.cpp:2428–2435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2426}
2427
2428void Map::resetPrinterConfig()
2429{
2430 if (printer_config)
2431 {
2432 printer_config.reset();
2433 setOtherDirty();
2434 }
2435}
2436
2437void Map::setImageTemplateDefaults(bool use_meters_per_pixel, double meters_per_pixel, double dpi, double scale)
2438{

Callers 2

printerConfigTestMethod · 0.80
processSymbolSetMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected