| 822 | } |
| 823 | |
| 824 | void Map::drawGrid(QPainter* painter, const QRectF& bounding_box) |
| 825 | { |
| 826 | grid.draw(painter, bounding_box, this); |
| 827 | } |
| 828 | |
| 829 | void Map::drawTemplates(QPainter* painter, const QRectF& bounding_box, int first_template, int last_template, const MapView* view, bool on_screen) const |
| 830 | { |