X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fanalogsignal.h;h=42c15bb0fdf8d0f1379aeef4a06f009a4f9644b1;hb=949361337a82aa8765d72d8d475a79ace956945c;hp=5ebf501619e4c6a48473b0f89959b5374ae27520;hpb=f459c5400e067c4389c472b84194d760e7bfd585;p=pulseview.git diff --git a/pv/view/analogsignal.h b/pv/view/analogsignal.h index 5ebf501..42c15bb 100644 --- a/pv/view/analogsignal.h +++ b/pv/view/analogsignal.h @@ -42,11 +42,13 @@ private: static const float EnvelopeThreshold; public: - AnalogSignal(QString name, - boost::shared_ptr data, int probe_index); + AnalogSignal(const sr_probe *const probe, + boost::shared_ptr data); virtual ~AnalogSignal(); + const std::list get_context_bar_actions(); + void set_scale(float scale); /**