X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Frowitemowner.hpp;h=f64b25920f3c06960436accccf8f4fbff5677a73;hp=d72dddb2f2300848ed9ed8ee2a3b772193fe1e60;hb=6046c19df08472d69aa06216136ea7fafaf25492;hpb=873cbed09a23679f39e955478d6c70429104ce40 diff --git a/pv/view/rowitemowner.hpp b/pv/view/rowitemowner.hpp index d72dddb2..f64b2592 100644 --- a/pv/view/rowitemowner.hpp +++ b/pv/view/rowitemowner.hpp @@ -124,6 +124,12 @@ public: */ std::set< RowItemOwner* > list_row_item_owners(); + /** + * Creates a list of decendant signals filtered by type. + */ + template + std::set< std::shared_ptr > list_by_type(); + /** * Computes the vertical extents of the contents of this row item owner. * @return A pair containing the minimum and maximum y-values.