X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fview.hpp;h=a9e5564f1838d404b104e960f71e240aa25f1244;hp=8c41fd9e40692e504c9db06c39a26f4aa5a92f6d;hb=5a20644617a727e5893cd1df3f105135c1ebdedd;hpb=f8a8811b634642c792342c5e69cd1a11231cce9f;ds=sidebyside diff --git a/pv/views/trace/view.hpp b/pv/views/trace/view.hpp index 8c41fd9e..a9e5564f 100644 --- a/pv/views/trace/view.hpp +++ b/pv/views/trace/view.hpp @@ -105,6 +105,12 @@ public: ~View(); + /** + * Resets the view to its default state after construction. It does however + * not reset the signal bases or any other connections with the session. + */ + virtual void reset_view_state(); + Session& session(); const Session& session() const;