MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / plot

Method plot

3rdparty/qwt/src/qwt_plot_item.cpp:142–145  ·  view source on GitHub ↗

Return attached plot

Source from the content-addressed store, hash-verified

140
141//! Return attached plot
142QwtPlot* QwtPlotItem::plot() const
143{
144 return m_data->plot;
145}
146
147/*!
148 Plot items are painted in increasing z-order.

Callers 4

qwtRenderItemFunction · 0.45
drawSeriesMethod · 0.45
eventFilterMethod · 0.45
closestPointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected