X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fanalogsignal.h;h=7815261ec8cf51d9352bbdb150a377591a062f26;hb=ef8311a4296a2dc85c82b063de61efa4eb7a8404;hp=5ebf501619e4c6a48473b0f89959b5374ae27520;hpb=f459c5400e067c4389c472b84194d760e7bfd585;p=pulseview.git diff --git a/pv/view/analogsignal.h b/pv/view/analogsignal.h index 5ebf5016..7815261e 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); /**