| 2210 | } |
| 2211 | |
| 2212 | void 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 | |
| 2224 | void Map::findAllObjectsAt( |
| 2225 | const MapCoordF& coord, |
no outgoing calls
no test coverage detected