| 813 | } |
| 814 | |
| 815 | void 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 | |
| 824 | void Map::drawGrid(QPainter* painter, const QRectF& bounding_box) |
| 825 | { |