MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / on_export

Method on_export

DSView/pv/mainwindow.cpp:618–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616 }
617
618 void MainWindow::on_export()
619 {
620 using pv::dialogs::StoreProgress;
621
622 if (_session->is_working()){
623 dsv_info("Export data: stop the current device.");
624 _session->stop_capture();
625 }
626
627 StoreProgress *dlg = new StoreProgress(_session, this);
628 dlg->SetView(_view);
629 dlg->export_run();
630 }
631
632 bool MainWindow::on_load_session(QString name)
633 {

Callers

nothing calls this directly

Calls 4

is_workingMethod · 0.80
stop_captureMethod · 0.80
SetViewMethod · 0.80
export_runMethod · 0.80

Tested by

no test coverage detected