]> sigrok.org Git - pulseview.git/blobdiff - pv/view/timemarker.hpp
LogicSignal: Check the TRIGGER_MATCH key before listing
[pulseview.git] / pv / view / timemarker.hpp
index 4e5d92e6c6a75efee20a0283b36676c6d8d4cb86..113a6a10a6f04c097d2bc9d828e1f516f63fa2f0 100644 (file)
@@ -67,9 +67,10 @@ public:
        float get_x() const;
 
        /**
-        * Gets the drag point of the row item.
+        * Gets the arrow-tip point of the time marker.
+        * @param rect the rectangle of the ruler area.
         */
-       QPoint point() const;
+       QPoint point(const QRect &rect) const;
 
        /**
         * Computes the outline rectangle of a label.
@@ -78,6 +79,13 @@ public:
         */
        QRectF label_rect(const QRectF &rect) const;
 
+       /**
+        * Computes the outline rectangle of the viewport hit-box.
+        * @param rect the rectangle of the viewport area.
+        * @return Returns the rectangle of the hit-box.
+        */
+       QRectF hit_box_rect(const QRectF &rect) const;
+
        /**
         * Gets the text to show in the marker.
         */