X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftimeitem.hpp;fp=pv%2Fview%2Ftimeitem.hpp;h=eb313a7ec6825d379d011c1ec12a358cf8b86254;hb=3b9c4a0df39e718ba69f3c778b51676617aeb1eb;hp=e47f1a6bf1564e39425728e35872733d7e592215;hpb=4a5c385ee6a9ce387e0fe908f4d9367aa96d8342;p=pulseview.git diff --git a/pv/view/timeitem.hpp b/pv/view/timeitem.hpp index e47f1a6..eb313a7 100644 --- a/pv/view/timeitem.hpp +++ b/pv/view/timeitem.hpp @@ -39,6 +39,12 @@ protected: */ TimeItem(View &view); +public: + /** + * Sets the time of the marker. + */ + virtual void set_time(double time) = 0; + protected: View &view_; };