X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Frowitem.h;h=6b23162f5808a56c8526115fdfe2c8a7b7fb0b5d;hb=0dda6fe595932b2e340930104fad8ac4fc574895;hp=161e828917aec9ea8acb98ad8550898fd252c7c8;hpb=7ccd5a64548bccac7c172f9d5649f936044a5fa1;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.