X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fcursorpair.hpp;h=2c4d5c1c70be67a37a176b38fa41e21811a8a24c;hb=3b9c4a0df39e718ba69f3c778b51676617aeb1eb;hp=78780916504cda37434c641b9c0da6c001745a46;hpb=689dea92f288564260ef521f6f499e03e3cdbbd2;p=pulseview.git diff --git a/pv/view/cursorpair.hpp b/pv/view/cursorpair.hpp index 78780916..2c4d5c1c 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);