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

Method drawColorSeparation

src/core/map.cpp:815–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813}
814
815void Map::drawColorSeparation(QPainter* painter, const RenderConfig& config, const MapColor* spot_color, bool use_color)
816{
817 // Update the renderables of all objects marked as dirty
818 updateObjects();
819
820 // The actual drawing
821 renderables->drawColorSeparation(painter, config, spot_color, use_color);
822}
823
824void Map::drawGrid(QPainter* painter, const QRectF& bounding_box)
825{

Callers 1

drawSeparationPagesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected