X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=2ba157d8c5ea9cedecca3338c86908855ca215c0;hb=051ba3b399abbd83fea8b7ef6f8876884ac0786c;hp=1d63417cb89ab520dd7c43e07cfaf72f3b6240fd;hpb=9b64f2dfe9179f665ef97c0d0ac992274864f4a4;p=pulseview.git diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 1d63417..2ba157d 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -205,6 +205,11 @@ public: */ 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. */