]> sigrok.org Git - pulseview.git/blobdiff - pv/view/selectableitem.hpp
SelectableItem: Moved in label_rect
[pulseview.git] / pv / view / selectableitem.hpp
index 29a5c9557973b852504e4a1ff7d7ca7bdcdad80e..b61c54d6430bebd04c575a2ee3e101285e9ee34e 100644 (file)
@@ -88,6 +88,13 @@ public:
         */
        virtual QPoint point() const = 0;
 
+       /**
+        * Computes the outline rectangle of a label.
+        * @param rect the rectangle of the header area.
+        * @return Returns the rectangle of the signal label.
+        */
+       virtual QRectF label_rect(const QRectF &rect) const = 0;
+
 public:
        /**
         * Gets the text colour.