X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Fviewbase.hpp;h=73d7a179c5a4e78fa446b1ec8a040fed98e6820b;hb=8e168b23846653c087e46b6a63feffac48512ddb;hp=3fff28f0cf09da7230ee9ec41809431857b05cb3;hpb=533b67b7af83c96af2692bac127b0023cca4dbe7;p=pulseview.git diff --git a/pv/views/viewbase.hpp b/pv/views/viewbase.hpp index 3fff28f0..73d7a179 100644 --- a/pv/views/viewbase.hpp +++ b/pv/views/viewbase.hpp @@ -55,7 +55,8 @@ namespace views { enum ViewType { ViewTypeTrace, #ifdef ENABLE_DECODE - ViewTypeDecoderOutput, + ViewTypeDecoderBinary, + ViewTypeTabularDecoder, #endif ViewTypeCount // Indicates how many view types there are, must always be last }; @@ -104,9 +105,10 @@ public: #endif virtual void save_settings(QSettings &settings) const; - virtual void restore_settings(QSettings &settings); + virtual void focus_on_range(uint64_t start_sample, uint64_t end_sample); + public Q_SLOTS: virtual void trigger_event(int segment_id, util::Timestamp location); virtual void signals_changed();