X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fruler.hpp;h=e808b3097c665e4c33fbc14758d5ebf620438398;hp=68e7eb5884fcc751d0723ec13afbb80253937a43;hb=3e124bee223688078d60f007cfa078a1dcbfbfb3;hpb=6871ee9fc6c4a87cfa3796b893b91fc5b16c2673 diff --git a/pv/view/ruler.hpp b/pv/view/ruler.hpp index 68e7eb58..e808b309 100644 --- a/pv/view/ruler.hpp +++ b/pv/view/ruler.hpp @@ -62,6 +62,11 @@ public: QSize extended_size_hint() const; private: + /** + * Gets the time 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.