X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=74a5c3755c6fb4437ef8b9b815091d0cf2d0cbc8;hp=2e8aebb4c1e80d237dbbf1d1c0a4548a3dbaf11c;hb=4d4766471d0900ea6e771be1354c21c5e745c1e6;hpb=f84000171de7e569590a2f766ae36290b73442da diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 2e8aebb4..74a5c375 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -108,6 +108,11 @@ public: */ int owner_visual_v_offset() const; + /** + * Sets the visual v-offset. + */ + void set_v_offset(int offset); + /** * Returns the SI prefix to apply to the graticule time markings. */