X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftracetreeitem.hpp;h=8a72f6ebd59217e0ec7522cc514205b09d69ea64;hp=3b216988dd7d528cbaf73c9f49b88a512731e814;hb=c373f82810ad9c5376a7370118de9dd587ee0e43;hpb=af503b104d890a357c736c678bb00296d889c090 diff --git a/pv/view/tracetreeitem.hpp b/pv/view/tracetreeitem.hpp index 3b216988..8a72f6eb 100644 --- a/pv/view/tracetreeitem.hpp +++ b/pv/view/tracetreeitem.hpp @@ -46,6 +46,11 @@ public: */ TraceTreeItem(); + /** + * Gets the owner this item in the view item hierachy. + */ + TraceTreeItemOwner* owner() const; + /** * Gets the vertical layout offset of this signal. */ @@ -77,11 +82,6 @@ public: */ void animate_to_layout_v_offset(); - /** - * Gets the owner this trace in the view trace hierachy. - */ - pv::view::TraceTreeItemOwner* owner() const; - /** * Sets the owner this trace in the view trace hierachy. * @param The new owner of the trace. @@ -111,11 +111,8 @@ public: */ virtual std::pair v_extents() const = 0; -public: - virtual void hover_point_changed(); - protected: - pv::view::TraceTreeItemOwner *owner_; + TraceTreeItemOwner *owner_; int layout_v_offset_; int visual_v_offset_;