| 29 | } |
| 30 | |
| 31 | void _SimulationParametersZoneWidgets::init(SimulationFacade const& simulationFacade, int locationIndex) |
| 32 | { |
| 33 | _simulationFacade = simulationFacade; |
| 34 | _locationIndex = locationIndex; |
| 35 | } |
| 36 | |
| 37 | void _SimulationParametersZoneWidgets::process() |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected