X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fdecodesignal.h;h=22e0f3d07c02b31bd6b4bf75da4e212eb31b7a79;hb=03ce95a9bb81c05bae0da9de189d280214db67c3;hp=a9ff265e0569ad59cea4b7be869347180d8310ed;hpb=06bb4e6a55f5f6983d94fef2b25afc0a70f7b8d9;p=pulseview.git diff --git a/pv/view/decodesignal.h b/pv/view/decodesignal.h index a9ff265..22e0f3d 100644 --- a/pv/view/decodesignal.h +++ b/pv/view/decodesignal.h @@ -44,8 +44,6 @@ public: DecodeSignal(pv::SigSession &session, boost::shared_ptr decoder, int index); - void init_context_bar_actions(QWidget *parent); - bool enabled() const; void set_view(pv::view::View *view); @@ -66,7 +64,7 @@ public: **/ void paint_mid(QPainter &p, int left, int right); - const std::list get_context_bar_actions(); + QMenu* create_context_menu(QWidget *parent); private: @@ -76,6 +74,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;