X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fcursorpair.hpp;fp=pv%2Fview%2Fcursorpair.hpp;h=2c4d5c1c70be67a37a176b38fa41e21811a8a24c;hb=3b9c4a0df39e718ba69f3c778b51676617aeb1eb;hp=78780916504cda37434c641b9c0da6c001745a46;hpb=4a5c385ee6a9ce387e0fe908f4d9367aa96d8342;p=pulseview.git diff --git a/pv/view/cursorpair.hpp b/pv/view/cursorpair.hpp index 7878091..2c4d5c1 100644 --- a/pv/view/cursorpair.hpp +++ b/pv/view/cursorpair.hpp @@ -60,6 +60,11 @@ public: */ std::shared_ptr second() const; + /** + * Sets the time of the marker. + */ + void set_time(double time); + QPoint point() const; pv::widgets::Popup* create_popup(QWidget *parent);