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

Method setMajorTicksCount

gui/src/osc_scale_engine.cpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45OscScaleEngine::~OscScaleEngine() {}
46
47void OscScaleEngine::setMajorTicksCount(uint majorTicks) { m_majorTicks = majorTicks; }
48
49uint OscScaleEngine::majorTicksCount() { return m_majorTicks; }
50

Callers 6

initPlotMethod · 0.80
dBgraphMethod · 0.80
setShowZeroMethod · 0.80
useLogFreqMethod · 0.80
configureAxisMethod · 0.80
PlotAxisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected