X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fview%2Fdecodesignal.h;h=b9fbb24d15bc3ee3d18c0646799818f08159f884;hb=e2e2296c089d11390c056e3525fc42487abcbe3f;hp=a9ff265e0569ad59cea4b7be869347180d8310ed;hpb=06bb4e6a55f5f6983d94fef2b25afc0a70f7b8d9;p=pulseview.git diff --git a/pv/view/decodesignal.h b/pv/view/decodesignal.h index a9ff265..b9fbb24 100644 --- a/pv/view/decodesignal.h +++ b/pv/view/decodesignal.h @@ -68,6 +68,8 @@ public: const std::list get_context_bar_actions(); + QMenu* create_context_menu(QWidget *parent); + private: /** @@ -76,6 +78,11 @@ private: **/ int get_nominal_offset(const QRect &rect) const; +private slots: + void on_new_decode_data(); + + void on_delete(); + private: boost::shared_ptr _decoder;