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

Method onSave

Components/RMSViewTab.cpp:304–316  ·  view source on GitHub ↗

/////////////////////////////// Slots /////////////////////////////////////

Source from the content-addressed store, hash-verified

302
303//////////////////////////////////// Slots /////////////////////////////////////
304void
305RMSViewTab::onSave(void)
306{
307 QString fileName =
308 QFileDialog::getSaveFileName(
309 this,
310 "Save data to MATLAB file",
311 "power.m",
312 "MATLAB scripts (*.m)");
313
314 if (fileName.size() > 0)
315 this->saveToMatlab(fileName);
316}
317
318void
319RMSViewTab::onStop(void)

Callers

nothing calls this directly

Calls 2

saveToMatlabMethod · 0.95
sizeMethod · 0.45

Tested by

no test coverage detected