| 1777 | } |
| 1778 | |
| 1779 | void MainWindow::update_toolbar_view_status() |
| 1780 | { |
| 1781 | _sampling_bar->update_view_status(); |
| 1782 | _file_bar->update_view_status(); |
| 1783 | _trig_bar->update_view_status(); |
| 1784 | } |
| 1785 | |
| 1786 | void MainWindow::OnMessage(int msg) |
| 1787 | { |
nothing calls this directly
no test coverage detected