X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fanalogsignal.h;h=7815261ec8cf51d9352bbdb150a377591a062f26;hb=c0f868521a211747f89ef217ae63404f373d952b;hp=5ebf501619e4c6a48473b0f89959b5374ae27520;hpb=f459c5400e067c4389c472b84194d760e7bfd585;p=pulseview.git diff --git a/pv/view/analogsignal.h b/pv/view/analogsignal.h index 5ebf501..7815261 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(pv::SigSession &session, const sr_probe *const probe, + boost::shared_ptr data); virtual ~AnalogSignal(); + const std::list get_context_bar_actions(); + void set_scale(float scale); /**