X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=2ba157d8c5ea9cedecca3338c86908855ca215c0;hb=051ba3b399abbd83fea8b7ef6f8876884ac0786c;hp=c289cfcb00ce93060d42c5095ba18a689444972d;hpb=143d322d0c92ea5c2cc51facc37b68787362c244;p=pulseview.git diff --git a/pv/view/view.hpp b/pv/view/view.hpp index c289cfc..2ba157d 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -199,23 +199,17 @@ public: std::pair get_time_extents() const; - /** - * Enables or disables sticky scrolling, i.e. the view always shows - * the most recent samples when capturing data. - */ - void enable_sticky_scrolling(bool state); - - /** - * Toggle sticky scrolling. - */ - void toggle_sticky_scrolling(void); - /** * Enables or disables coloured trace backgrounds. If they're not * coloured then they will use alternating colors. */ void enable_coloured_bg(bool state); + /** + * Enable or disable showing sampling points. + */ + void enable_show_sampling_points(bool state); + /** * Returns true if cursors are displayed. false otherwise. */