X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Ftimeitem.hpp;h=ba4ce8b6d69799a8d1b828461c738435e5b0e988;hb=1dffa582704bb6acb144a3e89bd6eb0e2ccf4f25;hp=f988488409c18426aebab42b720dab2d54731987;hpb=49028d6c2d8aaf61b528e2dfb7ad3fe1ccb7169e;p=pulseview.git diff --git a/pv/view/timeitem.hpp b/pv/view/timeitem.hpp index f9884884..ba4ce8b6 100644 --- a/pv/view/timeitem.hpp +++ b/pv/view/timeitem.hpp @@ -48,6 +48,12 @@ public: virtual float get_x() const = 0; + /** + * 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); + protected: View &view_; };