]> sigrok.org Git - pulseview.git/blobdiff - pv/view/rowitem.h
Header: Moved drag functionality into SelectableItem
[pulseview.git] / pv / view / rowitem.h
index 161e828917aec9ea8acb98ad8550898fd252c7c8..6b23162f5808a56c8526115fdfe2c8a7b7fb0b5d 100644 (file)
@@ -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.