]> sigrok.org Git - pulseview.git/blobdiff - pv/views/tabular_decoder/view.hpp
TabularDecView: Some fixes and refactorings
[pulseview.git] / pv / views / tabular_decoder / view.hpp
index 73fb30c4f0a1fb4a85b396c452b5d9b3b5cc9cf6..2d0ce54a1a50feda50db19aefe04b44016b12226 100644 (file)
@@ -114,11 +114,14 @@ public:
 
        void set_sample_range(uint64_t start_sample, uint64_t end_sample);
 
+       void enable_range_filtering(bool value);
+
 protected:
        bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const override;
 
 private:
        uint64_t range_start_sample_, range_end_sample_;
+       bool range_filtering_enabled_;
 };