| 2235 | } |
| 2236 | |
| 2237 | void Map::findObjectsAtBox( |
| 2238 | const MapCoordF& corner1, |
| 2239 | const MapCoordF& corner2, |
| 2240 | bool include_hidden_objects, |
| 2241 | bool include_protected_objects, |
| 2242 | std::vector< Object* >& out ) const |
| 2243 | { |
| 2244 | getCurrentPart()->findObjectsAtBox(corner1, corner2, include_hidden_objects, include_protected_objects, out); |
| 2245 | } |
| 2246 | |
| 2247 | int Map::countObjectsInRect(const QRectF& map_coord_rect, bool include_hidden_objects) |
| 2248 | { |