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

Method setAreaHatchingEnabled

src/core/map.cpp:2377–2383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2375}
2376
2377void Map::setAreaHatchingEnabled(bool enabled)
2378{
2379 if (enabled)
2380 renderable_options |= Symbol::RenderAreasHatched;
2381 else
2382 renderable_options &= ~Symbol::RenderAreasHatched;
2383}
2384
2385
2386bool Map::isBaselineViewEnabled() const

Callers 1

rasterizeMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected