| 804 | } |
| 805 | |
| 806 | void 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 | |
| 815 | void Map::drawColorSeparation(QPainter* painter, const RenderConfig& config, const MapColor* spot_color, bool use_color) |
| 816 | { |
no outgoing calls
no test coverage detected