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

Method reset_all_view

DSView/pv/mainwindow.cpp:1582–1598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1580 }
1581
1582 void MainWindow::reset_all_view()
1583 {
1584 _sampling_bar->reload();
1585 _view->status_clear();
1586 _view->reload();
1587 _view->set_device();
1588 _trigger_widget->update_view();
1589 _trigger_widget->device_updated();
1590 _trig_bar->reload();
1591 _dso_trigger_widget->update_view();
1592 _measure_widget->reload();
1593
1594 if (_device_agent->get_work_mode() == ANALOG)
1595 _view->get_viewstatus()->setVisible(false);
1596 else
1597 _view->get_viewstatus()->setVisible(true);
1598 }
1599
1600 bool MainWindow::confirm_to_store_data()
1601 {

Callers

nothing calls this directly

Calls 7

status_clearMethod · 0.80
device_updatedMethod · 0.80
get_work_modeMethod · 0.80
get_viewstatusMethod · 0.80
reloadMethod · 0.45
set_deviceMethod · 0.45
update_viewMethod · 0.45

Tested by

no test coverage detected