X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fviews%2Fviewbase.hpp;h=5d7d2adbb181a7cdaca7913404ea3ab3f07fa75e;hb=7b7ab1f5cb3607bf29885eeffcb2cb215b2c9e9f;hp=c8f72ab7a3caf9e6005379bd253e779974c5b73a;hpb=8c3397413149b87d2755494fe73186f27edab369;p=pulseview.git diff --git a/pv/views/viewbase.hpp b/pv/views/viewbase.hpp index c8f72ab..5d7d2ad 100644 --- a/pv/views/viewbase.hpp +++ b/pv/views/viewbase.hpp @@ -92,7 +92,7 @@ public: virtual void restore_settings(QSettings &settings); public Q_SLOTS: - virtual void trigger_event(util::Timestamp location); + virtual void trigger_event(int segment_id, util::Timestamp location); virtual void signals_changed(); virtual void capture_state_updated(int state); virtual void on_new_segment(int new_segment_id); @@ -110,6 +110,7 @@ protected: const bool is_main_view_; + util::Timestamp ruler_shift_; util::TimeUnit time_unit_; unordered_set< shared_ptr > signalbases_;