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

Method drawOverprintingSimulation

src/core/map.cpp:806–813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

804}
805
806void Map::drawOverprintingSimulation(QPainter* painter, const RenderConfig& config)
807{
808 // Update the renderables of all objects marked as dirty
809 updateObjects();
810
811 // The actual drawing
812 renderables->drawOverprintingSimulation(painter, config);
813}
814
815void Map::drawColorSeparation(QPainter* painter, const RenderConfig& config, const MapColor* spot_color, bool use_color)
816{

Callers 2

drawPageMethod · 0.45
updateMapCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected