X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fglobalsettings.hpp;h=9cf2978b68369751c76c9e53dc9ec0d6586ded04;hp=317805a72f3ddc1ff5fb4fb5828048ebdaa6bdfd;hb=00c518d66a61f28609b0eeddd0ce375d0002da94;hpb=daa54986010a11879da11e30aafd3a2739ab7a15 diff --git a/pv/globalsettings.hpp b/pv/globalsettings.hpp index 317805a7..9cf2978b 100644 --- a/pv/globalsettings.hpp +++ b/pv/globalsettings.hpp @@ -46,9 +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_ConversionThresholdDispMode; static const QString Key_View_DefaultDivHeight; + static const QString Key_View_DefaultLogicHeight; static const QString Key_Dec_InitialStateConfigurable; + enum ConvThrDispMode { + ConvThrDispMode_None = 0, + ConvThrDispMode_Background, + ConvThrDispMode_Dots + }; + public: GlobalSettings();