Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/analogdevicesinc/scopy
/ xAxis
Method
xAxis
gui/src/plotwidget.cpp:233–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
QList<PlotAxis *> &PlotWidget::plotAxis(int position) { return m_plotAxis[position]; }
232
233
PlotAxis *PlotWidget::xAxis() { return m_xAxis; }
234
235
PlotAxis *PlotWidget::yAxis() { return m_yAxis; }
236
Callers
15
createChannels
Method · 0.45
init
Method · 0.45
initFixedMarker
Method · 0.45
FFTPlotComponentChannel
Method · 0.45
initPlotComponent
Method · 0.45
lockYAxis
Method · 0.45
FFTPlotComponent
Method · 0.45
createXAxisMenu
Method · 0.45
addPlot
Method · 0.45
TimePlotComponent
Method · 0.45
setXYXChannel
Method · 0.45
refreshXYXAxis
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestTool
Method · 0.36