]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/analogsignal.hpp
Rework new segment notification mechanism
[pulseview.git] / pv / views / trace / analogsignal.hpp
index a36efce4879ca1c9e5602772ca41972ab2af280a..af29c5e26b41230c533ec9bca6bae4b091d4416a 100644 (file)
@@ -50,6 +50,9 @@ private:
        static const QColor SignalColours[4];
        static const QColor GridMajorColor, GridMinorColor;
        static const QColor SamplingPointColour;
+       static const QColor SamplingPointColourLo;
+       static const QColor SamplingPointColourNe;
+       static const QColor SamplingPointColourHi;
        static const QColor ThresholdColor;
        static const QColor ThresholdColorLo;
        static const QColor ThresholdColorNe;
@@ -173,7 +176,7 @@ private Q_SLOTS:
 
        void on_display_type_changed(int index);
 
-       void on_settingViewShowConversionThresholds_changed(const QVariant new_value);
+       void on_settingViewConversionThresholdDispMode_changed(const QVariant new_value);
 
 private:
        QComboBox *resolution_cb_, *conversion_cb_, *conv_threshold_cb_,
@@ -190,7 +193,7 @@ private:
 
        DisplayType display_type_;
        bool autoranging_;
-       bool show_conversion_thresholds_;
+       int conversion_threshold_disp_mode_;
 };
 
 } // namespace trace