X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fglobalsettings.hpp;h=6e027d782c97dd3e4a449e72282fa8c2ad55e646;hb=f125ab7f8ad363ba69f5e7b2b1b1197b2f9f0080;hp=b5cd24fd5ad809a3fcb769fa503523229864726b;hpb=1ed996b433f3391f54846784d76da4fe6b07500f;p=pulseview.git diff --git a/pv/globalsettings.hpp b/pv/globalsettings.hpp index b5cd24f..6e027d7 100644 --- a/pv/globalsettings.hpp +++ b/pv/globalsettings.hpp @@ -52,11 +52,14 @@ public: static const QString Key_View_ColoredBG; static const QString Key_View_StickyScrolling; static const QString Key_View_ShowSamplingPoints; + static const QString Key_View_FillSignalHighAreas; + static const QString Key_View_FillSignalHighAreaColor; 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_View_ShowHoverMarker; + static const QString Key_View_SnapDistance; static const QString Key_Dec_InitialStateConfigurable; static const QString Key_Dec_ExportFormat; static const QString Key_Log_BufferSize;