]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/analogsignal.hpp
Implement segment display mode handling and update notifications
[pulseview.git] / pv / views / trace / analogsignal.hpp
index af29c5e26b41230c533ec9bca6bae4b091d4416a..a66fb9e2fcefca99164644ac7ceb7dae75c209a4 100644 (file)
@@ -145,6 +145,9 @@ private:
                bool level, double samples_per_pixel, double pixels_offset,
                float x_offset, float y_offset);
 
+       shared_ptr<pv::data::AnalogSegment> get_analog_segment_to_paint() const;
+       shared_ptr<pv::data::LogicSegment> get_logic_segment_to_paint() const;
+
        /**
         * Computes the scale factor from the scale index and vdiv settings.
         */