]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/view.hpp
Fix #540 by introducing a method to reset the view state
[pulseview.git] / pv / views / trace / view.hpp
index 8c41fd9e40692e504c9db06c39a26f4aa5a92f6d..a9e5564f1838d404b104e960f71e240aa25f1244 100644 (file)
@@ -105,6 +105,12 @@ public:
 
        ~View();
 
 
        ~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;
 
        Session& session();
        const Session& session() const;