X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fheader.hpp;h=867944c53650a405f75030f4f3677994eb5afebc;hp=e249264330a074c65cbe51559d9fbde54844c412;hb=3e124bee223688078d60f007cfa078a1dcbfbfb3;hpb=6871ee9fc6c4a87cfa3796b893b91fc5b16c2673;ds=sidebyside diff --git a/pv/view/header.hpp b/pv/view/header.hpp index e2492643..867944c5 100644 --- a/pv/view/header.hpp +++ b/pv/view/header.hpp @@ -60,6 +60,11 @@ public: static const int BaselineOffset; private: + /** + * Gets the row items. + */ + std::vector< std::shared_ptr > items(); + /** * Gets the first view item which has a label that contains @c pt . * @param pt the point to search with.