]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/view.hpp
Save/restore view type
[pulseview.git] / pv / views / trace / view.hpp
index 82a2f728116608555cee5b6ebb6a5001c30abd9b..0ba23bb6cb4d8af09e48b3637a4a38b9b6e4ff85 100644 (file)
@@ -100,10 +100,12 @@ private:
        static const int ScaleUnits[3];
 
 public:
-       explicit View(Session &session, bool is_main_view=false, QWidget *parent = nullptr);
+       explicit View(Session &session, bool is_main_view=false, QMainWindow *parent = nullptr);
 
        ~View();
 
+       virtual ViewType get_type() const;
+
        /**
         * Resets the view to its default state after construction. It does however
         * not reset the signal bases or any other connections with the session.