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

Method divs

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

Source from the content-addressed store, hash-verified

105bool PlotAxis::isVertical() { return (m_position == QwtAxis::YLeft || m_position == QwtAxis::YRight); }
106
107double PlotAxis::divs() const { return (m_divs - 1); }
108
109void PlotAxis::setFormatter(PrefixFormatter *formatter)
110{

Callers 2

updateMeasurementsMethod · 0.80
onRectChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected