X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.h;h=155c875b777c8143bbd34fe8a88336388214a8ba;hp=18da73224e952a8bae50421fa59735d21438e419;hb=58864c5c5dffac4254f199356aaeb5eabd608630;hpb=8b454527dc987d552b189099ee61cf699095aa7e diff --git a/pv/view/view.h b/pv/view/view.h index 18da7322..155c875b 100644 --- a/pv/view/view.h +++ b/pv/view/view.h @@ -106,6 +106,11 @@ public: */ CursorPair& cursors(); + /** + * Returns a reference to the pair of cursors. + */ + const CursorPair& cursors() const; + const QPoint& hover_point() const; void normalize_layout();