| 308 | } |
| 309 | |
| 310 | void _SimulationFacadeImpl::shallowUpdateSelectedObjects(ShallowUpdateSelectionData const& updateData) |
| 311 | { |
| 312 | _worker.shallowUpdateSelectedObjects(updateData); |
| 313 | } |
| 314 | |
| 315 | void _SimulationFacadeImpl::setSelection(RealVector2D const& startPos, RealVector2D const& endPos) |
| 316 | { |
nothing calls this directly
no outgoing calls
no test coverage detected