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

Method includeSelectionRect

src/core/map.cpp:960–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958}
959
960void Map::includeSelectionRect(QRectF& rect) const
961{
962 for (const Object* object : object_selection)
963 rectIncludeSafe(rect, object->getExtent());
964}
965
966void Map::drawSelection(QPainter* painter, bool force_min_size, MapWidget* widget, MapRenderables* replacement_renderables, bool draw_normal)
967{

Callers 8

updateDirtyRectImplMethod · 0.80
initImplMethod · 0.80
updateDirtyRectImplMethod · 0.80
updateDirtyRectMethod · 0.80
updateDirtyRectImplMethod · 0.80
updateDirtyRectMethod · 0.80
updateDirtyRectImplMethod · 0.80

Calls 1

rectIncludeSafeFunction · 0.85

Tested by

no test coverage detected