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

Method drawGrid

src/core/map.cpp:824–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

updateMapCacheMethod · 0.80

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected