]> sigrok.org Git - pulseview.git/blobdiff - mainwindow.h
Deal with the samplerate=0 case
[pulseview.git] / mainwindow.h
index 34fb1b92e969e120a5ae6f1ed18364e52be3e487..6ae608ccb822fe32ef1d0752306cccf71b3defdd 100644 (file)
@@ -25,6 +25,9 @@
 
 #include "sigsession.h"
 
+class SamplingBar;
+class SigView;
+
 namespace Ui {
 class MainWindow;
 }
@@ -39,13 +42,19 @@ public:
 
 private:
        Ui::MainWindow *ui;
+
+       SamplingBar *_sampling_bar;
+
        SigSession session;
+       SigView *view;
 
 private slots:
 
        void on_actionOpen_triggered();
 
        void on_actionAbout_triggered();
+
+       void run_stop();
 };
 
 #endif // MAINWINDOW_H