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

Method findObjectsAt

src/core/map.cpp:2212–2222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2210}
2211
2212void Map::findObjectsAt(
2213 const MapCoordF& coord,
2214 qreal tolerance,
2215 bool treat_areas_as_paths,
2216 bool extended_selection,
2217 bool include_hidden_objects,
2218 bool include_protected_objects,
2219 SelectionInfoVector& out ) const
2220{
2221 getCurrentPart()->findObjectsAt(coord, tolerance, treat_areas_as_paths, extended_selection, include_hidden_objects, include_protected_objects, out);
2222}
2223
2224void Map::findAllObjectsAt(
2225 const MapCoordF& coord,

Callers 2

selectAtMethod · 0.45
findAllObjectsAtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected