| 316 | } |
| 317 | |
| 318 | void ArcSpectrogram::onImageComplete(ParamUI::SpecType specType) { |
| 319 | mImagesComplete[specType] = true; |
| 320 | for (int i = 0; i < (int)ParamUI::SpecType::COUNT; i++) { |
| 321 | if (!mImagesComplete[i]) { |
| 322 | return; |
| 323 | } |
| 324 | } |
| 325 | mParameters.ui.specComplete = true; |
| 326 | } |
| 327 | |
| 328 | void ArcSpectrogram::reset() { |
| 329 | // Reset all images |
nothing calls this directly
no outgoing calls
no test coverage detected