X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fviewitemowner.hpp;h=d31df80ec7263caafe4b388a979849091c3fc719;hp=60c8507626eaae243b12aba2b05c409609512be1;hb=f4e57597347e47a4ea58fbdc7b0a22e07f1c0ede;hpb=c373f82810ad9c5376a7370118de9dd587ee0e43 diff --git a/pv/view/viewitemowner.hpp b/pv/view/viewitemowner.hpp index 60c85076..d31df80e 100644 --- a/pv/view/viewitemowner.hpp +++ b/pv/view/viewitemowner.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_VIEWITEMOWNER_HPP -#define PULSEVIEW_PV_VIEW_VIEWITEMOWNER_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEWITEMOWNER_HPP +#define PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEWITEMOWNER_HPP #include #include @@ -30,7 +30,8 @@ namespace pv { class Session; -namespace view { +namespace views { +namespace TraceView { class ViewItem; class View; @@ -43,11 +44,6 @@ public: typedef ViewItemIterator const_iterator; public: - /** - * Returns a list of row items owned by this object. - */ - virtual item_list& child_items() = 0; - /** * Returns a list of row items owned by this object. */ @@ -77,7 +73,7 @@ public: const_iterator end() const; /** - * Creates a list of decendant signals filtered by type. + * Creates a list of descendant signals filtered by type. */ template std::vector< std::shared_ptr > list_by_type() { @@ -95,7 +91,8 @@ protected: item_list items_; }; -} // view -} // pv +} // namespace TraceView +} // namespace views +} // namespace pv -#endif // PULSEVIEW_PV_VIEW_VIEWITEMOWNER_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEWITEMOWNER_HPP