X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fview.h;h=155c875b777c8143bbd34fe8a88336388214a8ba;hb=58864c5c5dffac4254f199356aaeb5eabd608630;hp=0f5e254da4f12681dfff1f10621c91c0af1b9422;hpb=b4d91e564cfb71d76e4aa8a4328b8a3b739ce383;p=pulseview.git diff --git a/pv/view/view.h b/pv/view/view.h index 0f5e254..155c875 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(); @@ -115,6 +120,8 @@ signals: void signals_moved(); + void selection_changed(); + private: void get_scroll_layout(double &length, double &offset) const;