X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=9fac1a67f8d400933d4a95b2c2b12eca29c483d0;hb=eae3bbbbfd35aef309c186e278ff7ab2d90f362a;hp=05d9d60193a00c2b7120f4a8dca1b4719c9d63a4;hpb=aca9aa834c742ba70f49d1ac3eb2d1e02e759416;p=pulseview.git diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 05d9d601..9fac1a67 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -212,11 +212,21 @@ public: */ void enable_coloured_bg(bool state); + /** + * Returns true if the trace background should be drawn with a coloured background. + */ + bool coloured_bg() const; + /** * Enable or disable showing sampling points. */ 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. */