X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Frowitemowner.h;h=4b25a580da685bf6bd8de62ff3d3167db72612bc;hb=be9e7b4bb29b6594ec2b64442748ab135b684bf8;hp=98df5ff7221bd69cf68517d9615e7546a2918d9a;hpb=6b71530299d18b4cdbf83ad88a17eb206758237a;p=pulseview.git diff --git a/pv/view/rowitemowner.h b/pv/view/rowitemowner.h index 98df5ff..4b25a58 100644 --- a/pv/view/rowitemowner.h +++ b/pv/view/rowitemowner.h @@ -113,6 +113,12 @@ public: */ const_iterator end() const; + /** + * Computes the vertical extents of the contents of this row item owner. + * @return A pair containing the minimum and maximum y-values. + */ + std::pair v_extents() const; + virtual void update_viewport() = 0; private: