X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fheader.hpp;h=867944c53650a405f75030f4f3677994eb5afebc;hb=3e124bee223688078d60f007cfa078a1dcbfbfb3;hp=e249264330a074c65cbe51559d9fbde54844c412;hpb=6871ee9fc6c4a87cfa3796b893b91fc5b16c2673;p=pulseview.git diff --git a/pv/view/header.hpp b/pv/view/header.hpp index e249264..867944c 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.