]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/timeitem.hpp
Show relative time of flags on hover
[pulseview.git] / pv / views / trace / timeitem.hpp
index ba858254f786aadf0477a61bfc495d1a53dd786e..f53dda84ebc2efb019ab423aba02d6756961dad8 100644 (file)
@@ -49,8 +49,12 @@ public:
         */
        virtual void set_time(const pv::util::Timestamp& time) = 0;
 
+       virtual const pv::util::Timestamp time() const = 0;
+
        virtual float get_x() const = 0;
 
+       virtual const pv::util::Timestamp delta(const pv::util::Timestamp& other) const = 0;
+
        /**
         * Drags the item to a delta relative to the drag point.
         * @param delta the offset from the drag point.