X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fview.hpp;h=a0e6f6bcc1d237689b3e6bb67afce9600b56166b;hb=0aabc15a4e23b2a636d2452ae1a69981bdb77329;hp=ad28a829096039be703c02f627cd0c246fc98df0;hpb=710c2a1896fbac968c82f2d1257aaabd10a48cc8;p=pulseview.git diff --git a/pv/views/trace/view.hpp b/pv/views/trace/view.hpp index ad28a829..a0e6f6bc 100644 --- a/pv/views/trace/view.hpp +++ b/pv/views/trace/view.hpp @@ -156,8 +156,6 @@ public: */ vector< shared_ptr > time_items() const; - shared_ptr get_reference_time_item(); - /** * Returns the view time scale in seconds per pixel. */ @@ -191,6 +189,16 @@ public: */ void set_v_offset(int offset); + /** + * Sets the visual h-offset. + */ + void set_h_offset(int offset); + + /** + * Gets the length of the horizontal scrollbar. + */ + int get_h_scrollbar_maximum() const; + /** * Returns the SI prefix to apply to the graticule time markings. */