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

Method setMin

gui/src/plotaxis.cpp:151–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void PlotAxis::setMin(double newMin)
152{
153 if(qFuzzyCompare(m_min, newMin))
154 return;
155 m_min = newMin;
156 emit minChanged(newMin);
157}
158
159void PlotAxis::setMax(double newMax)
160{

Callers 3

onInitMethod · 0.45
updateXAxisMethod · 0.45
setYModeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected