X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=6a249c22db4af0742861d5b07aa6315f36e4c017;hb=98cfe4e8dadad2cf710eb46fd5c85d9d0520a875;hp=5fc6e4e0a619c94442dea0e34e87dab8438af02c;hpb=b3f44329f5846bfb800ee53c15c65b2395d3ba0c;p=pulseview.git diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 5fc6e4e..6a249c2 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -53,8 +53,8 @@ class View : public QAbstractScrollArea, public RowItemOwner { private: enum StickyEvents { - SelectableItemHExtentsChanged = 1, - SelectableItemVExtentsChanged = 2 + RowItemHExtentsChanged = 1, + RowItemVExtentsChanged = 2 }; private: @@ -231,7 +231,8 @@ private: void resizeEvent(QResizeEvent *e); public: - void appearance_changed(bool label, bool content); + void row_item_appearance_changed(bool label, bool content); + void time_item_appearance_changed(bool label, bool content); void extents_changed(bool horz, bool vert); @@ -243,8 +244,6 @@ private Q_SLOTS: void signals_changed(); void data_updated(); - void marker_time_changed(); - void on_signals_moved(); void process_sticky_events();