]> sigrok.org Git - pulseview.git/blobdiff - pv/view/view.hpp
Tie the "sticky scrolling" setting in with the settings mgmt
[pulseview.git] / pv / view / view.hpp
index 42cbe3c2155cb494d184330491b35f1c8ebf6e34..930f6cd2b560c26b32fd96ede652b5e32a39ca0e 100644 (file)
@@ -89,7 +89,7 @@ private:
        static const int ScaleUnits[3];
 
 public:
-       explicit View(Session &session, QWidget *parent = 0);
+       explicit View(Session &session, bool is_main_view=false, QWidget *parent = 0);
 
        Session& session();
        const Session& session() const;
@@ -401,6 +401,7 @@ private:
 
        bool updating_scroll_;
        bool sticky_scrolling_;
+       bool coloured_bg_;
        bool always_zoom_to_fit_;
        QTimer delayed_view_updater_;
 
@@ -427,6 +428,8 @@ private:
 
        // A nonzero value indicates the v offset to restore. See View::resizeEvent()
        int saved_v_offset_;
+
+       bool size_finalized_;
 };
 
 } // namespace TraceView