X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;fp=pv%2Fview%2Fview.hpp;h=08b8a37e51498db342eb82d5ce1ab4b67e4b884e;hp=05d9d60193a00c2b7120f4a8dca1b4719c9d63a4;hb=8ad61f4071a69445a6917d214b6592878447ddb1;hpb=4f391bef39f279ce69e59b7e99ad5bba5c3fd737 diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 05d9d601..08b8a37e 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -217,6 +217,11 @@ public: */ void enable_show_sampling_points(bool state); + /** + * Enable or disable showing the analog minor grid. + */ + void enable_show_analog_minor_grid(bool state); + /** * Returns true if cursors are displayed. false otherwise. */