X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=930f6cd2b560c26b32fd96ede652b5e32a39ca0e;hp=5981f57a036c92a986710e4cf1520eec649ffe8c;hb=87a97d8aa169936ec2dcd229df88b8c5b4a1411c;hpb=9eae6de4dd0a3c628026eca6ca55cef8b70bfa86 diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 5981f57a..930f6cd2 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -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; @@ -205,27 +205,12 @@ public: */ void enable_sticky_scrolling(bool state); - /** - * Toggle sticky scrolling. - */ - void toggle_sticky_scrolling(void); - - /** - * Get current coloured_bg state. Returns true if coloured backgrounds are enabled. - */ - bool get_coloured_bg(void); - /** * Enables or disables coloured trace backgrounds. If they're not * coloured then they will use alternating colors. */ void enable_coloured_bg(bool state); - /** - * Toggle coloured backgrounds. - */ - void toggle_coloured_bg(void); - /** * Returns true if cursors are displayed. false otherwise. */