]> sigrok.org Git - pulseview.git/blobdiff - pv/view/rowitem.hpp
RowItem: Corrected header guard
[pulseview.git] / pv / view / rowitem.hpp
index d30227830e73782c4427dad7df1e19f76380297e..c8f10976cbf418bf7623f07b03b647f18a12e1d5 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef PULSEVIEW_PV_VIEW_HEADERITEM_H
-#define PULSEVIEW_PV_VIEW_HEADERITEM_H
+#ifndef PULSEVIEW_PV_VIEW_ROWITEM_HPP
+#define PULSEVIEW_PV_VIEW_ROWITEM_HPP
 
 #include <memory>
 
@@ -94,9 +94,16 @@ public:
        int get_visual_y() const;
 
        /**
-        * Gets the drag point of the row item.
+        * Drags the item to a delta relative to the drag point.
+        * @param delta the offset from the drag point.
         */
-       QPoint point() const;
+       void drag_by(const QPoint &delta);
+
+       /**
+        * Gets the arrow-tip point of the row item marker.
+        * @param rect the rectangle of the header area.
+        */
+       QPoint point(const QRect &rect) const;
 
        /**
         * Computes the vertical extents of the contents of this row item.
@@ -120,4 +127,4 @@ private:
 } // namespace view
 } // namespace pv
 
-#endif // PULSEVIEW_PV_VIEW_HEADERITEM_H
+#endif // PULSEVIEW_PV_VIEW_ROWITEM_HPP