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

Method MapPrinterOptions

src/core/map_printer.cpp:164–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162// ### MapPrinterOptions ###
163
164MapPrinterOptions::MapPrinterOptions(unsigned int scale, int resolution, MapPrinterMode mode)
165 : scale(scale),
166 resolution(resolution),
167 mode(mode),
168 color_mode(DefaultColorMode),
169 show_templates(false),
170 show_grid(false),
171 simulate_overprinting(false)
172{
173 // nothing
174}
175
176bool operator==(const MapPrinterOptions& lhs, const MapPrinterOptions& rhs)
177{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected