| 1300 | |
| 1301 | |
| 1302 | void |
| 1303 | TimeWindow::onSaveAll(void) |
| 1304 | { |
| 1305 | SigDiggerHelpers::openSaveSamplesDialog( |
| 1306 | this, |
| 1307 | this->getDisplayData(), |
| 1308 | this->getDisplayDataLength(), |
| 1309 | this->fs, |
| 1310 | 0, |
| 1311 | static_cast<int>(this->getDisplayDataLength()), |
| 1312 | Suscan::Singleton::get_instance()->getBackgroundTaskController()); |
| 1313 | } |
| 1314 | |
| 1315 | void |
| 1316 | TimeWindow::onSaveSelection(void) |
nothing calls this directly
no test coverage detected