]> sigrok.org Git - pulseview.git/blobdiff - pv/view/marginwidget.hpp
ViewWidget: Moved in drag_items
[pulseview.git] / pv / view / marginwidget.hpp
index 308d9348d12a0341aa6a203cd1b214a8c74839cf..029d68e5214970d700c4e3e0240b8c79935044ba 100644 (file)
@@ -67,18 +67,6 @@ protected:
         */
        void show_popup(const std::shared_ptr<ViewItem> &item);
 
-       /**
-        * Returns true if the selection of row items allows dragging.
-        * @return Returns true if the drag is acceptable.
-        */
-       virtual bool accept_drag() const = 0;
-
-       /**
-        * Drag the dragging items by the delta offset.
-        * @param delta the drag offset in pixels.
-        */
-       virtual void drag_items(const QPoint &delta) = 0;
-
        /**
         * Handles left mouse button press events.
         * @param event the mouse event that triggered this handler.