X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fmainwindow.h;h=001c28b037033d5394088b94455b046198799e2f;hb=b08d7222556b0a56b4fc61782faa4664a0368d59;hp=02b792eaa1cd5cc4aed6d8d2b5894edeb935e21f;hpb=107ca6d350b51186d12dac9273f6ed130b3f5dd7;p=pulseview.git diff --git a/pv/mainwindow.h b/pv/mainwindow.h index 02b792ea..001c28b0 100644 --- a/pv/mainwindow.h +++ b/pv/mainwindow.h @@ -23,6 +23,8 @@ #include +#include + #include #include "sigsession.h" @@ -40,6 +42,7 @@ namespace pv { class DeviceManager; namespace toolbars { +class ContextBar; class SamplingBar; } @@ -96,6 +99,8 @@ private slots: void capture_state_changed(int state); + void view_selection_changed(); + private: DeviceManager &_device_manager; @@ -122,6 +127,7 @@ private: QToolBar *_toolbar; toolbars::SamplingBar *_sampling_bar; + toolbars::ContextBar *_context_bar; }; } // namespace pv