]> sigrok.org Git - pulseview.git/blobdiff - pv/view/header.hpp
MarginWidget: Added item() method
[pulseview.git] / pv / view / header.hpp
index e249264330a074c65cbe51559d9fbde54844c412..867944c53650a405f75030f4f3677994eb5afebc 100644 (file)
@@ -60,6 +60,11 @@ public:
        static const int BaselineOffset;
 
 private:
        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.
        /**
         * Gets the first view item which has a label that contains @c pt .
         * @param pt the point to search with.