X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.h;h=3887717fb4e6c76931f245a3cfe9da89d0902969;hb=ef7e3146c97eda68f38632cc60edf7a42e846610;hp=8b7973744a881a19f421d91c1046394d3c6938f8;hpb=f2edb55712e1f295935582558f694077da8d81e6;p=pulseview.git diff --git a/pv/mainwindow.h b/pv/mainwindow.h index 8b79737..3887717 100644 --- a/pv/mainwindow.h +++ b/pv/mainwindow.h @@ -57,6 +57,30 @@ private: void session_error(const QString text, const QString info_text); +private slots: + void load_file(QString file_name); + + + void show_session_error( + const QString text, const QString info_text); + + void on_actionOpen_triggered(); + void on_actionQuit_triggered(); + + void on_actionConnect_triggered(); + + void on_actionViewZoomIn_triggered(); + + void on_actionViewZoomOut_triggered(); + + void on_actionViewShowCursors_triggered(); + + void on_actionAbout_triggered(); + + void run_stop(); + + void capture_state_changed(int state); + private: SigSession _session; @@ -83,30 +107,6 @@ private: QToolBar *_toolbar; SamplingBar *_sampling_bar; - -private slots: - void load_file(QString file_name); - - - void show_session_error( - const QString text, const QString info_text); - - void on_actionOpen_triggered(); - void on_actionQuit_triggered(); - - void on_actionConnect_triggered(); - - void on_actionViewZoomIn_triggered(); - - void on_actionViewZoomOut_triggered(); - - void on_actionViewShowCursors_triggered(); - - void on_actionAbout_triggered(); - - void run_stop(); - - void capture_state_changed(int state); }; } // namespace pv