MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onSaveAll

Method onSaveAll

Components/TimeWindow.cpp:1302–1313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1300
1301
1302void
1303TimeWindow::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
1315void
1316TimeWindow::onSaveSelection(void)

Callers

nothing calls this directly

Calls 3

getDisplayDataMethod · 0.95
getDisplayDataLengthMethod · 0.95

Tested by

no test coverage detected