X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Frowitem.h;h=6b23162f5808a56c8526115fdfe2c8a7b7fb0b5d;hb=f0c0b38f812bfbb2bb1978d40e2ce93f1da3f89d;hp=161e828917aec9ea8acb98ad8550898fd252c7c8;hpb=6dcdb3258f6f0b25e69154b5919405a194b7e724;p=pulseview.git diff --git a/pv/view/rowitem.h b/pv/view/rowitem.h index 161e828..6b23162 100644 --- a/pv/view/rowitem.h +++ b/pv/view/rowitem.h @@ -69,6 +69,11 @@ public: */ int get_y() const; + /** + * Gets the drag point of the row item. + */ + QPoint point() const; + /** * Paints the background layer of the trace with a QPainter * @param p the QPainter to paint into.