X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Frowitemowner.hpp;h=423351956d675b9600f7178a241e2bca5e58470d;hp=8c63aa565da3eb372df1a215a8a81d4db9784481;hb=6e2c3c855dff36f6e946e2a54d576bea699f4a61;hpb=2acdb232d6bb452cfdfaea3ef5218fb4da592329 diff --git a/pv/view/rowitemowner.hpp b/pv/view/rowitemowner.hpp index 8c63aa56..42335195 100644 --- a/pv/view/rowitemowner.hpp +++ b/pv/view/rowitemowner.hpp @@ -28,7 +28,7 @@ namespace pv { -class SigSession; +class Session; namespace view { @@ -46,12 +46,12 @@ public: /** * Returns the session of the onwer. */ - virtual pv::SigSession& session() = 0; + virtual pv::Session& session() = 0; /** * Returns the session of the owner. */ - virtual const pv::SigSession& session() const = 0; + virtual const pv::Session& session() const = 0; /** * Returns the view of the owner. @@ -127,7 +127,7 @@ public: virtual void restack_items(); public: - virtual void appearance_changed(bool label, bool content) = 0; + virtual void row_item_appearance_changed(bool label, bool content) = 0; virtual void extents_changed(bool horz, bool vert) = 0;