]> sigrok.org Git - pulseview.git/blobdiff - pv/view/timeitem.hpp
TimeItem: Added mandatory get_x virtual method
[pulseview.git] / pv / view / timeitem.hpp
index eb313a7ec6825d379d011c1ec12a358cf8b86254..ff2664a664b17a7163574c446a217304845406a3 100644 (file)
@@ -45,6 +45,8 @@ public:
         */
        virtual void set_time(double time) = 0;
 
+       virtual float get_x() const = 0;
+
 protected:
        View &view_;
 };