X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Frowitem.hpp;h=023e2c3807b2c2d4e61bc6dd78e96591d9607cec;hb=f84000171de7e569590a2f766ae36290b73442da;hp=d30227830e73782c4427dad7df1e19f76380297e;hpb=49028d6c2d8aaf61b528e2dfb7ad3fe1ccb7169e;p=pulseview.git diff --git a/pv/view/rowitem.hpp b/pv/view/rowitem.hpp index d3022783..023e2c38 100644 --- a/pv/view/rowitem.hpp +++ b/pv/view/rowitem.hpp @@ -94,9 +94,16 @@ public: int get_visual_y() const; /** - * Gets the drag point of the row item. + * Drags the item to a delta relative to the drag point. + * @param delta the offset from the drag point. */ - QPoint point() const; + void drag_by(const QPoint &delta); + + /** + * Gets the arrow-tip point of the row item marker. + * @param rect the rectangle of the header area. + */ + QPoint point(const QRect &rect) const; /** * Computes the vertical extents of the contents of this row item.