X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fview.hpp;h=63bafbfeac958f745241a6dbbb7678ae28ebd42c;hp=0adab674b10cfdeaa513bce11d7b6d871aa8ee1a;hb=8845be3c9c7d5aca02fb2efc4038f4735a5242d6;hpb=578d073553fa13c8f6939ad4bd7bd774950a33eb diff --git a/pv/views/trace/view.hpp b/pv/views/trace/view.hpp index 0adab674..63bafbfe 100644 --- a/pv/views/trace/view.hpp +++ b/pv/views/trace/view.hpp @@ -17,8 +17,8 @@ * along with this program; if not, see . */ -#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEW_HPP -#define PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEW_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACE_VIEW_HPP +#define PULSEVIEW_PV_VIEWS_TRACE_VIEW_HPP #include #include @@ -134,6 +134,8 @@ public: virtual void remove_decode_signal(shared_ptr signal); #endif + void remove_trace(shared_ptr trace); + shared_ptr get_signal_under_mouse_cursor() const; /** @@ -585,4 +587,4 @@ private: } // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEW_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACE_VIEW_HPP