X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.h;h=001c28b037033d5394088b94455b046198799e2f;hb=ef8311a4296a2dc85c82b063de61efa4eb7a8404;hp=02b792eaa1cd5cc4aed6d8d2b5894edeb935e21f;hpb=107ca6d350b51186d12dac9273f6ed130b3f5dd7;p=pulseview.git diff --git a/pv/mainwindow.h b/pv/mainwindow.h index 02b792e..001c28b 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