X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=2ba157d8c5ea9cedecca3338c86908855ca215c0;hp=1d63417cb89ab520dd7c43e07cfaf72f3b6240fd;hb=051ba3b399abbd83fea8b7ef6f8876884ac0786c;hpb=e9c8e87cf09ad9761bea1193b25d01a87f8e0dd6 diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 1d63417c..2ba157d8 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. */