X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fview.hpp;h=a9e5564f1838d404b104e960f71e240aa25f1244;hb=5a20644617a727e5893cd1df3f105135c1ebdedd;hp=8c41fd9e40692e504c9db06c39a26f4aa5a92f6d;hpb=f8a8811b634642c792342c5e69cd1a11231cce9f;p=pulseview.git diff --git a/pv/views/trace/view.hpp b/pv/views/trace/view.hpp index 8c41fd9..a9e5564 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;