X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fanalogsignal.h;h=7815261ec8cf51d9352bbdb150a377591a062f26;hb=ef8311a4296a2dc85c82b063de61efa4eb7a8404;hp=ce1dff105041a77934355f302e5a80168f1cdbff;hpb=7c68ddaee897d069f817c2c0184bd8c1f73d826a;p=pulseview.git diff --git a/pv/view/analogsignal.h b/pv/view/analogsignal.h index ce1dff10..7815261e 100644 --- a/pv/view/analogsignal.h +++ b/pv/view/analogsignal.h @@ -42,8 +42,12 @@ 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);