MarginWidget: Moved in clear_selection
[pulseview.git] / pv / view / header.hpp
index e249264330a074c65cbe51559d9fbde54844c412..34f851b67a26af234a85c956b47bcd8df0314a09 100644 (file)
@@ -60,6 +60,11 @@ public:
        static const int BaselineOffset;
 
 private:
+       /**
+        * Gets the row items.
+        */
+       std::vector< std::shared_ptr<pv::view::ViewItem> > items();
+
        /**
         * Gets the first view item which has a label that contains @c pt .
         * @param pt the point to search with.
@@ -69,8 +74,6 @@ private:
        std::shared_ptr<pv::view::ViewItem> get_mouse_over_item(
                const QPoint &pt);
 
-       void clear_selection();
-
 private:
        void paintEvent(QPaintEvent *event);