X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Frowitem.hpp;h=023e2c3807b2c2d4e61bc6dd78e96591d9607cec;hp=3f2afbc3821c9598b04f3d8bf5dbc04e81d72143;hb=23e75650eba0491b2636de3cef87f893e38ae6f3;hpb=be7170664b80552fdfb38da1c214c271cbf116aa diff --git a/pv/view/rowitem.hpp b/pv/view/rowitem.hpp index 3f2afbc3..023e2c38 100644 --- a/pv/view/rowitem.hpp +++ b/pv/view/rowitem.hpp @@ -93,6 +93,12 @@ public: */ int get_visual_y() const; + /** + * Drags the item to a delta relative to the drag point. + * @param delta the offset from the drag point. + */ + void drag_by(const QPoint &delta); + /** * Gets the arrow-tip point of the row item marker. * @param rect the rectangle of the header area.