MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / setTwoDecimalMode

Method setTwoDecimalMode

gui/src/plot_utils.cpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44PrefixFormatter::~PrefixFormatter() {}
45
46void PrefixFormatter::setTwoDecimalMode(bool enable) { m_twoDecimalMode = enable; }
47
48bool PrefixFormatter::getTwoDecimalMode() { return m_twoDecimalMode; }
49

Callers 15

enableMeasurementMethod · 0.80
updateXModeMethod · 0.80
setYModeHelperMethod · 0.80
updateXModeMethod · 0.80
updateYAxisMethod · 0.80
NetworkAnalyzerMethod · 0.80
plotMethod · 0.80
CapturePlotMethod · 0.80
WaterfallDisplayPlotMethod · 0.80
HistogramDisplayPlotMethod · 0.80
FftDisplayPlotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected