]> sigrok.org Git - pulseview.git/blobdiff - pv/globalsettings.hpp
Session: Query the device's sample rate when needed, not sooner
[pulseview.git] / pv / globalsettings.hpp
index 05ff126dd092e9070264a8ee55afeb24bc8c2970..9cf2978b68369751c76c9e53dc9ec0d6586ded04 100644 (file)
@@ -46,8 +46,17 @@ public:
        static const QString Key_View_StickyScrolling;
        static const QString Key_View_ShowSamplingPoints;
        static const QString Key_View_ShowAnalogMinorGrid;
        static const QString Key_View_StickyScrolling;
        static const QString Key_View_ShowSamplingPoints;
        static const QString Key_View_ShowAnalogMinorGrid;
+       static const QString Key_View_ConversionThresholdDispMode;
+       static const QString Key_View_DefaultDivHeight;
+       static const QString Key_View_DefaultLogicHeight;
        static const QString Key_Dec_InitialStateConfigurable;
 
        static const QString Key_Dec_InitialStateConfigurable;
 
+       enum ConvThrDispMode {
+               ConvThrDispMode_None = 0,
+               ConvThrDispMode_Background,
+               ConvThrDispMode_Dots
+       };
+
 public:
        GlobalSettings();
 
 public:
        GlobalSettings();