X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftimeitem.hpp;h=ff2664a664b17a7163574c446a217304845406a3;hb=5165bb349b14802ca98766b4cecee3699d22fa55;hp=eb313a7ec6825d379d011c1ec12a358cf8b86254;hpb=3b9c4a0df39e718ba69f3c778b51676617aeb1eb;p=pulseview.git diff --git a/pv/view/timeitem.hpp b/pv/view/timeitem.hpp index eb313a7..ff2664a 100644 --- a/pv/view/timeitem.hpp +++ b/pv/view/timeitem.hpp @@ -45,6 +45,8 @@ public: */ virtual void set_time(double time) = 0; + virtual float get_x() const = 0; + protected: View &view_; };