X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Frowitem.hpp;fp=pv%2Fview%2Frowitem.hpp;h=3f2afbc3821c9598b04f3d8bf5dbc04e81d72143;hp=d30227830e73782c4427dad7df1e19f76380297e;hb=be7170664b80552fdfb38da1c214c271cbf116aa;hpb=97430d7726c69e1710aef223c39c760c79721ff5 diff --git a/pv/view/rowitem.hpp b/pv/view/rowitem.hpp index d3022783..3f2afbc3 100644 --- a/pv/view/rowitem.hpp +++ b/pv/view/rowitem.hpp @@ -94,9 +94,10 @@ public: int get_visual_y() const; /** - * Gets the drag point of the row item. + * Gets the arrow-tip point of the row item marker. + * @param rect the rectangle of the header area. */ - QPoint point() const; + QPoint point(const QRect &rect) const; /** * Computes the vertical extents of the contents of this row item.